Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-13Map mlp surround channels to FFmpeg rear channels.Carl Eugen Hoyos
2011-04-19Only ask once in the code for a TrueHD sample with strange channel layout.Carl Eugen Hoyos
2011-04-19Make MLP/TrueHD channel layout functions visible to the decoder.Carl Eugen Hoyos
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02lavc: add missing audioconvert includesAnton Khirnov
2011-04-02Make a plausibility check when setting channel layout for TrueHD.Carl Eugen Hoyos
2011-03-31Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-30mlp_parse.c: set AVCodecContext channel_layoutJohn Stebbins
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-23mlp_parser: Fix memleak.Jai Menon
2010-01-27Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-07mlp: support bit-depths greater than 16 by default.Ramiro Polla
2008-12-06mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten
2008-12-03mlp: initialize all CRC tables in a common function.Laurent Aimar
2008-08-13mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla
2008-08-13mlp_parser: Initialize crc data in its own function.Ramiro Polla
2008-07-05Add required stdint.h header #include.Diego Biurrun
2008-07-05spelling cosmeticsDiego Biurrun
2008-07-02Clarify comment about parity nibble.Ramiro Polla
2008-07-01Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.Ramiro Polla
2008-06-28Seek the file forwards instead of backwards when sync is lost.Ramiro Polla
2008-06-25Make it a little easier to spot that the code is not dealing only withRamiro Polla
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-12-03cosmetics: spelling fixesDiego Biurrun
2007-11-28MLP/TrueHD parserIan Caulfield