]> git.sesse.net Git - vlc/history - modules/codec/faad/decoder.c
* ALL: Introduction of a new api for decoders.
[vlc] / modules / codec / faad / decoder.c
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-24 Gildas Bazin* modules/codec/faad/decoder.c: for some reason my...
2003-08-24 Derk-Jan Hartman* backwards compatibilty with older faad2 lib
2003-08-23 Laurent Aimar * faad: fix SBR handling.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-06-22 Laurent Aimar * faad: can read stream with multiple frames per pes_p...
2003-06-14 Derk-Jan Hartman* We should be compatible with older versions of faad...
2003-05-09 Laurent Aimar * faad: better support of AAC without ESDS.
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-01-28 Sam Hocevar * ALL: fixes for various compilation warnings and...
2003-01-25 Laurent Aimar * faad : clean up.
2003-01-25 Laurent Aimar * ffmpeg: fixed memory leaks.
2003-01-08 Laurent Aimar * faad: fixed a segfault when faad initialisation...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2003-01-02 Gildas Bazin* modules/codec/*: reverted my previous patch that...
2002-12-30 Gildas Bazin* modules/codec/*: make sure all audio decoders set
2002-11-28 Laurent Aimar * all: some clean up with WAVEFORMATEX and endian...
2002-11-15 Laurent Aimar faad: adapt to new changes in aout3 (at least it compiles)
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-10 Laurent Aimar * faad : adapt to newer version.
2002-10-27 Laurent Aimar * all: new way to gather frame (same as ffmpeg).
2002-10-27 Eric Petitvlc_threads_func.h : skip a useless BeOS warning
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-24 Gildas Bazin* src/input/input_ext-dec.c, include/input_ext-dec...
2002-10-20 Laurent Aimar * all: fix for correct "i_channels" use.
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-28 Christophe Massiot* Several stability patches for multiple input streams...
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-08-23 Sam Hocevar * ./modules/codec/faad/decoder.c: the AAC decoder...
2002-08-10 Laurent Aimar * modules/codec/faad : an AAC decoder module using...