| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+2 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -2/+0 |
* | avcodec/mpegvideo_enc: ensure lmin is smaller than lmax | James Almer | 2023-04-18 | 1 | -0/+5 |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+2 |
* | avcodec/mpegvideo_enc: remove picture_number parameter from encode functions | Marton Balint | 2023-01-26 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+2 |
* | avcodec/mpegvideoenc: Remove ineffective options | Andreas Rheinhardt | 2022-05-24 | 1 | -12/+0 |
* | avcodec/mjpegenc: Remove pointless motion-estimation options | Andreas Rheinhardt | 2022-05-24 | 1 | -0/+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 | -15/+15 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/mpegvideo: Remove write-only [fb]_code | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+0 |
* | avcodec/mpegvideo: Move encoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/flv.h: Split header into encoder-only and decoder-only headers | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/mpegvideo_enc: Move H.263p? encoders to ituh263enc.c | Andreas Rheinhardt | 2022-01-29 | 1 | -0/+72 |
* | avcodec/ituh263enc: Use stack variable for aspect_ratio_info | Andreas Rheinhardt | 2022-01-29 | 1 | -3/+3 |
* | avcodec/ituh263enc: Use stack variable for custom_pcf | Andreas Rheinhardt | 2022-01-29 | 1 | -3/+4 |
* | avcodec/mpeg4video: Split off data in a header of its own | Andreas Rheinhardt | 2022-01-13 | 1 | -1/+0 |
* | avcodec/h263: Move functions only used once to their caller | Andreas Rheinhardt | 2022-01-09 | 1 | -1/+42 |
* | avcodec/ituh263enc: Make static initializations thread-safe | Andreas Rheinhardt | 2021-04-27 | 1 | -12/+16 |
* | avcodec/h263data, ituh263*: Make initializing RL inter table thread-safe | Andreas Rheinhardt | 2021-01-25 | 1 | -2/+3 |
* | avcodec/ituh263enc: Remove unused function parameter | Andreas Rheinhardt | 2021-01-25 | 1 | -10/+6 |
* | put_bits: make avpriv_align_put_bits() inline | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | Merge commit '197ae68e78784524a7ccf97a3c301092715305d3' | Clément Bœsch | 2016-06-29 | 1 | -1/+0 |
|\ |
|
| * | Drop unnecessary unary.h #includes | Diego Biurrun | 2016-06-08 | 1 | -1/+0 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -9/+9 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -9/+9 |
* | | avcodec/motion_est: Fix mv_penalty table size | Michael Niedermayer | 2016-01-05 | 1 | -3/+3 |
* | | 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 |
* | | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' | Michael Niedermayer | 2015-06-12 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: h263: Move all tables to a single file | Vittorio Giovara | 2015-06-12 | 1 | -0/+1 |
* | | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61' | Michael Niedermayer | 2015-06-01 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: Move tables to a separate file | Vittorio Giovara | 2015-05-31 | 1 | -0/+1 |
* | | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21' | Michael Niedermayer | 2015-05-28 | 1 | -2/+2 |
|\| |
|
| * | rl: Rename ff_*_rl() to ff_rl_*() | Anton Khirnov | 2015-05-28 | 1 | -2/+2 |
* | | avcodec/ituh263enc: Pass PutBitContext into h263p_encode_umotion() instead of... | Michael Niedermayer | 2015-05-24 | 1 | -9/+9 |
* | | avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncCo... | Michael Niedermayer | 2015-05-24 | 1 | -4/+4 |
* | | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' | Michael Niedermayer | 2015-05-22 | 1 | -1/+1 |
|\| |
|
| * | mpegvideo: Drop flags and flags2 | Vittorio Giovara | 2015-05-22 | 1 | -1/+1 |
* | | avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info() | Michael Niedermayer | 2014-12-29 | 1 | -1/+1 |
* | | avcodec/ituh263enc: fix advanced intra coding | Michael Niedermayer | 2014-06-21 | 1 | -10/+5 |
* | | Merge commit 'cd62c04d009b3baf7582556866a7029291b54573' | Michael Niedermayer | 2014-06-11 | 1 | -5/+3 |
|\| |
|
| * | h263enc: keep block_last_index always valid during advanced intra coding | Janne Grunau | 2014-06-11 | 1 | -5/+3 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -1/+0 |
|\| |
|