summaryrefslogtreecommitdiff
path: root/libavcodec/dvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-6/+6
* avcodec/dvdec: Avoid stack buffersAndreas Rheinhardt2022-09-071-13/+13
* avcodec/dvdec: Mark dv_init_static() as av_coldAndreas Rheinhardt2022-09-071-1/+1
* avcodec/dvdec: Use ff_init_vlc_from_lengths()Andreas Rheinhardt2022-09-071-6/+3
* lavc/dv: rename constants to follow our naming conventionsAnton Khirnov2022-09-051-2/+2
* lavc/dv.h: move encoder/decoder-specific code to a new headerAnton Khirnov2022-09-051-0/+1
* lavc/dvdec: stop using DVVideoContextAnton Khirnov2022-09-051-7/+21
* lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy()Anton Khirnov2022-09-051-1/+1
* lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables()Anton Khirnov2022-09-051-1/+1
* lavc/dv: remove ff_dvvideo_init()Anton Khirnov2022-09-051-1/+3
* lavc/dvdec: drop the only use of DVVideoContext.avctxAnton Khirnov2022-09-051-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-3/+0
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/dvdec: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-311-3/+3
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-3/+3
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-11/+11
* av(codec|device): Don't cast pointers to intAndreas Rheinhardt2021-11-211-2/+2
* avcodec/dvdec: Make decoder init-threadsafeAndreas Rheinhardt2021-05-061-7/+4
* avcodec/dv: Don't initialize RL VLC for encoderAndreas Rheinhardt2021-05-061-4/+70
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tabMichael Niedermayer2019-11-201-2/+1
* avcodec/dvdec: Don't use restrict directly to fix build on MSVCAndreas Rheinhardt2019-11-111-1/+1
* avcodec/dvdec: correctly decode bottom mb row in 1080i field modeBaptiste Coudurier2019-11-061-20/+70
* avcodec/dvdec: correctly set interlaced and tffBaptiste Coudurier2019-11-061-3/+10
* avcodec/dvdec: add frame threadsPaul B Mahol2019-04-211-9/+10
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+2
* Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch2017-03-241-1/+1
|\
| * Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-281-1/+1
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-211-1/+1
|\ \ | |/
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-1/+1
* | avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer2016-01-101-1/+1
* | Merge commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2'Hendrik Leppkes2015-10-051-7/+8
|\ \ | |/
| * dv: Mark internal frame reference as constVittorio Giovara2015-10-041-6/+7
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/dvdec: only attempt to conceal errors based on STA inconsistencies wh...Michael Niedermayer2015-07-251-6/+8
* | avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the...Michael Niedermayer2015-07-251-0/+7
* | avcodec/dvdec: Retry decoding seemingly damaged MBs while skiping likely dama...Michael Niedermayer2015-07-241-2/+22
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-6/+6
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-6/+6