| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | vorbisenc: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -8/+12 |
* | avcodec/vorbis: Split data declarations out into new header | Andreas Rheinhardt | 2022-10-03 | 1 | -0/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | vorbis: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -3/+4 |
* | avcodec/vorbisenc: Cleanup generically on init-failure | Andreas Rheinhardt | 2022-02-11 | 1 | -6/+3 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+2 |
* | libavcodec/vorbisenc: Add missing initial_padding | Guangyu Sun | 2021-07-12 | 1 | -0/+1 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/vorbisenc: Combine codebooks, avoid relocations | Andreas Rheinhardt | 2021-05-12 | 1 | -2/+6 |
* | avcodec/vorbisenc: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2021-05-12 | 1 | -0/+1 |
* | avcodec/vorbisenc: Don't free uninitialized pointers | Andreas Rheinhardt | 2021-05-12 | 1 | -5/+5 |
* | avcodec: Remove redundant freeing of extradata of encoders | Andreas Rheinhardt | 2021-04-28 | 1 | -2/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -4/+4 |
* | avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriate | Andreas Rheinhardt | 2021-03-30 | 1 | -2/+2 |
* | avcodec/vorbisenc: Remove always-false check | Andreas Rheinhardt | 2021-03-30 | 1 | -5/+0 |
* | vorbisenc: Check the return value of av_frame_clone | Derek Buitenhuis | 2017-11-26 | 1 | -1/+5 |
* | avcodec/vorbisenc: Fix mixed declaration and statements | Michael Niedermayer | 2017-09-16 | 1 | -2/+4 |
* | vorbisenc: Stop tracking number of samples per frame | Tyler Jones | 2017-06-15 | 1 | -17/+16 |
* | vorbisenc: Apply and output correct length window and mdct | Tyler Jones | 2017-06-15 | 1 | -11/+14 |
* | vorbisenc: Separate copying audio samples from windowing | Tyler Jones | 2017-06-15 | 1 | -44/+32 |
* | vorbisenc: Fix memory leak on errors | Tyler Jones | 2017-06-06 | 1 | -37/+12 |
* | vorbisenc: signal samples to skip | Rostislav Pehlivanov | 2017-06-05 | 1 | -0/+8 |
* | avcodec/vorbisenc: Use a bufqueue in encoding with smaller lengths | Tyler Jones | 2017-06-05 | 1 | -14/+106 |
* | avcodec/vorbisenc: Include bufqueue and afqueue | Tyler Jones | 2017-06-05 | 1 | -0/+10 |
* | avcodec/vorbisenc: Use fdsp for applying windows | Tyler Jones | 2017-06-05 | 1 | -7/+9 |
* | avcodec/vorbisenc: Include fdsp | Tyler Jones | 2017-06-05 | 1 | -6/+25 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -7/+7 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -7/+7 |
* | | Merge commit '5aa710f46119bb9c1c38542f80f5338eb8b5ffb2' | Michael Niedermayer | 2014-11-13 | 1 | -1/+2 |
|\| |
|
| * | vorbisenc: add missing parenthesis | Vittorio Giovara | 2014-11-13 | 1 | -2/+3 |
* | | vorbisenc: avoid large stack allocation. | Reimar Döffinger | 2014-09-03 | 1 | -2/+5 |
* | | avcodec/vorbisenc: use av_malloc(z)_array() | Michael Niedermayer | 2014-08-25 | 1 | -13/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-04 | 1 | -0/+2 |
|\| |
|
| * | put_bits: Remove unused includes | Vittorio Giovara | 2014-03-04 | 1 | -0/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec/vorbisenc: change 6 asserts to av_asserts() | Michael Niedermayer | 2013-07-27 | 1 | -6/+6 |
* | | Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3' | Michael Niedermayer | 2013-07-26 | 1 | -4/+4 |
|\| |
|