- 15 May, 2009 1 commit
-
-
Laurent Aimar authored
-
- 13 May, 2009 1 commit
-
-
Laurent Aimar authored
There will be some regressions, I used automatic sed replacement with manual checks but there was a lot to change. It's only the first pass.
-
- 12 Apr, 2009 1 commit
-
-
Laurent Aimar authored
-
- 10 Apr, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 12 Dec, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 29 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Those multi-lines are still to be done (it's going to be fun...) See also 5af4cc85.
-
- 20 Sep, 2008 1 commit
-
-
Derk-Jan Hartman authored
Note the libdca currently does not support DTS-ES (6.1/7.1) Also, 3F1R is still untested for DTS, because I have no such sample.
-
- 05 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Aug, 2008 1 commit
-
-
Laurent Aimar authored
It also factorize channel order definitions. The DTS order for middle channels can be wrong.
-
- 19 Aug, 2008 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 19 Jul, 2008 1 commit
-
-
Laurent Aimar authored
-
- 28 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 Jun, 2008 2 commits
-
-
Rémi Duraffort authored
Fix a double malloc. Fix potential segfault.
-
Antoine Cellerier authored
sure if I didn't miss some spots where that was missing). Thanks to Kevin DuBois for finding the bug. (This should fix some audio transcoding crashes)
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is defined. It's not defined, if char is more than 8 bits, and uint8_t is not provided, but then VLC will not compile in the first place.
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 28 Jan, 2008 1 commit
-
-
Rafaël Carré authored
remove unused parameters from: EqzFilter() (equalizer.c) stereo_to_mono(), mono(), stereo2mono_downmix() (channel_mixer/mono.c)
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 16 Jan, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 30 Dec, 2007 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
audio_filter/converter/dtstospdif.c: Fix odd frame sized DTS conversion to SPDIF. Patch by Julien Robert <jul at mac.com>. (Reported to fix most of the current DTS issues).
-
- 22 Dec, 2007 2 commits
-
-
Pierre d'Herbemont authored
dtstospdif.c: Print a warning on frame size changes. Hopefully it will help us to debug the issue with SPDIF.
-
Pierre d'Herbemont authored
modules/audio_filter/converter/dtstospdif.c: We need a starting date. Fix a typo that cause the starting date not to be set.
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 20 Aug, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 10 Jun, 2007 1 commit
-
-
Laurent Aimar authored
-
- 04 Jun, 2007 1 commit
-
-
Laurent Aimar authored
Set aout_buffer_t.b_discontinuity in mpeg audio packetizer. Silent first 3 frames on discontinuity in mad decoder. (close #590)
-
- 19 May, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Nov, 2006 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-