]> git.sesse.net Git - vlc/history - modules/codec/adpcm.c
* ALL: final improvements to the decoders/packetizers api.
[vlc] / modules / codec / adpcm.c
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 * adpcm: converted to new API (need more testing).
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-05-22 Derk-Jan Hartman* spelling error in description string
2003-03-11 Laurent Aimar * fix ima4 decoding.
2003-03-11 Laurent Aimar * adpcm: added IMA4 support.
2003-02-16 Laurent Aimar * adpcm: added dk3 too.
2003-02-16 Laurent Aimar * adpcm: added DUCK 4 variant support. (thx M. Melanso...
2003-01-13 Laurent Aimar * adpcm: changed the way that data are read and thus...
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-03 Laurent Aimar * adpcm.c: add adpcm decoding support (Now just ms...