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
2016-05-26avcodec/dca: move EXSS sampling frequency arrays to dca.cfoo86
Avoids unwanted parser dependency on dcadata. Signed-off-by: James Almer <jamrial@gmail.com>
2016-05-25avcodec/dca_exss: prepare to be called from parser contextfoo86
Signed-off-by: James Almer <jamrial@gmail.com>
2016-05-23avcodec/dca_exss: always update downmix flagsfoo86
Fixes potential parsing failure when total number of channels indicated by EXSS asset descriptor decreases mid-stream and stale embedded downmix flags are referenced. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-05-03avcodec/dca: convert to AVCRCfoo86
Signed-off-by: James Almer <jamrial@gmail.com>
2016-05-01avcodec/dca: move channel counter utility into dca.hfoo86
Signed-off-by: James Almer <jamrial@gmail.com>
2016-01-31avcodec/dca: add new decoder based on libdcadecfoo86
2016-01-31avcodec/dca: remove old decoderfoo86
Remove all files and functions which are not going to be reused, and disable all functions and FATE tests temporarily which will be.
2015-03-16Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'Michael Niedermayer
* commit '217e4ff4d1f845b76e44634e29371cd09313d1c2': dca: Support for XLL (lossless extension) Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/dca.h libavcodec/dca_exss.c libavcodec/dcadata.h libavcodec/dcadec.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-15dca: Support for XLL (lossless extension)Niels Möller
Cleanup and integration by Diego Biurrun. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2015-02-17Merge commit 'f8c1719771dc4ac2e13e6bc8bf741854a30e3a86'Michael Niedermayer
* commit 'f8c1719771dc4ac2e13e6bc8bf741854a30e3a86': dca: Remove separate header for DCA ExSS Conflicts: libavcodec/dca.h libavcodec/dca_exss.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-16dca: Remove separate header for DCA ExSSDiego Biurrun
There is no point in having a separate header for a single declaration.
2015-02-15Merge commit 'a96f51f29ac4cd95650a8bcda6c3d5d87c6357fa'Michael Niedermayer
* commit 'a96f51f29ac4cd95650a8bcda6c3d5d87c6357fa': dca: Return more informative error codes Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-15Merge commit 'b339019de4e5f4d3c661bbdba98ae248ab77e2f0'Michael Niedermayer
* commit 'b339019de4e5f4d3c661bbdba98ae248ab77e2f0': dca: Split code for handling the EXSS extension off into a separate file Conflicts: libavcodec/Makefile libavcodec/dcadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-14dca: Return more informative error codesDiego Biurrun
2015-02-14dca: Split code for handling the EXSS extension off into a separate fileDiego Biurrun