551 Commits (603d0bd1719cb78b4d663c2b68db27d64e4f6233)

Author SHA1 Message Date
Andreas Rheinhardt ca3dea8a36 avcodec/h263dec, mpeg4videodec: Parse extradata during init 1 year ago
Andreas Rheinhardt 49b4ed7237 avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init 1 year ago
Andreas Rheinhardt d2bc039501 avcodec/error_resilience: Make applying decode_error_flags optional 1 year ago
Andreas Rheinhardt e35dfe864d avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel 1 year ago
Michael Niedermayer fead656a7b
avcodec: Ignoring errors is only possible before the input end 1 year ago
James Almer 3ceffe7839 avcodec: remove FF_API_FLAG_TRUNCATED 2 years ago
James Almer 261cd929e0 avcodec/mpeg4videodec: duplicate the last decoded frame when the last coded frame was skipped 2 years ago
Michael Niedermayer b32316923d
avcodec/h263dec: Avoid parsing extradata repeatedly 2 years ago
Andreas Rheinhardt 8fcaa3f2a8 avcodec/h263dec: Move initializing qpel DSP context to mpeg4videodec.c 2 years ago
Andreas Rheinhardt 496b3c6987 avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependency 2 years ago
Andreas Rheinhardt 1d9aac9c4b avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch space 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 b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 17e23aed41 avcodec/internal: Move ff_get_format() to decode.h 2 years ago
Michael Niedermayer ca4ff9c21c
avcodec/h263dec: Sanity check against minimal I/P frame size 2 years ago
Andreas Rheinhardt f0ea5094af avcodec/h263dec: Don't set frame parameters redundantly 2 years ago
Andreas Rheinhardt 74d623914f avcodec/h263dec: Remove redundant code to set cur_pic_ptr 2 years ago
Andreas Rheinhardt b0e38c7d1e configure: Add msmpeg4(dec|enc) subsystems 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 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt a9cc413496 avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h 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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt 3ca347900e avcodec/h263dec: Avoid copying data when flipping image 3 years ago
Andreas Rheinhardt f326855947 avcodec/ituh263dec: Make initializing VLCs thread-safe 3 years ago
Andreas Rheinhardt 965cfc6684 avcodec/mpegvideo: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt f78ffe382c avcodec/flv.h: Split header into encoder-only and decoder-only headers 3 years ago
Andreas Rheinhardt 1187765f3b avcodec/mpeg4video.h: Move decoder-only parts to a new header 3 years ago
Andreas Rheinhardt e2cf60f040 avcodec/msmpeg4.h: Move decoder-only parts to a new header 3 years ago
Andreas Rheinhardt 78087da47c avcodec/wmv2.h: Move encoder- and decoder-only parts to new headers 3 years ago
Andreas Rheinhardt 7f6596c8bb avcodec/h263: Move decoding-only stuff to a new header h263dec.h 3 years ago
Andreas Rheinhardt b263415ab7 avcodec/mpegvideo: Don't set unrestricted_mv for decoders 3 years ago
Andreas Rheinhardt 42d30c9019 avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged 3 years ago
Andreas Rheinhardt f0194e860e avcodec/mpeg4video: Skip unneeded element when parsing picture header 3 years ago
Anton Khirnov dd846bc4a9 lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED 3 years ago
Andreas Rheinhardt 029bfc3501 avcodec/h263dec: Make ff_h263_hw_config_list static 3 years ago
Andreas Rheinhardt 2c05ee092b avutil/internal, swresample/audioconvert: Remove cpu.h inclusions 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt effc7676e3 avcodec/h263dec, mpeg12dec: Remove redundant writes 4 years ago
Andreas Rheinhardt d4b9e117ce Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init()" 4 years ago
Anton Khirnov baecaa16c1 mpegvideo: use the AVVideoEncParams API for exporting QP tables 4 years ago
Andreas Rheinhardt 8af82be946 avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init 4 years ago
Mark Thompson cd322794ee lavc: Mark hw_config pointer arrays as const 4 years ago
Limin Wang 4b2863ff01 avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init() 4 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Stefan Schoenefeld ad97be9fa3 avcodec/h263dec: enable nvdec hwaccel 5 years ago