summaryrefslogtreecommitdiffstats
path: root/libavcodec/libopusenc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "avcodec/libopusenc: Fix warning when encoding ambisonics with channel...Rostislav Pehlivanov2018-11-281-22/+0
* avcodec/libopusenc: Fix warning when encoding ambisonics with channel mapping 2Felicia Lim2018-11-291-0/+22
* avcodec/libopusenc: support encoding packets of sizes bigger than 60msJames Almer2018-08-241-5/+15
* avcodec/libopus: support disabling phase inversion.Menno2018-02-061-0/+14
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-221-2/+2
* avocdec/libopus: fix typopkviet2017-09-011-1/+1
* libopusenc: Add channel mapping family argumentMichael Graczyk2016-07-021-26/+139
* libopusenc: Refactor to simplify forthcoming mapping_family parameterMichael Graczyk2016-07-021-36/+43
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-2/+2
* lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-3/+3
* avcodec/libopusenc: Fix infinite loop on flushing after 0 inputMichael Niedermayer2015-08-271-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | avcodec/libopusenc: Use av_mallocz_array()Michael Niedermayer2015-01-171-1/+1
* | Merge commit '8dd0a2c5cf40a8a49faae985adc11750b6429132'Michael Niedermayer2014-11-131-3/+4
|\ \ | |/
| * libopusenc: prevent an out-of-bounds read by returning earlyVittorio Giovara2014-11-131-3/+4
* | Merge commit 'b09cf8afc5199d359ac985ad7cea72a6a9f20e4e'Michael Niedermayer2014-11-131-1/+3
|\ \ | |/
| * libopusenc: check return valueVittorio Giovara2014-11-131-1/+3
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-141-2/+2
|\ \ | |/
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-131-2/+2
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * libopusenc: Change default frame duration to 20 msPaul B Mahol2014-01-061-1/+1
* | avcodec/libopusenc: change default frame duration to 20 msPaul B Mahol2013-11-181-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | lavcodec: Adding support for End Trimming in Opus encoderVignesh Venkatasubramanian2013-09-111-0/+20
* | make the ordering of the return type and av_cold consistentMichael Niedermayer2013-05-051-2/+2
* | libopusenc: use ff_alloc_packet2James Zern2013-03-061-3/+1
* | lavc/libopusenc: report an error if global_quality is set.Nicolas George2013-02-271-0/+7
* | libopusenc: use more specific and correct name for the channel orderMichael Niedermayer2012-10-021-3/+3
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-021-4/+4
|/
* Opus encoder using libopusNathan Caldwell2012-10-011-0/+421
OpenPOWER on IntegriCloud