| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+2 |
* | 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 | -14/+14 |
* | 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/elbg: Add flags to avpriv_elbg_do() | Andreas Rheinhardt | 2021-09-24 | 1 | -1/+1 |
* | avcodec/elbg: Add persistent ELBGContext | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+6 |
* | avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg() | Andreas Rheinhardt | 2021-09-20 | 1 | -4/+0 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+2 |
* | avcodec/a64multienc: Avoid copying packet data, allow user-supplied buffers | Andreas Rheinhardt | 2021-05-05 | 1 | -5/+5 |
* | avcodec/a64multienc: Don't modify AVCodecContext.global_quality | Andreas Rheinhardt | 2021-05-05 | 1 | -1/+1 |
* | avcodec/a64multienc: Avoid intermediate buffer | Andreas Rheinhardt | 2021-05-05 | 1 | -9/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec/a64multienc: Don't use static buffers, fix potential races | Andreas Rheinhardt | 2021-04-03 | 1 | -4/+7 |
* | avcodec/a64multienc: Mark encoders as init-threadsafe | Andreas Rheinhardt | 2020-12-04 | 1 | -2/+2 |
* | avcodec/a64multienc: Fix memleak upon init failure | Andreas Rheinhardt | 2020-11-29 | 1 | -0/+2 |
* | libavcodec: Reduce the size of some arrays | Andreas Rheinhardt | 2019-06-20 | 1 | -3/+3 |
* | 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 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+8 |
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -7/+0 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '91767360d86ac786571593ab11c7291010ab3829' | Michael Niedermayer | 2015-07-20 | 1 | -1/+2 |
|\| |
|
| * | a64multienc: Do not entangle coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -6/+5 |
* | | avcodec/a64multienc: Assert that the Packet size does not grow | Michael Niedermayer | 2015-02-23 | 1 | -0/+2 |
* | | avcodec/a64multienc: simplify frame handling code | Michael Niedermayer | 2015-02-23 | 1 | -19/+4 |
* | | avcodec/a64multienc: fix use of uninitialized values in to_meta_with_crop | Andreas Cadhalpun | 2015-02-23 | 1 | -3/+7 |
* | | avcodec/a64multienc: initialize mc_meta_charset to zero | Andreas Cadhalpun | 2015-02-23 | 1 | -1/+1 |
* | | avcodec/a64multienc: don't set incorrect packet size | Michael Niedermayer | 2015-02-23 | 1 | -2/+3 |
* | | avcodec/a64multienc: use av_frame_ref instead of copying the frame | Andreas Cadhalpun | 2015-02-23 | 1 | -1/+3 |
* | | Merge commit 'c63dd3f0a48a9f6389d253597ab51caddc0118db' | Michael Niedermayer | 2014-12-19 | 1 | -2/+8 |
|\| |
|
| * | a64multi: check elbg return values | Vittorio Giovara | 2014-12-18 | 1 | -2/+8 |
* | | avcodec/a64multienc use av_freep() | Michael Niedermayer | 2014-07-18 | 1 | -5/+5 |
* | | a64multienc: remove dead assignment | Timothy Gu | 2014-07-18 | 1 | -1/+0 |
* | | avcodec/a64multienc: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-08 | 1 | -2/+2 |
* | | Merge commit '984e3398662d460e15904f9e4a6df9ef759070cb' | Michael Niedermayer | 2014-02-20 | 1 | -3/+3 |
|\| |
|
| * | avcodec: Consistently name encoder init functions foo_encode_init | Diego Biurrun | 2014-02-20 | 1 | -3/+3 |
* | | Merge commit '6139f481ac9feb1bee4e7d04789fb15d7f24ebbf' | Michael Niedermayer | 2013-11-17 | 1 | -6/+8 |
|\| |
|
| * | a64multienc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -3/+8 |
* | | lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libs | Stefano Sabatini | 2013-11-13 | 1 | -2/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | lavc: remove unecessary a64enc include. | Clément Bœsch | 2013-03-17 | 1 | -1/+25 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|