| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+5 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+2 |
* | avcodec/mlpenc: fix encoding after receiving last frame | Paul B Mahol | 2022-04-13 | 1 | -4/+5 |
* | avcodec/mlpenc: simplify calling function | Paul B Mahol | 2022-04-12 | 1 | -4/+1 |
* | avcodec/mlpenc: use FFMAX() | Paul B Mahol | 2022-04-12 | 1 | -2/+1 |
* | avcodec/mlpenc: improve handling of last samples | Paul B Mahol | 2022-04-12 | 1 | -7/+12 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -20/+20 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | mlp: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -52/+54 |
* | avcodec/thd: fix special stereo support | Paul B Mahol | 2021-12-18 | 1 | -1/+1 |
* | avcodec/mlpenc: Set AV_PKT_FLAG_KEY manually | Andreas Rheinhardt | 2021-09-28 | 1 | -0/+1 |
* | avcodec/mlpenc: fix encoding stereo single stream in TrueHD | Paul B Mahol | 2021-09-23 | 1 | -1/+1 |
* | avcodec/mlpenc: Fix mixed declarations and code warning | Andreas Rheinhardt | 2021-09-09 | 1 | -2/+1 |
* | avcodec/mlpenc: simplify some complicated expressions more | Paul B Mahol | 2021-09-07 | 1 | -9/+2 |
* | avcodec/mlpenc: simplify strange pointer initializations | Paul B Mahol | 2021-09-07 | 1 | -12/+4 |
* | avcodec/mlpenc: remove convoluted incomplete multiple substreams support code | Paul B Mahol | 2021-09-07 | 1 | -205/+180 |
* | avcodec/mlpenc: use variables local to for loops | Paul B Mahol | 2021-09-07 | 1 | -142/+81 |
* | avcodec/mlp: move sync defines to common header | Paul B Mahol | 2021-09-05 | 1 | -3/+0 |
* | avcodec/mlpenc: remove frame_size array from private context | Paul B Mahol | 2021-09-05 | 1 | -23/+7 |
* | avcodec/mlpenc: stop using hardcoded value | Paul B Mahol | 2021-09-05 | 1 | -1/+1 |
* | avcodec/mlpenc: use av_shrink_packet() | Paul B Mahol | 2021-09-05 | 1 | -1/+2 |
* | avcodec/mlpenc: remove no more needed goto | Paul B Mahol | 2021-09-05 | 1 | -5/+0 |
* | avcodec/mlpenc: fix removal of packet timestamp/size from queue | Paul B Mahol | 2021-09-05 | 1 | -10/+3 |
* | avcodec/mlpenc: remove not needed buf_size checks | Paul B Mahol | 2021-09-05 | 1 | -5/+0 |
* | avcodec/mlpenc: fix indentation | Paul B Mahol | 2021-09-05 | 1 | -29/+28 |
* | avcodec/mlpenc: stop returning packets with no data | Paul B Mahol | 2021-09-05 | 1 | -5/+11 |
* | avcodec/mlpenc: simplify compare_best_offset() | Paul B Mahol | 2021-09-05 | 1 | -4/+1 |
* | avcodec/mlpenc: use ff_ctz() | Paul B Mahol | 2021-09-05 | 1 | -4/+3 |
* | avcodec/mlpenc: remove unused item | Paul B Mahol | 2021-09-05 | 1 | -2/+0 |
* | avcodec/mlpenc: remove log messages when allocation fails at init | Paul B Mahol | 2021-09-04 | 1 | -24/+6 |
* | avcodec/mlpenc: allocate filter buffers once at init | Paul B Mahol | 2021-09-04 | 1 | -24/+19 |
* | avcodec/mlpenc: simplify allocations in mlp_encode_init() | Paul B Mahol | 2021-09-04 | 1 | -20/+13 |
* | avcodec/mlpenc: add support for 24bit encoding | Paul B Mahol | 2021-09-02 | 1 | -2/+2 |
* | avcodec/mlpenc: fix encoding last samples when not within full interval | Paul B Mahol | 2021-08-31 | 1 | -37/+47 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/mlpenc: Make encoders init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -17/+19 |
* | avcodec/mlpenc: Add const where appropriate | Andreas Rheinhardt | 2021-05-02 | 1 | -10/+12 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -4/+4 |
* | avcodec/mlpenc: Avoid redundant temporary PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -4/+4 |
* | avcodec/mlpenc: Simplify finding best codebook | Andreas Rheinhardt | 2020-12-31 | 1 | -24/+10 |
* | avcodec/mlpenc: Fix memleak upon init failure | Andreas Rheinhardt | 2020-09-15 | 1 | -0/+2 |
* | avcodec/mlpenc: free filter state buffers on allocation failure | James Almer | 2020-07-01 | 1 | -1/+2 |
* | avcodec/mlpenc: propagate proper error values | James Almer | 2020-07-01 | 1 | -9/+9 |
* | avcodec/mlpenc: remove delay codec capability | James Almer | 2020-07-01 | 1 | -5/+2 |