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
2013-09-30Merge commit '23d0fdcf6f30843fc3f14084d80581f1ca10f1f3'Michael Niedermayer
* commit '23d0fdcf6f30843fc3f14084d80581f1ca10f1f3': Add support for multichannel ATRAC3+ streams. Conflicts: libavformat/oma.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-29Add support for multichannel ATRAC3+ streams.Maxim Poliakovski
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-03-31oma: Validate sample ratesLuca Barbato
The sample rate index is 3 bits even if currently index 5, 6 and 7 are not supported. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2012-04-16omadec: make sample rate table large enough to prevent out of array reading.Michael Niedermayer
The new values lead to error messages when used Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-21oma: make header compile standaloneDiego Biurrun
2011-12-18omadec: split data that will be used in the muxer to a separate file.Anton Khirnov