220 Commits (66f5790d7bc22a3cd1b3b266a8c22bd51c65a05c)

Author SHA1 Message Date
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Ronald S. Bultje f4fed5a2f9 mpegvideo: Use hpeldsp instead of dsputil for half-pel functions 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
Anton Khirnov 6e7b50b427 mpegvideo_enc: drop support for reusing the input motion vectors. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun b5b7b75e91 dsputil: Move get_penalty_factor() to the only place it is used. 12 years ago
Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 12 years ago
Anton Khirnov 47318953dd mpegvideo: remove some unused variables from Picture. 12 years ago
Michael Niedermayer bbe56bcd6b motion_est: Limit motion vector search range to MAX_MV 12 years ago
Diego Biurrun a0c5917f86 Drop Snow codec 12 years ago
Michael Niedermayer 8328df74f3 motion_est: use av_assert* instead of assert 12 years ago
Michael Niedermayer 3a48e38ad0 motion_est: more complete SAB diamond size check 12 years ago
Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 12 years ago
Michael Niedermayer d07940b76d motion_est: switch asserts to av_asserts 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
Mans Rullgard a34a609fc1 motion_est: fix use of inline on extern functions 12 years ago
Michael Niedermayer 717a1876d8 motion_est: switch some asserts to av_assert 12 years ago
Mans Rullgard 0db9eba48c motion_est: drop inline from sad_hpel_motion_search() 12 years ago
Mans Rullgard 5bf7bc625b motion_est: remove unused macros 12 years ago
Mans Rullgard 74f82f92a4 motion_est: remove useless no_motion_search() function 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Diego Biurrun 33ad8c3cab cosmetics: Remove some unnecessary block braces. 13 years ago
Michael Niedermayer 56bf2c2a19 motion_est: avoid generating motion vectors that point between widthxheight and mb_widthxmb_height. 13 years ago
Mans Rullgard cb668476ab motion_est: make MotionExtContext.map_generation unsigned 13 years ago
Mans Rullgard e708afd3c0 motion_est: fix some signed overflows 13 years ago
Diego Biurrun 473e547e80 motion_est: remove disabled code 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Diego Biurrun ac4a854811 Remove some non-compiling debug messages. 14 years ago
Maksym Veremeyenko 002e1f1eb3 motion_est: fix ffmpeg compilation with DEBUG defined 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
Diego Biurrun 09cbf60f8e Replace more disabled printf() calls by av_dlog(). 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reimar Döffinger b0c73ba11f motion_est: fix implicit truncation warnings 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Michael Niedermayer fd8277ffa0 Optimize bidir_refine a bit. 15 years ago
Michael Niedermayer a69220cce0 Change bidir refine hash code so we only need to perform a single 15 years ago
Michael Niedermayer 2d603902f3 Reduce the size of the bidir refine hashtable from 4096 to 256 and 15 years ago
Michael Niedermayer e056d2a24b Move comment that belonged to cmp() back to cmp(). 15 years ago
Michael Niedermayer 919e749772 slice dice, inline and outline cmp() 15 years ago
Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Michael Niedermayer a6f2c0d6e5 Fix regression test failure with pthreads on multiprocessor systems. 16 years ago