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 (Collapse)Author
2008-08-13mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla
Originally committed as revision 14733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13mlp_parser: Initialize crc data in its own function.Ramiro Polla
Originally committed as revision 14722 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-05Add required stdint.h header #include.Diego Biurrun
Originally committed as revision 14077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-05spelling cosmeticsDiego Biurrun
Originally committed as revision 14076 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-02Clarify comment about parity nibble.Ramiro Polla
Originally committed as revision 14047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-01Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.Ramiro Polla
Originally committed as revision 14044 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-28Seek the file forwards instead of backwards when sync is lost.Ramiro Polla
Originally committed as revision 14014 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25Make it a little easier to spot that the code is not dealing only withRamiro Polla
substream headers. Originally committed as revision 13961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-03cosmetics: spelling fixesDiego Biurrun
Originally committed as revision 11155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-28MLP/TrueHD parserIan Caulfield
Patch by Ian Caulfield, ian D caulfield <at> gmail D com Thread: [PATCH] MLP/TrueHD decoder, 12 Oct 14:26 Originally committed as revision 11109 to svn://svn.ffmpeg.org/ffmpeg/trunk