| 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 | -0/+2 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -3/+3 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+0 |
* | 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 | -12/+12 |
* | 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 |
* | avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY | Andreas Rheinhardt | 2021-09-28 | 1 | -1/+0 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+3 |
* | 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 | -1/+1 |
* | avcodec: Remove cumbersome way of checking for amount of bytes left | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avcodec/asvenc: Avoid reversing output data twice | Andreas Rheinhardt | 2020-10-18 | 1 | -18/+11 |
* | avcodec/asvenc: Simplify flushing and padding packet | Andreas Rheinhardt | 2020-10-18 | 1 | -5/+2 |
* | avcodec/asvenc: Inline constants | Andreas Rheinhardt | 2020-10-16 | 1 | -4/+4 |
* | avcodec/put_bits: Make bit buffers 64-bit | Steinar H. Gunderson | 2020-07-19 | 1 | -0/+1 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | avcodec/asvenc: Replace bitstream space check by assert | Michael Niedermayer | 2019-01-01 | 1 | -4/+1 |
* | lavc: fix typos | Moritz Barsnick | 2016-10-09 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | 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 |
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -4/+2 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -16/+2 |
* | | Merge commit 'e524f37356156893cae50fc46451bd4a6198703d' | Michael Niedermayer | 2015-06-01 | 1 | -0/+2 |
|\| |
|
| * | asv: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -0/+2 |
* | | Merge commit 'd90133b77bf69667d10e54de9aae7da223c6876a' | Michael Niedermayer | 2015-04-24 | 1 | -0/+4 |
|\| |
|
| * | asvenc: Mark codec as init-thread-safe and init-cleanup | Vittorio Giovara | 2015-04-24 | 1 | -0/+5 |
* | | Merge commit 'bcbdeb318e0828cf00b458885ffa1e1596c85d06' | Michael Niedermayer | 2014-12-15 | 1 | -1/+2 |
|\| |
|
| * | asvenc: Forward the error instead of asserting on it | Luca Barbato | 2014-12-14 | 1 | -5/+11 |
* | | avcodec/asvenc: fix AAN scaling | Michael Niedermayer | 2014-09-23 | 1 | -2/+9 |
* | | avcodec/asvenc: Fix integer overflow in level | Michael Niedermayer | 2014-09-23 | 1 | -5/+9 |
* | | Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67' | Michael Niedermayer | 2014-09-02 | 1 | -106/+142 |
|\| |
|
| * | asv: K&R formatting cosmetics | Gabriel Dume | 2014-09-02 | 1 | -106/+143 |
* | | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e' | Michael Niedermayer | 2014-07-10 | 1 | -7/+7 |
|\| |
|
| * | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 1 | -7/+7 |
* | | Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3' | Michael Niedermayer | 2014-07-08 | 1 | -2/+4 |
|\| |
|
| * | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 1 | -2/+4 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -0/+1 |
* | | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -1/+2 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -1/+2 |
| * | asvenc: free avctx->coded_frame on codec close | Janne Grunau | 2014-02-09 | 1 | -0/+8 |
* | | avcodec/asvenc: fix encoding dimensions %16 != 0 | Michael Niedermayer | 2014-05-31 | 1 | -0/+42 |
* | | avcodec/asvenc: dont use a negative global_quality | Michael Niedermayer | 2014-05-24 | 1 | -1/+1 |