399 Commits (358fdf30838682f2b183e67d247e0d4d53b5a6a4)

Author SHA1 Message Date
Andreas Rheinhardt 594723ec38 avcodec/mpegvideo: Move quant_precision to Mpeg4DecContext 6 months ago
Andreas Rheinhardt c41818dc5d avcodec/mpeg4videodec: Don't initialize unused inter_scantable 6 months ago
Andreas Rheinhardt 1d270e99f9 avcodec/mpeg4videodec: Remove always-false check 6 months ago
Andreas Rheinhardt 7bccf63de5 avcodec/mpeg4videodec: Don't initialize unused stuff 6 months ago
Andreas Rheinhardt d197a8d6b6 avcodec/mpeg4videodec: Inline constants 6 months ago
Andreas Rheinhardt e7d6300c10 avcodec/mpeg4videodec: Use VLC symbol table 6 months ago
Andreas Rheinhardt f5d5b80f3c avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo 6 months ago
Andreas Rheinhardt 45cf0541cf avcodec/mpegpicture: Use ThreadProgress instead of ThreadFrame API 7 months ago
Andreas Rheinhardt 9ce56f91c0 avcodec/mpegpicture: Make MPVPicture refcounted 7 months ago
Andreas Rheinhardt 99d26939af avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders 7 months ago
Andreas Rheinhardt fe6037fd04 avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 7 months ago
Andreas Rheinhardt dda009b97d avcodec/mpegvideo: Add const where appropriate 7 months ago
Andreas Rheinhardt ec1eba792a avcodec/mpegvideo: Shorten variable names 7 months ago
Andreas Rheinhardt 47e43c19cb avcodec/h263: Move setting mbskip_table to decoder/encoders 7 months ago
Michael Niedermayer 8fc649b931
avcodec/mpeg4videodec: assert impossible wrap points 8 months ago
Andreas Rheinhardt 2b46ae6407 avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS 9 months ago
Andreas Rheinhardt 2b0e9e278a avcodec/h263dec: Remove AVCodec.pix_fmts arrays 11 months ago
Zhao Zhili bc944168db avcodec/mpeg4videodec: Remove write-only variable 11 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 12 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Andreas Rheinhardt 5a694d62c5 avcodec/mpeg4videodec: Avoid superfluous VLC structures 1 year ago
Andreas Rheinhardt ff886fc282 avcodec/ituh263dec: Avoid superfluous VLC structures 1 year ago
Andreas Rheinhardt ca3dea8a36 avcodec/h263dec, mpeg4videodec: Parse extradata during init 1 year ago
Anton Khirnov cdfd15f4d8 lavc/mpeg4videodec: do not invent a framerate from guessed numbers 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
Michael Niedermayer d48476183f
avcodec/mpeg4videodec: consider lowres in dest_pcm[] 1 year ago
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
Michael Niedermayer 0adaa90d89
avcodec/mpeg4videodec: more unsigned in amv computation 1 year ago
Michael Niedermayer fead656a7b
avcodec: Ignoring errors is only possible before the input end 2 years ago
James Almer 3ceffe7839 avcodec: remove FF_API_FLAG_TRUNCATED 2 years ago
James Almer 5f9e848e68 avcodec: remove FF_API_AVCTX_TIMEBASE 2 years ago
Andreas Rheinhardt e2d397a9ef avcodec/mpeg4data: Move ff_mpeg4_resync_prefix to its only user 2 years ago
Andreas Rheinhardt 8fcaa3f2a8 avcodec/h263dec: Move initializing qpel DSP context to mpeg4videodec.c 2 years ago
Andreas Rheinhardt 5ec9d26b2b avcodec/mpegvideo: Don't use ScanTable where unnecessary 2 years ago
Andreas Rheinhardt db42f70b3f avcodec/mpeg4videodec: Reindent after the previous commit 2 years ago
Andreas Rheinhardt 77f8d2da9d avcodec/mpeg4videodec: Remove always-true checks 2 years ago
Andreas Rheinhardt e19d10645c avcodec/mpeg4videodec: Sync sprite_warping_accuracy between threads 2 years ago
Andreas Rheinhardt 5d93c330f7 avcodec/mpegvideo: Move sprite-related fields to Mpeg4DecContext 2 years ago
Andreas Rheinhardt 4209216ee8 avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 only 2 years ago
Andreas Rheinhardt ac8afdb9b5 avcodec/mpegvideo_motion: Move mspel/gmc motion to mpeg4videodec.c 2 years ago
Andreas Rheinhardt 73fada029c avcodec/codec_internal: Add macros for update_thread_context(_for_user) 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 500bbd584d avcodec/mpeg4video: Factor non-codec stuff out into a header of its own 2 years ago
Andreas Rheinhardt d0de80ee44 avcodec/mpeg4videodec: Keep data_partitioning in sync between threads 2 years ago
Andreas Rheinhardt 145236741d avcodec/mpegvideo: Inline values in ff_update_block_index() 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago