summaryrefslogtreecommitdiff
path: root/libavcodec/libopusenc.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* doc/encoders/libopus: clarify lowdelay and cutoff optionsStefano Sabatini2023-10-06
* avcodec/libopusenc: Remove redundant av_packet_unref()Andreas Rheinhardt2023-03-18
* avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt2022-10-03
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-27
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* 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