summaryrefslogtreecommitdiffstats
path: root/libavcodec/mlp_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Only ask once in the code for a TrueHD sample with strange channel layout.Carl Eugen Hoyos2011-04-191-4/+0
* Make MLP/TrueHD channel layout functions visible to the decoder.Carl Eugen Hoyos2011-04-191-5/+5
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-031-0/+1
|\
| * lavc: add missing audioconvert includesAnton Khirnov2011-04-021-0/+1
* | Make a plausibility check when setting channel layout for TrueHD.Carl Eugen Hoyos2011-04-021-0/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-311-2/+57
|\ \ | |/
| * mlp_parse.c: set AVCodecContext channel_layoutJohn Stebbins2011-03-301-2/+57
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* mlp_parser: Fix memleak.Jai Menon2010-02-231-1/+1
* Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger2010-01-271-1/+3
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split TrueHD decoder from MLPRamiro Polla2009-03-191-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* mlp: support bit-depths greater than 16 by default.Ramiro Polla2008-12-071-2/+2
* mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten2008-12-061-2/+2
* mlp: initialize all CRC tables in a common function.Laurent Aimar2008-12-031-1/+7
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-131-30/+3
* mlp_parser: Initialize crc data in its own function.Ramiro Polla2008-08-131-4/+9
* Add required stdint.h header #include.Diego Biurrun2008-07-051-0/+2
* spelling cosmeticsDiego Biurrun2008-07-051-4/+4
* Clarify comment about parity nibble.Ramiro Polla2008-07-021-1/+2
* Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.Ramiro Polla2008-07-011-27/+28
* Seek the file forwards instead of backwards when sync is lost.Ramiro Polla2008-06-271-1/+1
* Make it a little easier to spot that the code is not dealing only withRamiro Polla2008-06-251-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* cosmetics: spelling fixesDiego Biurrun2007-12-031-5/+5
* MLP/TrueHD parserIan Caulfield2007-11-281-0/+307
OpenPOWER on IntegriCloud