summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAge
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-07
* avcodec: Ignoring errors is only possible before the input endMichael Niedermayer2023-06-18
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-09
* avcodec/mpeg4videodec: duplicate the last decoded frame when the last coded f...James Almer2022-12-12
* avcodec/h263dec: Avoid parsing extradata repeatedlyMichael Niedermayer2022-11-28
* avcodec/h263dec: Move initializing qpel DSP context to mpeg4videodec.cAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependencyAndreas Rheinhardt2022-11-06
* avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt2022-11-06
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/mpeg4video: Factor non-codec stuff out into a header of its ownAndreas Rheinhardt2022-09-02
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/h263dec: Sanity check against minimal I/P frame sizeMichael Niedermayer2022-08-23
* avcodec/h263dec: Don't set frame parameters redundantlyAndreas Rheinhardt2022-08-18
* avcodec/h263dec: Remove redundant code to set cur_pic_ptrAndreas Rheinhardt2022-08-18
* configure: Add msmpeg4(dec|enc) subsystemsAndreas Rheinhardt2022-08-03
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-31
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* 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/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt2022-03-23
* 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
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/h263dec: Avoid copying data when flipping imageAndreas Rheinhardt2022-02-25
* avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-18
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/flv.h: Split header into encoder-only and decoder-only headersAndreas Rheinhardt2022-02-13
* avcodec/mpeg4video.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-13
* avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-13
* avcodec/wmv2.h: Move encoder- and decoder-only parts to new headersAndreas Rheinhardt2022-02-13
* avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Don't set unrestricted_mv for decodersAndreas Rheinhardt2022-01-13
* avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt2022-01-13
* avcodec/mpeg4video: Skip unneeded element when parsing picture headerAndreas Rheinhardt2022-01-09
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-20
* avcodec/h263dec: Make ff_h263_hw_config_list staticAndreas Rheinhardt2021-09-08
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/h263dec, mpeg12dec: Remove redundant writesAndreas Rheinhardt2021-04-12
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-08
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-01
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-31
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-08
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-13
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* avcodec/h263dec: enable nvdec hwaccelStefan Schoenefeld2019-08-04
* avcodec/h263dec: fix hwaccel decodingStefan Schoenefeld2019-08-04
* avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration ...fumoboy0072019-05-05
* avcodec/mpeg4videodec: Fix nonsense warningAndreas Rheinhardt2019-03-12