| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -2/+2 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 1 | -0/+1 |
* | lavc/dvdec: export bitrate | Anton Khirnov | 2023-07-07 | 1 | -0/+3 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -6/+6 |
* | avcodec/dvdec: Avoid stack buffers | Andreas Rheinhardt | 2022-09-07 | 1 | -13/+13 |
* | avcodec/dvdec: Mark dv_init_static() as av_cold | Andreas Rheinhardt | 2022-09-07 | 1 | -1/+1 |
* | avcodec/dvdec: Use ff_init_vlc_from_lengths() | Andreas Rheinhardt | 2022-09-07 | 1 | -6/+3 |
* | lavc/dv: rename constants to follow our naming conventions | Anton Khirnov | 2022-09-05 | 1 | -2/+2 |
* | lavc/dv.h: move encoder/decoder-specific code to a new header | Anton Khirnov | 2022-09-05 | 1 | -0/+1 |
* | lavc/dvdec: stop using DVVideoContext | Anton Khirnov | 2022-09-05 | 1 | -7/+21 |
* | lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy() | Anton Khirnov | 2022-09-05 | 1 | -1/+1 |
* | lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables() | Anton Khirnov | 2022-09-05 | 1 | -1/+1 |
* | lavc/dv: remove ff_dvvideo_init() | Anton Khirnov | 2022-09-05 | 1 | -1/+3 |
* | lavc/dvdec: drop the only use of DVVideoContext.avctx | Anton Khirnov | 2022-09-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -3/+0 |
* | avcodec/internal: Move ff_set_sar() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/dvdec: Constify slice threads' ptr to main context | Andreas Rheinhardt | 2022-07-31 | 1 | -3/+3 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -3/+3 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+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 | -0/+1 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -11/+11 |
* | av(codec|device): Don't cast pointers to int | Andreas Rheinhardt | 2021-11-21 | 1 | -2/+2 |
* | avcodec/dvdec: Make decoder init-threadsafe | Andreas Rheinhardt | 2021-05-06 | 1 | -7/+4 |
* | avcodec/dv: Don't initialize RL VLC for encoder | Andreas Rheinhardt | 2021-05-06 | 1 | -4/+70 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tab | Michael Niedermayer | 2019-11-20 | 1 | -2/+1 |
* | avcodec/dvdec: Don't use restrict directly to fix build on MSVC | Andreas Rheinhardt | 2019-11-11 | 1 | -1/+1 |
* | avcodec/dvdec: correctly decode bottom mb row in 1080i field mode | Baptiste Coudurier | 2019-11-06 | 1 | -20/+70 |
* | avcodec/dvdec: correctly set interlaced and tff | Baptiste Coudurier | 2019-11-06 | 1 | -3/+10 |
* | avcodec/dvdec: add frame threads | Paul B Mahol | 2019-04-21 | 1 | -9/+10 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -2/+2 |
* | Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50' | Clément Bœsch | 2017-03-24 | 1 | -1/+1 |
|\ |
|
| * | Adjust printf conversion specifiers to match variable signedness | Diego Biurrun | 2016-10-28 | 1 | -1/+1 |
* | | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\| |
|
| * | idct: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -1/+1 |
* | | avcodec/dvdec: Fix "left shift of negative value -254" | Michael Niedermayer | 2016-01-10 | 1 | -1/+1 |
* | | Merge commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2' | Hendrik Leppkes | 2015-10-05 | 1 | -7/+8 |
|\| |
|
| * | dv: Mark internal frame reference as const | Vittorio Giovara | 2015-10-04 | 1 | -6/+7 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | 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 |
* | | avcodec/dvdec: only attempt to conceal errors based on STA inconsistencies wh... | Michael Niedermayer | 2015-07-25 | 1 | -6/+8 |
* | | avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the... | Michael Niedermayer | 2015-07-25 | 1 | -0/+7 |