100 Commits (7d76294ce006692d341beedada7a5cde017f1697)

Author SHA1 Message Date
Ganesh Ajjanagadde 6dc0db6634 avcodec/motion_est_template: replace qsort with AV_QSORT 9 years ago
Ganesh Ajjanagadde 4885bde318 motion_est_template: Fix undefined left shift of negative number 9 years ago
Ganesh Ajjanagadde 11b563ed8f avcodec/motion_est_template: fix undefined left shift of negative number 9 years ago
Michael Niedermayer e71ca21f30 avcodec/motion_est_template: Fix undefined behavior in small_diamond_search() 9 years ago
Michael Niedermayer 9dc0bac971 avcodec/motion_est_template: Fix undefined shifts in CHECK_MV() 10 years ago
Michael Niedermayer 56fd4705c0 avcodec/motion_est_template: Fix undefined shifts in CHECK_MV_DIR() 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
Anton Khirnov a2941c8cb2 lavc: move CODEC_FLAG_MV0 to mpegvideo 11 years ago
Diego Biurrun aba70bb538 Add missing headers to make template files compile (more) standalone 11 years ago
Michael Niedermayer 05d81a57f5 motion_est_template: fix warning: "ASSERT_LEVEL" is not defined 12 years ago
Michael Niedermayer 2fbc8ea08e hpel_motion_search: move code used for asserts under correct #if 12 years ago
Michael Niedermayer 911c00e60f motion_est: use av_log() in debug code 12 years ago
Michael Niedermayer bbd7b46b94 sab_diamond_search: add assert to double check the minima_count 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 d673a3f4a9 motion_est_template: switch to av_assert 12 years ago
J. Bohl 0719e44b58 new attribute "extern inline" (fixing linker error with ff_get_mb_score and ff_get_mb_score) 13 years ago
Mans Rullgard cb668476ab motion_est: make MotionExtContext.map_generation unsigned 13 years ago
Diego Biurrun 473e547e80 motion_est: remove disabled code 14 years ago
Diego Biurrun ff993cd7fc doxygen: Drop array size declarations from Doxygen parameter names. 14 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 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 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Michael Niedermayer 7b9e98173c Revert "Eliminate pointless '#if 1' statements without matching '#else'." 14 years ago
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun e51f04968e Restore array sizes in doxygen parameter names. 15 years ago
Diego Biurrun 3fa7626863 Avoid square brackets in Doxygen comments; Doxygen chokes on them. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Michael Niedermayer 919e749772 slice dice, inline and outline cmp() 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 17 years ago
Michael Niedermayer 81d4ee3e16 New full search ME 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Loren Merritt 1cfe393a25 doxy comment tweaks 18 years ago
Guillaume Poirier bb21f1762a Add doxy comments, based on Loren's explanations posted here: 18 years ago
Michael Niedermayer d951bb9a5c test DIRECT{0,0} too if flag mv0 is used 18 years ago
Michael Niedermayer e4d0e2edb9 fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) 18 years ago
Michael Niedermayer ff8dc81b5b dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) 18 years ago
Michael Niedermayer 2b0cdd9ec6 mv overflow in map fix (untested except regression tests) 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Michael Niedermayer 2421a01b25 10l umh search needs hex size 2 now after the last change 18 years ago
Michael Niedermayer f852ff3257 make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 18 years ago
Diego Biurrun c6c367254f spelling cosmetics: cliped --> clipped 18 years ago
Michael Niedermayer 516ea8d222 fix indention 18 years ago
Michael Niedermayer 1994e7c6b6 dia_size=-1 -> funny_diamond_search() 18 years ago
Michael Niedermayer 376edfcc0f hexagon search 18 years ago