]> git.sesse.net Git - ffmpeg/history - libavcodec/mlp_parser.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / mlp_parser.c
2012-09-12 Tim Walkermlp_parser: avoid mapping multiple disctinct TrueHD...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-25 Tim Walkermlp_parser: fix the channel mask value used for the...
2012-02-22 Tim Walkermlpdec_parser: fix a few channel layouts.
2012-02-20 Justin Rugglesmlp parser: set duration instead of frame_size
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
2011-10-13 Justin Rugglesmlpdec: return meaningful error codes instead of -1
2011-04-02 Anton Khirnovlavc: add missing audioconvert includes
2011-03-30 John Stebbinsmlp_parse.c: set AVCodecContext channel_layout
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-23 Jai Menonmlp_parser: Fix memleak.
2010-01-27 Reimar DöffingerFix possible crashes in mlp parser, it tries to go...
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