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