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
2015-08-27avcodec/libopusenc: Fix infinite loop on flushing after 0 inputMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-01-17avcodec/libopusenc: Use av_mallocz_array()Michael Niedermayer
2014-11-13Merge commit '8dd0a2c5cf40a8a49faae985adc11750b6429132'Michael Niedermayer
2014-11-13Merge commit 'b09cf8afc5199d359ac985ad7cea72a6a9f20e4e'Michael Niedermayer
2014-11-13libopusenc: prevent an out-of-bounds read by returning earlyVittorio Giovara
2014-11-13libopusenc: check return valueVittorio Giovara
2014-10-14Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-01-06libopusenc: Change default frame duration to 20 msPaul B Mahol
2013-11-18avcodec/libopusenc: change default frame duration to 20 msPaul B Mahol
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-11lavcodec: Adding support for End Trimming in Opus encoderVignesh Venkatasubramanian
2013-05-05make the ordering of the return type and av_cold consistentMichael Niedermayer
2013-03-06libopusenc: use ff_alloc_packet2James Zern
2013-02-27lavc/libopusenc: report an error if global_quality is set.Nicolas George
2012-10-02libopusenc: use more specific and correct name for the channel orderMichael Niedermayer
2012-10-02Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer
2012-10-01Opus encoder using libopusNathan Caldwell