summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisenc.c
Commit message (Expand)AuthorAgeFilesLines
* vorbisenc: convert to lavu/txLynne2022-11-061-8/+12
* avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt2022-10-031-0/+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: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* vorbis: convert to new channel layout APIAnton Khirnov2022-03-151-3/+4
* avcodec/vorbisenc: Cleanup generically on init-failureAndreas Rheinhardt2022-02-111-6/+3
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* libavcodec/vorbisenc: Add missing initial_paddingGuangyu Sun2021-07-121-0/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec/vorbisenc: Combine codebooks, avoid relocationsAndreas Rheinhardt2021-05-121-2/+6
* avcodec/vorbisenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-121-0/+1
* avcodec/vorbisenc: Don't free uninitialized pointersAndreas Rheinhardt2021-05-121-5/+5
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-281-2/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-4/+4
* avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriateAndreas Rheinhardt2021-03-301-2/+2
* avcodec/vorbisenc: Remove always-false checkAndreas Rheinhardt2021-03-301-5/+0
* vorbisenc: Check the return value of av_frame_cloneDerek Buitenhuis2017-11-261-1/+5
* avcodec/vorbisenc: Fix mixed declaration and statementsMichael Niedermayer2017-09-161-2/+4
* vorbisenc: Stop tracking number of samples per frameTyler Jones2017-06-151-17/+16
* vorbisenc: Apply and output correct length window and mdctTyler Jones2017-06-151-11/+14
* vorbisenc: Separate copying audio samples from windowingTyler Jones2017-06-151-44/+32
* vorbisenc: Fix memory leak on errorsTyler Jones2017-06-061-37/+12
* vorbisenc: signal samples to skipRostislav Pehlivanov2017-06-051-0/+8
* avcodec/vorbisenc: Use a bufqueue in encoding with smaller lengthsTyler Jones2017-06-051-14/+106
* avcodec/vorbisenc: Include bufqueue and afqueueTyler Jones2017-06-051-0/+10
* avcodec/vorbisenc: Use fdsp for applying windowsTyler Jones2017-06-051-7/+9
* avcodec/vorbisenc: Include fdspTyler Jones2017-06-051-6/+25
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-7/+7
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-7/+7
* | Merge commit '5aa710f46119bb9c1c38542f80f5338eb8b5ffb2'Michael Niedermayer2014-11-131-1/+2
|\ \ | |/
| * vorbisenc: add missing parenthesisVittorio Giovara2014-11-131-2/+3
* | vorbisenc: avoid large stack allocation.Reimar Döffinger2014-09-031-2/+5
* | avcodec/vorbisenc: use av_malloc(z)_array()Michael Niedermayer2014-08-251-13/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-041-0/+2
|\ \ | |/
| * put_bits: Remove unused includesVittorio Giovara2014-03-041-0/+2
* | 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
* | avcodec/vorbisenc: change 6 asserts to av_asserts()Michael Niedermayer2013-07-271-6/+6
* | Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3'Michael Niedermayer2013-07-261-4/+4
|\ \ | |/
| * cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-251-4/+4