summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAge
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-25
* mlp: cosmetics: remove {}s over one-lined if.Ramiro Polla2008-12-07
* mlp: support bit-depths greater than 16 by default.Ramiro Polla2008-12-07
* mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten2008-12-06
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-14
* mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla2008-08-14
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13
* mlpdec: Put some doxy comments to the right of vars instead of interleaved.Ramiro Polla2008-08-13
* mlpdec: Split channel parameters from context into their own struct.Ramiro Polla2008-08-13
* mlpdec: whitespace and line-breaking cosmetics.Ramiro Polla2008-08-12
* mlpdec: Split filter parameters from context into their own struct.Ramiro Polla2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* mlpdec: Check for bits left before each read of End-of-Stream indicator andRamiro Polla2008-07-13
* Add required stdint.h header #include.Diego Biurrun2008-07-05
* spelling cosmeticsDiego Biurrun2008-07-05
* MLP/TrueHD decoder.Ramiro Polla2008-07-04