summaryrefslogtreecommitdiff
path: root/libavcodec/libopusenc.c
Commit message (Expand)AuthorAge
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* libopus: convert to new channel layout APIAnton Khirnov2022-03-15
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/libopusenc: Fix for header pre-skip valueArthur Taylor2021-01-07
* avcodec/libopusenc: add option to set inband FECGyan Doshi2020-09-09
* avcodec/libopusenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-23
* Revert "avcodec/libopusenc: Fix warning when encoding ambisonics with channel...Rostislav Pehlivanov2018-11-28
* avcodec/libopusenc: Fix warning when encoding ambisonics with channel mapping 2Felicia Lim2018-11-29
* avcodec/libopusenc: support encoding packets of sizes bigger than 60msJames Almer2018-08-24
* avcodec/libopus: support disabling phase inversion.Menno2018-02-06
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-22
* avocdec/libopus: fix typopkviet2017-09-01
* libopusenc: Add channel mapping family argumentMichael Graczyk2016-07-02
* libopusenc: Refactor to simplify forthcoming mapping_family parameterMichael Graczyk2016-07-02
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-15
* avcodec/libopusenc: Fix infinite loop on flushing after 0 inputMichael Niedermayer2015-08-27
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | avcodec/libopusenc: Use av_mallocz_array()Michael Niedermayer2015-01-17
* | Merge commit '8dd0a2c5cf40a8a49faae985adc11750b6429132'Michael Niedermayer2014-11-13
|\|
| * libopusenc: prevent an out-of-bounds read by returning earlyVittorio Giovara2014-11-13
* | Merge commit 'b09cf8afc5199d359ac985ad7cea72a6a9f20e4e'Michael Niedermayer2014-11-13
|\|
| * libopusenc: check return valueVittorio Giovara2014-11-13
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-14
|\|
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * libopusenc: Change default frame duration to 20 msPaul B Mahol2014-01-06
* | avcodec/libopusenc: change default frame duration to 20 msPaul B Mahol2013-11-18
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | lavcodec: Adding support for End Trimming in Opus encoderVignesh Venkatasubramanian2013-09-11
* | make the ordering of the return type and av_cold consistentMichael Niedermayer2013-05-05
* | libopusenc: use ff_alloc_packet2James Zern2013-03-06
* | lavc/libopusenc: report an error if global_quality is set.Nicolas George2013-02-27
* | libopusenc: use more specific and correct name for the channel orderMichael Niedermayer2012-10-02
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-02
|/
* Opus encoder using libopusNathan Caldwell2012-10-01