summaryrefslogtreecommitdiff
path: root/libavcodec/libopusenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libopusenc: Remove redundant av_packet_unref()Andreas Rheinhardt2023-03-181-6/+2
* avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt2022-10-031-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-1/+2
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-6/+6
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-0/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-10/+10
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* libopus: convert to new channel layout APIAnton Khirnov2022-03-151-24/+26
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-281-2/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/libopusenc: Fix for header pre-skip valueArthur Taylor2021-01-071-1/+1
* avcodec/libopusenc: add option to set inband FECGyan Doshi2020-09-091-0/+9
* avcodec/libopusenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-231-2/+0
* 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