aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegvideo_dec: Move setting dct_unquant funcs to h263dec.cAndreas Rheinhardt2024-06-201-0/+5
* avcodec/mpegvideo: Move quant_precision to Mpeg4DecContextAndreas Rheinhardt2024-06-201-1/+0
* avcodec/rv10: Use ff_h263_decode_init()Andreas Rheinhardt2024-06-201-0/+2
* avcodec/mpegvideo_dec: Set dct_unquantize ptrs only once when possibleAndreas Rheinhardt2024-06-201-0/+8
* avcodec/mpegvideo: Use enum for msmpeg4_versionAndreas Rheinhardt2024-06-121-15/+19
* avcodec/mpegpicture: Make MPVPicture refcountedAndreas Rheinhardt2024-06-121-5/+9
* avcodec/mpegvideo_dec: Add close function for mpegvideo-decodersAndreas Rheinhardt2024-06-121-10/+2
* avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary PicAndreas Rheinhardt2024-06-121-17/+16
* avcodec/mpegvideo: Shorten variable namesAndreas Rheinhardt2024-06-121-17/+17
* avcodec/mpegutils: Move definitions to better placesAndreas Rheinhardt2024-04-081-1/+0
* avcodec/h263dec: Remove AVCodec.pix_fmts arraysAndreas Rheinhardt2024-02-091-20/+23
* avcodec/h263dec, mpeg4videodec: Parse extradata during initAndreas Rheinhardt2023-10-051-7/+0
* avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during initAndreas Rheinhardt2023-10-051-5/+0
* avcodec/error_resilience: Make applying decode_error_flags optionalAndreas Rheinhardt2023-09-151-1/+1
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-4/+5
* avcodec: Ignoring errors is only possible before the input endMichael Niedermayer2023-06-181-1/+1
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-091-42/+0
* avcodec/mpeg4videodec: duplicate the last decoded frame when the last coded f...James Almer2022-12-121-0/+13
* avcodec/h263dec: Avoid parsing extradata repeatedlyMichael Niedermayer2022-11-281-1/+2
* avcodec/h263dec: Move initializing qpel DSP context to mpeg4videodec.cAndreas Rheinhardt2022-11-061-2/+0
* avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependencyAndreas Rheinhardt2022-11-061-12/+0
* avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt2022-11-061-8/+0
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/mpeg4video: Factor non-codec stuff out into a header of its ownAndreas Rheinhardt2022-09-021-0/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/h263dec: Sanity check against minimal I/P frame sizeMichael Niedermayer2022-08-231-0/+2
* avcodec/h263dec: Don't set frame parameters redundantlyAndreas Rheinhardt2022-08-181-4/+0
* avcodec/h263dec: Remove redundant code to set cur_pic_ptrAndreas Rheinhardt2022-08-181-7/+0
* configure: Add msmpeg4(dec|enc) subsystemsAndreas Rheinhardt2022-08-031-2/+2
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-311-1/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-4/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt2022-03-231-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-16/+16
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/h263dec: Avoid copying data when flipping imageAndreas Rheinhardt2022-02-251-10/+4
* avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-181-2/+4
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/flv.h: Split header into encoder-only and decoder-only headersAndreas Rheinhardt2022-02-131-3/+1
* avcodec/mpeg4video.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-131-1/+1
* avcodec/wmv2.h: Move encoder- and decoder-only parts to new headersAndreas Rheinhardt2022-02-131-1/+1
* avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt2022-01-291-0/+1
* avcodec/mpegvideo: Don't set unrestricted_mv for decodersAndreas Rheinhardt2022-01-131-2/+0
* avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt2022-01-131-7/+0
* avcodec/mpeg4video: Skip unneeded element when parsing picture headerAndreas Rheinhardt2022-01-091-2/+2
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-201-2/+16