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-11avcodec/mpeg4data: Move ff_mpeg4_resync_prefix to its only userAndreas Rheinhardt
2022-11-06avcodec/h263dec: Move initializing qpel DSP context to mpeg4videodec.cAndreas Rheinhardt
2022-10-24avcodec/mpegvideo: Don't use ScanTable where unnecessaryAndreas Rheinhardt
2022-10-20avcodec/mpeg4videodec: Reindent after the previous commitAndreas Rheinhardt
2022-10-20avcodec/mpeg4videodec: Remove always-true checksAndreas Rheinhardt
2022-10-20avcodec/mpeg4videodec: Sync sprite_warping_accuracy between threadsAndreas Rheinhardt
2022-10-20avcodec/mpegvideo: Move sprite-related fields to Mpeg4DecContextAndreas Rheinhardt
2022-10-20avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 onlyAndreas Rheinhardt
2022-10-20avcodec/mpegvideo_motion: Move mspel/gmc motion to mpeg4videodec.cAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas 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-21avcodec/mpeg4videodec: Keep data_partitioning in sync between threadsAndreas Rheinhardt
2022-07-31avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas 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-18avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/mpeg4video.h: Move decoder-only parts to a new headerAndreas Rheinhardt
2022-02-13avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt
2022-02-09avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt
2022-01-29avcodec/mpeg4videodec: Move use_intra_dc_vlc to stack, fix data raceAndreas Rheinhardt
2022-01-29avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4videoAndreas Rheinhardt
2022-01-29avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodecAndreas Rheinhardt
2022-01-29avcodec/mpeg4videodec: Use stack variable for aspect_ratio_infoAndreas Rheinhardt
2022-01-29avcodec/mpeg4?video: Move vo_type to Mpeg4DecContextAndreas Rheinhardt
2022-01-29avcodec/mpeg4videodec: Keep vo_type in sync between threadsAndreas Rheinhardt
2022-01-29avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt
2022-01-13avcodec/mpeg4videodec: Avoid multiple consecutive av_log()Andreas Rheinhardt
2022-01-13avcodec/h264_slice, mpeg4videodec: Don't use %s to write single charAndreas Rheinhardt
2022-01-13avcodec/mpeg4video: Split off data in a header of its ownAndreas Rheinhardt
2022-01-09avcodec/mpeg4videodec: Fix data race when initializing VLCsAndreas 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-20avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec/mpeg4video: Make initializing RLTable thread-safeAndreas Rheinhardt
2021-04-15avcodec/mpeg4videodec: update exported AVOptions in the user-facing contextJames Almer
2021-04-08Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt
2021-03-08avcodec/mpeg4videodec: add forgotten flags to mpeg4_optionsPaul B Mahol
2021-01-27Revert "mpeg4videodec: raise an error if sprite_trajectory.table is NULL"Andreas Rheinhardt
2021-01-26avcodec/mpeg4videodec: Fix indentationAndreas Rheinhardt
2021-01-26avcodec/mpeg4videodec: Move code around to avoid forward declarationAndreas Rheinhardt
2021-01-25avcodec/mpeg4videodec: Don't initialize unused RL VLCsAndreas Rheinhardt
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-12-08avcodec/mpeg4videodec: Make studio VLCs staticAndreas Rheinhardt