summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisenc.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* libavcodec/vorbisenc: Add missing initial_paddingGuangyu Sun2021-07-12
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/vorbisenc: Combine codebooks, avoid relocationsAndreas Rheinhardt2021-05-12
* avcodec/vorbisenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-12
* avcodec/vorbisenc: Don't free uninitialized pointersAndreas Rheinhardt2021-05-12
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriateAndreas Rheinhardt2021-03-30
* avcodec/vorbisenc: Remove always-false checkAndreas Rheinhardt2021-03-30
* vorbisenc: Check the return value of av_frame_cloneDerek Buitenhuis2017-11-26
* avcodec/vorbisenc: Fix mixed declaration and statementsMichael Niedermayer2017-09-16
* vorbisenc: Stop tracking number of samples per frameTyler Jones2017-06-15
* vorbisenc: Apply and output correct length window and mdctTyler Jones2017-06-15
* vorbisenc: Separate copying audio samples from windowingTyler Jones2017-06-15
* vorbisenc: Fix memory leak on errorsTyler Jones2017-06-06
* vorbisenc: signal samples to skipRostislav Pehlivanov2017-06-05
* avcodec/vorbisenc: Use a bufqueue in encoding with smaller lengthsTyler Jones2017-06-05
* avcodec/vorbisenc: Include bufqueue and afqueueTyler Jones2017-06-05
* avcodec/vorbisenc: Use fdsp for applying windowsTyler Jones2017-06-05
* avcodec/vorbisenc: Include fdspTyler Jones2017-06-05
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit '5aa710f46119bb9c1c38542f80f5338eb8b5ffb2'Michael Niedermayer2014-11-13
|\|
| * vorbisenc: add missing parenthesisVittorio Giovara2014-11-13
* | vorbisenc: avoid large stack allocation.Reimar Döffinger2014-09-03
* | avcodec/vorbisenc: use av_malloc(z)_array()Michael Niedermayer2014-08-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-04
|\|
| * put_bits: Remove unused includesVittorio Giovara2014-03-04
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | avcodec/vorbisenc: change 6 asserts to av_asserts()Michael Niedermayer2013-07-27
* | Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3'Michael Niedermayer2013-07-26
|\|
| * cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-25
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-12
|\|
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* | normalize calls to ff_alloc_packet2James Zern2013-03-06
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit 'e8da807537e314d74cb6d93598f1dcfb891fa655'Michael Niedermayer2013-02-26
|\|
| * vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-25
* | libavcodec/vorbisenc: add {} to complex ifsMichael Niedermayer2012-10-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-07
|\|
| * vorbisenc: use float planar sample formatJustin Ruggles2012-10-06