]> git.sesse.net Git - ffmpeg/history - libavcodec/mlp_parser.c
Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.
[ffmpeg] / libavcodec / mlp_parser.c
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-03-19 Ramiro PollaSplit TrueHD decoder from MLP
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
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-12-03 Laurent Aimarmlp: initialize all CRC tables in a common function.
2008-08-13 Ramiro Pollamlp: Split common code from parser and decoder to be...
2008-08-13 Ramiro Pollamlp_parser: Initialize crc data in its own function.
2008-07-05 Diego BiurrunAdd required stdint.h header #include.
2008-07-05 Diego Biurrunspelling cosmetics
2008-07-02 Ramiro PollaClarify comment about parity nibble.
2008-07-01 Ramiro PollaMake ff_mlp_read_major_sync() take a GetBitContext...
2008-06-27 Ramiro PollaSeek the file forwards instead of backwards when sync...
2008-06-25 Ramiro PollaMake it a little easier to spot that the code is not...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-12-03 Diego Biurruncosmetics: spelling fixes
2007-11-28 Ian CaulfieldMLP/TrueHD parser