102 Commits (ae937c49027fab3b5f34397e04ee7aa22d9ae40f)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Andreas Rheinhardt 601bb6a739 avcodec/mss[12]: Cleanup generically on init failure 11 months ago
Andreas Rheinhardt d2bc039501 avcodec/error_resilience: Make applying decode_error_flags optional 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
Andreas Rheinhardt cfa47fd331 all: Use av_frame_replace() where appropriate 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 1d9aac9c4b avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch space 2 years ago
Andreas Rheinhardt 835be33ee3 avcodec/vc1dec: Factor (re)initializing code out 2 years ago
Peter Ross db77483363 avcodec/mss2: initialise wmv9_mask variable 2 years ago
Peter Ross 31162eb949 avcodec/mss2: calculate draw region and revise split position 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 9cc38cc636 avcodec/mss2: Remove write-only QpelDSPContext 3 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 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
Andreas Rheinhardt 569a0d0012 avcodec/msmpeg4dec: 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 e2cf60f040 avcodec/msmpeg4.h: Move decoder-only parts to a new header 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt c9b146756a avcodec/mss2: Remove redundant initialization of vc1 dsp 4 years ago
Andreas Rheinhardt c769050f56 avcodec/vc1: Don't pretend ff_vc1_init_common() can fail 4 years ago
Michael Niedermayer fea90e9438 libavcodec/vc1: Remove bits variable 5 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer 43015afd7c avcodec/mss1: check for overread and forward errors 6 years ago
Michael Niedermayer 9446c5887f avcodec/mss2: Provide non NULL context to av_log() 6 years ago
Mateusz 149268b47c fix MSVC compilation errors 7 years ago
Andreas Cadhalpun 1762a39e09 mss2: only use error correction for matching block counts 8 years ago
Andreas Cadhalpun 2566ad98b0 mss2: only use error correction for matching block counts 8 years ago
Diego Biurrun 15b4f494fc mss*: Change type of array stride parameters to ptrdiff_t 8 years ago
Diego Biurrun 59c6509d9f mss2: Drop a silly assert 9 years ago
Diego Biurrun f9fbd47467 msmpeg4data: Move WMV2 data tables to their own file 9 years ago
Michael Niedermayer e273dade78 avcodec/mss2: Check for repeat overflow 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer ce81e47c91 avcodec/mss2: Fix integer overflow 10 years ago
Vittorio Giovara 31a117a0e6 mpegvideo: msmpeg4: Move function declarations 10 years ago
Michael Niedermayer 8ea9334b31 avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initialization 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 11 years ago
Diego Biurrun 7b9ef8d701 mpeg: Split error resilience bits off into a separate file 11 years ago
Diego Biurrun 368f50359e dsputil: Split off quarterpel bits into their own context 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Michael Niedermayer e1d8ef4c21 avcodec/mss2: fix chroma dimensions 11 years ago
Anton Khirnov ebfe622bb1 mpegvideo: drop support for real (non-emulated) edges 11 years ago
Reimar Döffinger cbeaf67888 Avoid using empty macro arguments. 11 years ago
Anton Khirnov 66499f34b5 mpegvideo: do not set current_picture_ptr in decoders 11 years ago
Anton Khirnov c2f7417eeb vc1: move MpegEncContext.resync_marker into VC1Context. 11 years ago