22 Commits (6d6eabd399eb20b69d10234ef746f2d3d4c72dcb)

Author SHA1 Message Date
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
Diego Elio Pettenò 295edc7794 Make denoise_dct_c and dct_quantize_trellis_c static. 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
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago