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
2018-11-29Revert "avcodec/libopusenc: Fix warning when encoding ambisonics with channel...Rostislav Pehlivanov
2018-11-29avcodec/libopusenc: Fix warning when encoding ambisonics with channel mapping 2Felicia Lim
2018-08-24avcodec/libopusenc: support encoding packets of sizes bigger than 60msJames Almer
2018-02-07avcodec/libopus: support disabling phase inversion.Menno
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2017-09-01avocdec/libopus: fix typopkviet
2016-07-03libopusenc: Add channel mapping family argumentMichael Graczyk
2016-07-03libopusenc: Refactor to simplify forthcoming mapping_family parameterMichael Graczyk
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
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