22 Commits (874390e163427c1fe7682ab27924a7843780dbb3)

Author SHA1 Message Date
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
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
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
Diego Biurrun 66ac3dbf1e h261: Move function declarations to h261.h 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
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
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 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 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Diego Elio Pettenò 1d4da6a460 Make denoise_dct_c and dct_quantize_trellis_c static. 14 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 15 years ago
Eli Friedman 99267eb702 Fix strict-aliasing violations in MPV_motion_internal. 15 years ago
Jason Garrett-Glaser c31a25e79c Use right-shift instead of division by two. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun d702a2e6c6 Get rid of pointless CONFIG_WMV2 definition. 15 years ago
Michael Niedermayer 078cdecf9e Set mb_y in mpeg2 field pictures like h264 does. 15 years ago
Michael Niedermayer 22d4f21331 Make ""MPEG motion vector out of boundary" message more verbose. 15 years ago
Jeff Downs 81b44c42d5 Cosmetic: Reindent after last commit 16 years ago
Jeff Downs ca6493ab40 Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master 16 years ago
Baptiste Coudurier e44745f1a8 fix indentation and remove whitespace after return 16 years ago
Michael Niedermayer 38d5647a63 Try to honor even completely invalid motion vectors as far as is 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun c60208e7a1 Directly #include some required headers. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago