53 Commits (2ae2c60554c2731e21a41c3f32a225f0a9fb9b26)

Author SHA1 Message Date
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
Diego Biurrun fab9df63a3 dsputil: Split off global motion compensation bits into a separate context 11 years ago
Michael Niedermayer c5fc8ae126 avcodec/mpegvideo: fix edge emulation with uvlinesize below 25 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
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Diego Biurrun 831a118078 Update dsputil- and SIMD-related comments to match reality more closely 11 years ago
Anton Khirnov ebfe622bb1 mpegvideo: drop support for real (non-emulated) edges 11 years ago
Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 11 years ago
Michael Niedermayer 7b1e0beb2d avcodec/mpegvideo_motion: Handle edge emulation even without unrestricted_mv 11 years ago
Luca Barbato 825c7c62bb mpegvideo: Move 8x8 in a separate function 11 years ago
Luca Barbato 95587859cc mpegvideo: Move obmc in a separate function 11 years ago
Luca Barbato a84616b736 mpegvideo: K&R formatting cosmetics 11 years ago
Ronald S. Bultje 93f305473f lavc: Convert some remaining strides to ptrdiff_t 11 years ago
Ronald S. Bultje face578d56 Rewrite emu_edge functions to have separate src/dst_stride arguments. 11 years ago
Ronald S. Bultje c341f734e5 Convert multiplier for MV from int to ptrdiff_t. 11 years ago
Michael Niedermayer 2ffead98dd avcodec: add emuedge_linesize_type 11 years ago
Martin Storsjö a711a2cb47 mpegvideo: Avoid 32-bit wrapping of linesize multiplications 11 years ago
Ronald S. Bultje f4fed5a2f9 mpegvideo: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Michael Niedermayer 42bcc4082d avcodec/mpegvideo_motion: Use a field from the current frame if the last is unavailable in DMV & 16x8 12 years ago
Michael Niedermayer 23daee0dcc avcodec/mpegvideo_motion: Check P field references 12 years ago
Diego Biurrun 66ac3dbf1e h261: Move function declarations to h261.h 12 years ago
Michael Niedermayer 3969b4b861 gmc: Always use edge emu 12 years ago
Ronald S. Bultje 4ba5dbc0e4 mpegvideo: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Mans Rullgard 5e39bb073a mpegvideo: simplify dxy calculation in hpel_motion() 12 years ago
Janne Grunau 154ff81870 h263: avoid memcpys over array bound in motion vector caching for obmc 12 years ago
Mans Rullgard 2568646abb mpegvideo: drop unnecessary arguments to hpel_motion() 12 years ago
Mans Rullgard 66f5a6b419 mpegvideo: drop 'inline' from some functions 12 years ago
Mans Rullgard f69f4036f8 mpegvideo: reduce excessive inlining of mpeg_motion() 12 years ago
Mans Rullgard 7a851153d3 mpegvideo: convert mpegvideo_common.h to a .c file 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard 87cf481aa8 mpegvideo: remove unnecessary inclusions of faandct.h 12 years ago
Michael Niedermayer 18f2d5cb9c mpegvideo: Don't use ff_mspel_motion() for vc1 13 years ago
Michael Niedermayer 3000074495 mpegvideo_common.h: use av_assert 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 99560a4caa libavcodec: Add ff_ prefix to some nonstatic symbols 13 years ago
Martin Storsjö a082ac4125 mpegvideo: Remove a leftover function declaration 13 years ago
John Brooks 9b6aafba6c mpegvideo: fix invalid memory access for small video dimensions 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Diego Biurrun ee41963f19 cosmetics: drop some completely pointless parentheses 13 years ago
Michael Niedermayer 50d6f81956 mpegvideo: dont use ff_mspel_motion() for vc1 13 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje d23e3e5fea Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago