summaryrefslogtreecommitdiff
path: root/libavcodec/libvorbisenc.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
* libavcodec: Split version.hMartin Storsjö2022-03-16
* libvorbis: convert to new channel layout APIAnton Khirnov2022-03-15
* lavc/libvorbisenc: switch to new FIFO APIAnton Khirnov2022-02-07
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/libvorbisenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/vorbis_data: Move encoder-related table to its only userAndreas Rheinhardt2021-01-29
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* avcodec/libvorbisenc: Give CODEC_CAP_SMALL_LAST_FRAME to libvorbis encoder.Peter Hall2014-11-18
* Merge commit '2f3fadfbe3c6ad52fad5c614b6067c5401227959'Michael Niedermayer2014-11-06
* Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70'Michael Niedermayer2014-11-06
* Merge commit '6896f95b2483e52e717e2c75a4fd24fcb0e14b67'Michael Niedermayer2014-11-06
* Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-14
* avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUEMichael Niedermayer2014-05-21
* avcodec/libvorbisenc: do not attempt to flush if no data was inputMichael Niedermayer2014-05-19
* lavc: use av_fifo_freepLukasz Marek2014-05-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-21
* Merge commit '984e3398662d460e15904f9e4a6df9ef759070cb'Michael Niedermayer2014-02-20
* avcodec/libvorbisenc: drop dependancy on sizeof(AVFrame)Michael Niedermayer2013-12-17
* Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
* Rename "AVClass class" as "AVClass component_class" for external codecs.Sean McGovern2013-07-04
* Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-12
* normalize calls to ff_alloc_packet2James Zern2013-03-06
* libvorbisenc: Fix assignments in if()Michael Niedermayer2013-01-14
* libvorbisdec: dont try to update an empty queMichael Niedermayer2012-11-11
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-07
* libvorbisenc: fix afq delay settingMichael Niedermayer2012-10-06
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* libvorbisenc: switch to av_assertMichael Niedermayer2012-07-23
* lavc: use designated initializers for AVClassesPaul B Mahol2012-06-23
* libvorbis: split encoder from decoderPaul B Mahol2012-06-12