Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-06avcodec/h263dec: Move initializing qpel DSP context to mpeg4videodec.cAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependencyAndreas Rheinhardt
2022-11-06avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-09-02avcodec/mpeg4video: Factor non-codec stuff out into a header of its ownAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt
2022-08-23avcodec/h263dec: Sanity check against minimal I/P frame sizeMichael Niedermayer
2022-08-18avcodec/h263dec: Don't set frame parameters redundantlyAndreas Rheinhardt
2022-08-18avcodec/h263dec: Remove redundant code to set cur_pic_ptrAndreas Rheinhardt
2022-08-03configure: Add msmpeg4(dec|enc) subsystemsAndreas Rheinhardt
2022-07-31avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-24avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-26avcodec/h263dec: Avoid copying data when flipping imageAndreas Rheinhardt
2022-02-18avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/flv.h: Split header into encoder-only and decoder-only headersAndreas Rheinhardt
2022-02-13avcodec/mpeg4video.h: Move decoder-only parts to a new headerAndreas Rheinhardt
2022-02-13avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt
2022-02-13avcodec/wmv2.h: Move encoder- and decoder-only parts to new headersAndreas Rheinhardt
2022-01-29avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt
2022-01-13avcodec/mpegvideo: Don't set unrestricted_mv for decodersAndreas Rheinhardt
2022-01-13avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt
2022-01-09avcodec/mpeg4video: Skip unneeded element when parsing picture headerAndreas Rheinhardt
2021-09-20lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov
2021-09-08avcodec/h263dec: Make ff_h263_hw_config_list staticAndreas Rheinhardt
2021-07-22avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-12avcodec/h263dec, mpeg12dec: Remove redundant writesAndreas Rheinhardt
2021-04-08Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt
2021-01-01mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov
2020-12-31avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt
2020-11-08lavc: Mark hw_config pointer arrays as constMark Thompson
2020-06-13avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2019-08-04avcodec/h263dec: enable nvdec hwaccelStefan Schoenefeld
2019-08-04avcodec/h263dec: fix hwaccel decodingStefan Schoenefeld
2019-05-05avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration ...fumoboy007
2019-03-12avcodec/mpeg4videodec: Fix nonsense warningAndreas Rheinhardt
2018-07-13lavc/h263dec: Remove a variable declaration that can lead to a warning.Carl Eugen Hoyos
2018-07-04avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indica...Michael Niedermayer
2018-05-30avcodec/h263dec: Reinitialize idct context if it has not been setup for the a...Michael Niedermayer
2018-05-04avcodec/h263dec: Document padding_bug_score heuristic used for wrong stuffingMichael Niedermayer
2018-04-26avcodec/h263dec: Check slice_ret in mspeg4 slice loopMichael Niedermayer