]> git.sesse.net Git - ffmpeg/history - libavcodec/mlpdec.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / mlpdec.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2008-12-25 Diego BiurrunChange mplayerhq.hu references to ffmpeg.org where...
2008-12-07 Ramiro Pollamlp: cosmetics: remove {}s over one-lined if.
2008-12-07 Ramiro Pollamlp: support bit-depths greater than 16 by default.
2008-12-06 Mathieu Veltenmlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
2008-08-14 Ramiro Pollamlp: Define End-of-Stream code in common header file...
2008-08-14 Ramiro Pollamlp: split simple inline function that xors 4 bytes...
2008-08-13 Ramiro Pollamlp: Split common code from parser and decoder to be...
2008-08-13 Ramiro Pollamlpdec: Put some doxy comments to the right of vars...
2008-08-13 Ramiro Pollamlpdec: Split channel parameters from context into...
2008-08-12 Ramiro Pollamlpdec: whitespace and line-breaking cosmetics.
2008-08-12 Ramiro Pollamlpdec: Split filter parameters from context into their...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-13 Ramiro Pollamlpdec: Check for bits left before each read of End...
2008-07-05 Diego BiurrunAdd required stdint.h header #include.
2008-07-05 Diego Biurrunspelling cosmetics
2008-07-04 Ramiro PollaMLP/TrueHD decoder.