- 25 Aug, 2009 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It will allow to sanetize aout_instance_t.
-
- 13 Aug, 2009 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 09 Jul, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 May, 2009 1 commit
-
-
Laurent Aimar authored
-
- 13 May, 2009 1 commit
-
-
Laurent Aimar authored
-
- 02 May, 2009 1 commit
-
-
Laurent Aimar authored
They are aout_CheckChannelExtraction/aout_ChannelExtract. They work a bit like CheckChannelReorder and ChannelReorder but does not have there limitations. They will mainly be used to interface the aout core with the world (demuxer, codecs, maybe output).
-
- 05 Feb, 2009 1 commit
-
-
Laurent Aimar authored
It closes #2471 It changes a bit the public API but cannot(?) be avoided.
-
- 23 Nov, 2008 1 commit
-
-
Laurent Aimar authored
The input event vout now warns about every vout creation/destruction due to a decoder.
-
- 05 Nov, 2008 1 commit
-
-
Laurent Aimar authored
Do not use vout_Request in aout_filter_t anymore but aout_filter_RequestVout. They have the same semantic but it will allows to control every vout creation from aout.
-
- 30 Sep, 2008 3 commits
-
-
Laurent Aimar authored
This does not work well. It seems that a high level of audio is buffered inside aout after the input fifo (mixer or output one).
-
Laurent Aimar authored
It allows removing an ugly input dependency in aout as well as finer control at decoder side.
-
Laurent Aimar authored
-
- 09 Sep, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 06 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 1 commit
-
-
Laurent Aimar authored
-
- 13 Aug, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 11 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Jun, 2008 1 commit
-
-
Rov Juvano authored
Scaletempo maintains the audio pitch when playback rate != 1.0 (i.e. no chipmunk effect). This fixes the pitch scaling caused by using the resampler to handle playback rate. Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 22 Jun, 2008 1 commit
-
-
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)
-
- 06 Jun, 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.
-
- 16 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Jun, 2007 1 commit
-
-
Laurent Aimar authored
it, disabled by default)
-
- 12 Jun, 2007 1 commit
-
-
Laurent Aimar authored
It use our standard resampler to do it and so we do not keep pitch yet (I am working on a soundtouch resampler). Please test any regression.
-
- 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)
-
- 03 Dec, 2006 1 commit
-
-
Clément Stenac authored
* libvlc sources and plugins now define __LIBVLC__ and headers exported to plugins (ie, include/vlc_*.h) check for this * libvlc sources use the value of the "libvlc" component in vlc-config instead of vlc * Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
-
- 26 Nov, 2006 1 commit
-
-
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.
-
- 23 Sep, 2006 1 commit
-
-
Clément Stenac authored
* Fixes to dialog singletons * Forgotten files (definitions of aout_Visual*, unimplemented at the moment)
-
- 14 Sep, 2006 1 commit
-
-
Clément Stenac authored
Will have to be updated/factorized when new chain and filter stuff is in.
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 01 Dec, 2005 1 commit
-
-
Derk-Jan Hartman authored
* Introduce 'spdb' the big endian variant of 'spdi' output. This will be needed for the encoded audio output on the PowerMac G5. Only A52 is supported so far. DTS support will follow later. (As well as the actual OSX output changes)
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 01 Mar, 2005 1 commit
-
-
Gildas Bazin authored
* modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.
-