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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-11avcodec/ac3enc: Remove duplicate #includeMichael Niedermayer
2016-01-04Merge commit '58170b027144f4840018c7a60fb8d07924cc6242'Hendrik Leppkes
2016-01-04lavc: Add missing #includes for ff_dlog()Diego Biurrun
2015-12-01avcodec/ac3: always use hardcoded tablesGanesh Ajjanagadde
2015-10-10avcodec/ac3enc: fix undefined negative left shiftGanesh Ajjanagadde
2015-09-24avcodec/ac3enc: use long long after switch to 64 bit bitrateGanesh Ajjanagadde
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-04-20avcodec: fix build with DEBUG/TRACEMichael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2014-11-29avcodec/ac3enc: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-10-14Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-09-13avcodec/ac3en: use FF_ALLOC(Z)_ARRAY()Michael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-13Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565'Michael Niedermayer
2014-06-13ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun
2014-05-07avcodec/ac3enc: silence 2 warnings about "possibly uninitialized" variablesMichael Niedermayer
2013-06-29Avoid a null pointer dereference on clean-up after oom in ac3 encoder.Carl Eugen Hoyos
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-13Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-04ff_ac3_apply_rematrixing: set flags to NULLMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06avutil: Add av_get_default_channel_layout()Justin Ruggles
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21ac3enc: update to AVCodec.encode2()Justin Ruggles
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29(e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles
2012-02-29ac3enc: choose the closest bit rate to the one requested instead of failingJustin Ruggles
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer