summaryrefslogtreecommitdiff
path: root/libavcodec/svq1enc.h
Commit message (Collapse)AuthorAge
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-27
| | | | | | | | This option is extremely codec specific and only a few codecs employ it. Move it to codec private options instead: mpegenc family supports only 3 values, xavs and x264 use 5, and xvid has a different metric entirely. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* svq1enc: Do not entangle coded_frameVittorio Giovara2015-07-20
|
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
|
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-29