247 Commits (4ebf478f4c5c31535f36ad648e7a8615441b90a5)

Author SHA1 Message Date
Andreas Rheinhardt cbe6ef1031 avcodec/vc1dec: Split VC-1 decoders from msmpeg4 2 years ago
Andreas Rheinhardt d1d30edf42 avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 out 2 years ago
Andreas Rheinhardt 5ec9d26b2b avcodec/mpegvideo: Don't use ScanTable where unnecessary 2 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt c21433c953 avcodec/mpeg4video: Split off data in a header of its own 3 years ago
Andreas Rheinhardt a88a141c17 avcodec: Remove unnecessary h263.h inclusions 3 years ago
Andreas Rheinhardt 1d5d666601 avcodec/msmpeg4: Factor out common RLTable initialization code 4 years ago
Andreas Rheinhardt 0d30c04e5d avcodec/msmpeg4: Reindentation 4 years ago
Andreas Rheinhardt 26798932ae avcodec/msmpeg4: Make ff_msmpeg4_common_init() thread-safe 4 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara 378a00087f mpegvideo: Move tables to a separate file 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Diego Biurrun c7f7bfc9e3 Remove all Alpha architecture optimizations 11 years ago
Michael Niedermayer 5dba888dd5 msmpeg4: Fix ff_msmpeg4_pred_dc() so it works with lowres>0 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Michael Niedermayer c03dc44070 msmpeg4: fix asm code in ff_msmpeg4_pred_dc() 12 years ago
Martin Storsjö 3891a270f5 msmpeg4: Split decoding related functions to a separate file 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer 03b9d4a7dc msmpeg4dec: fix coeff index 12 years ago
Peter Ross 33181975b5 mpsmpeg4: use av_image_check_size 12 years ago
Michael Niedermayer b7b7e2348c msmpeg4dec: check w/h, prevent assert failure later 12 years ago
Michael Niedermayer 6c8d259ab1 msmpeg4dec: fix init code to not fail when called from 2 threads at the same time. 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Michael Niedermayer aee7b88cc0 msmpeg4v2: initialize mb_type array 13 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Michael Niedermayer 5e50a5724b Revert "removing lowres support" 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 2f4b476e04 msmpeg4: Split encoding backend code off from general backend code. 13 years ago
Diego Biurrun bd7a647c0d msmpeg4: Replace forward declaration by proper #include. 13 years ago
Martin Storsjö 04d3822524 msmpeg4: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 5f2c159c0f vc1: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 1fec055066 msmpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
Martin Storsjö 6f13a371ec mpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Martin Storsjö ddce8953a5 h263: Add ff_ prefix to nonstatic symbols 13 years ago
Michael Niedermayer af46ca7356 msmpeg4: replace 999999 by INT_MAX and initial by a valid index. 13 years ago
Mans Rullgard 86a10281c7 get_bits: remove LAST_SKIP_CACHE macro 13 years ago
Michael Niedermayer b95565074f msmpeg4dec: restore error concealment functionality after merge 13 years ago
Dustin Brody 5b22d6e132 lavc: convert error_recognition to err_recognition. 13 years ago
Alex Converse a1684cf82d msmpeg4: Don't set up run-level info for level 0. 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Diego Biurrun a3e0135dbb msmpeg4: remove leftover unused debug variable declaration 14 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago