]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/audio.c
Remove E_()
[vlc] / modules / codec / ffmpeg / audio.c
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-14 Rafaël CarréSets the output channel configuration when opening...
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-02-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-05 Rémi Denis-CourmontFix old ffmpeg linking regression from [20357]
2007-08-16 Rémi Denis-Courmontffmpeg: use var_GetGlobalMutex
2007-08-04 Rémi Denis-CourmontFix previous commit
2007-08-04 Rémi Denis-CourmontRemove code from module descriptor.
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-04 Laurent AimarSilent first 3 mpeg audio frames after a discontinuity...
2007-05-30 Laurent Aimarvideo: fixed preroll
2007-03-07 Laurent AimarFixed uninitialized value.
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-18 Derk-Jan Hartman* Don't use deprecated functions if libswscaler is...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-06-10 Gildas Bazin* modules/codec/ffmpeg/audio.c: reduce memory usage...
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...