]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/audio.c
FSF address change.
[vlc] / modules / codec / ffmpeg / audio.c
2006-01-12 Antoine CellerierFSF address change.
2005-08-09 Jean-Paul SamanFix compiler warning about comparing signed and unsigned
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-07 Steve Lhommeaudio.c: fix a compiler portability issue
2005-03-06 Gildas Bazin* modules/codec/ffmpeg/audio.c: fix for ALAC support.
2005-03-06 Gildas Bazin* modules/codec/ffmpeg: support for libavcodec's flac...
2005-02-21 Laurent Aimar * block: added
2005-02-07 Gildas Bazin* include/vlc_common.h, include/modules_inner.h, module...
2004-10-15 Gildas Bazin* modules/codec/ffmpeg: fixed a couple of corner cases...
2004-09-26 Gildas Bazin* modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.
2004-08-27 Gildas Bazin* modules/stream_out/transcode.c:
2004-04-03 Laurent Aimar *audio.c: aout really doesn't like big audio chunks...
2004-02-26 Derk-Jan Hartman* Don't crash during my demo to the university computer...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2003-11-27 Laurent Aimar * all: drop block(s) with b_discontinuity set.
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-19 Gildas Bazin* modules/codec/ffmpeg/: don't re-use the same pts...
2003-11-17 Laurent Aimar * all: a little compil fix and more sanity checks...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/audio.c: compilation fix
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/*: ported the ffmpeg audio and...
2003-07-10 Laurent Aimar * ffmpeg: some clean. Added a mutex to avoid multiple...
2003-04-25 Laurent Aimar * ffmpeg: use bigger split size (~8000 samples) as...
2003-04-25 Laurent Aimar *ffmpeg: split huge audio packets as aout didn't like...
2003-04-20 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/*, modules...
2003-04-17 Laurent Aimar * ffmpeg: remove some #ifdef (you need at least libavc...
2003-02-07 Laurent Aimar * ffmpeg/audio : removed an old error (anyway it was...
2003-01-25 Laurent Aimar * ffmpeg: fixed memory leaks.
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
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-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-06 Laurent Aimar all: fix some minors warnings.
2002-12-02 Jon Lech Johansen * ALL: Fixed some compiler warnings.
2002-11-28 Laurent Aimar * all: some clean up with WAVEFORMATEX and endian...
2002-11-27 Laurent Aimar * all: added mjpeg support, some clean up in video...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-10-29 Gildas Bazin* modules/codec/ffmpeg/audio.c: compilation fix for...
2002-10-28 Laurent Aimar * all : add audio decoding support in ffmpeg module...