]> git.sesse.net Git - vlc/history - modules/codec/faad.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / codec / faad.c
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-21 Christophe Massiot * modules/codec/faad.c: Put sensible defaults in i_...
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-03-02 Laurent AimarWarning fix.
2007-02-25 Laurent AimarFixed segfault when faad reports an unknown channel...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-05 Gildas Bazin* modules/codec/faad.c: adjust stream info when dealing...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-02-21 Laurent Aimar * block: added
2004-12-11 Clément StenacImprovements to preferences
2004-09-23 Derk-Jan Hartman* unknow -> unknown
2004-09-07 Gildas Bazin* src/input/decoder.c, modules/codec/faad.c: work aroun...
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-19 Jean-Paul SamanCorrect fix for iPAQ. (do not mix watching your kids...
2004-02-19 Gildas Bazin* modules/codec/faad.c: compilation fix and proper...
2004-02-19 Jean-Paul SamanTell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values...
2004-02-19 Jean-Paul SamanFix for iPAQ choose fixed point arithmic in FAAD decoder.
2004-01-25 Benjamin Prachtstring review
2003-12-12 Gildas Bazin* modules/codec/faad.c: proper channels re-ordering...
2003-12-03 Laurent Aimar * increase priority (the wrapper from ffmpeg is buggy).
2003-11-27 Laurent Aimar * faad: drop packets with b_discontinuity set.
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-05 Laurent Aimar * all: who has seen that I have just forgot to release...
2003-11-04 Laurent Aimar * input: fixed position-offset, time and time-offset.
2003-11-03 Laurent Aimar * all: ported the faad decoder to the new API (btw...