summaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-8/+8
|\
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer2015-07-271-58/+54
|\ \ | |/
| * lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-60/+54
* | avcodec/motion_est: Fix some undefined shiftsMichael Niedermayer2015-07-011-5/+5
* | avcodec/motion_est: Fix undefined shifts in cmp_inline()Michael Niedermayer2015-07-011-2/+2
* | Merge commit '149fa0b7ac180fe1df48a2e379c560813555bf57'Michael Niedermayer2015-06-011-0/+1
|\ \ | |/
| * mpegvideo: Move MotionEstContext and function declarations to a separate headerVittorio Giovara2015-05-311-0/+1
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-7/+7
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-7/+7
| * motion_est: Fix warning from zero_cmp() assignmentVittorio Giovara2015-04-191-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+3
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+3
* | avcodec/motion_est: remove unneeded #include, there are no assert() only av_a...Paul B Mahol2015-02-011-3/+0
* | avcodec/motion_est: Set subcmp consistently for H261Michael Niedermayer2015-01-311-0/+3
* | avcodec/motion_est: use 2x8x8 for interlaced qpelMichael Niedermayer2014-12-011-1/+7
* | Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer2014-11-241-1/+1
|\ \ | |/
* | Merge commit '240b22afe14ef477da1b439b9ed7bca6cc7d6c26'Michael Niedermayer2014-11-041-21/+1
|\ \ | |/
| * motion_est: remove dead codeVittorio Giovara2014-11-031-21/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Merge commit '4fbb62a21bd04bf261da2382d5ba6c249c702af8'Michael Niedermayer2014-07-261-0/+3
|\ \ | |/
| * mpegvideo: Move ME_MAP_* defines to the only place they are usedDiego Biurrun2014-07-251-0/+3
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-22/+23
|\ \ | |/
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-21/+22
* | Merge commit 'c166148409fe8f0dbccef2fe684286a40ba1e37d'Michael Niedermayer2014-07-071-2/+3
|\ \ | |/
| * dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-061-2/+3
* | avcodec/motion_est: Only clip MVs which are usedMichael Niedermayer2014-06-111-1/+5
* | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer2014-05-301-7/+9
|\ \ | |/
| * dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-7/+9
* | Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d'Michael Niedermayer2014-05-011-2/+3
|\ \ | |/
| * lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-011-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-091-11/+11
|\ \ | |/
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-11/+11
* | Merge commit '82bb3048013201c0095d2853d4623633d912252f'Michael Niedermayer2014-03-201-1/+3
|\ \ | |/
| * dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-1/+3
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\ \ | |/
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | lavc/motion_est: remove unused variableLukasz Marek2014-02-151-2/+1
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-011-4/+6
|\ \ | |/
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-4/+6
* | Merge commit '2f6bc5f7c193477c2ebc0acce8f2d5551445e129'Michael Niedermayer2013-04-201-3/+5
|\ \ | |/
| * mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-13/+15
* | mpegvideo: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-13/+13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-31/+31
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-31/+31
* | Merge commit '6e7b50b4270116ded8b874d76cb7c5b1a0341827'Michael Niedermayer2013-03-101-212/+0
|\ \ | |/
| * mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-081-212/+0
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
OpenPOWER on IntegriCloud