]> git.sesse.net Git - vlc/history - modules/codec/dts.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / codec / dts.c
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-05-30 Laurent AimarImproved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-01-12 Antoine CellerierFSF address change.
2005-08-09 Jean-Paul SamanMade es_format_t member i_bitrate unsigned int, because...
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-02-21 Laurent Aimar * block: added
2004-12-11 Clément StenacImprovements to preferences
2004-08-29 Gildas Bazin* modules/audio_filter/converter/dtstofloat32.c: added...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-07 Gildas Bazin* modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis...
2004-02-06 Gildas Bazin* modules/codec/dts.c: fixes a buffer overflow with...
2004-02-04 Gildas Bazin* modules/codec/dts.c: should be more correct (hopefully).
2004-02-03 Gildas Bazin* modules/codec/dts.c: a bunch of fixes.
2004-02-02 Gildas Bazin* modules/codec/dts.c: removed s/pdif hack from DTS...
2004-01-27 Gildas Bazin* modules/codec/dts.c: bug-fix for s/pdif support.
2004-01-25 Benjamin Prachtstring review
2004-01-21 Gildas Bazin* modules/demux/dts.c: support for DTS WAV files.
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-01 Gildas Bazin* ALL: fixed DTS audio support.
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-03-18 Jon Lech Johansen * ./modules/codec/dts.c: Steve Jobs did not pay me...
2003-03-10 Jon Lech Johansen * ./modules/codec/dts.c: minor fix.
2003-03-09 Jon Lech Johansen * DTS S/PDIF support.