summaryrefslogtreecommitdiff
path: root/vpxenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan2013-11-151-227/+46
|/
* vpxenc: clean up; move stats code out of vpxenc.cTom Finegan2013-11-111-141/+6
* Merge "vpx[dec|enc]: Clean up target OS based IO focused preproc abuse."Tom Finegan2013-11-111-25/+0
|\
| * vpx[dec|enc]: Clean up target OS based IO focused preproc abuse.Tom Finegan2013-11-111-25/+0
* | vpxenc: Remove support for IVF input.Tom Finegan2013-11-081-12/+2
|/
* Move WebM writing support out of vpxenc.c.Tom Finegan2013-11-061-417/+6
* Prevent first pass from outputing invalid infoYaowu Xu2013-10-161-10/+11
* Moving libmkv library to third_party folder.Dmitry Kovalev2013-10-071-2/+2
* vpxenc: Stop writing the WebM FrameRate element.Tom Finegan2013-09-241-2/+0
* Merge "fix vp8-only build"Yaowu Xu2013-09-191-0/+4
|\
| * fix vp8-only buildJames Zern2013-09-171-0/+4
* | fix integer overflow errorsYaowu Xu2013-09-191-6/+6
|/
* Support a constant quality mode in VP9Deb Mukherjee2013-09-061-1/+2
* Make "good" quality 2-pass vpxenc encoding defaultDeb Mukherjee2013-08-211-1/+8
* vpxenc: open output file after setting pass #James Zern2013-08-141-1/+1
* vpxenc: send usage to stderrJohn Koleszar2013-06-251-7/+7
* Removed hardcoded global->limitScott LaVarnway2013-06-171-1/+0
* Add vp9 test vectors unit testJohn Koleszar2013-06-131-0/+1
* Fix mismatch check outputJohn Koleszar2013-06-111-2/+2
* vpxenc: fix mismatch check for non-4:2:0John Koleszar2013-05-091-13/+18
* Y4M input support for 4:2:2, 4:4:4, 4:4:4:4John Koleszar2013-05-061-1/+10
* Clamp inferred motion vectors onlyJingning Han2013-04-081-1/+2
* Convert g_frame_parallel_decoding to control interfaceJohn Koleszar2013-03-271-15/+6
* Merge branch 'master' into experimentalJohn Koleszar2013-03-271-11/+14
|\
| * Fixing fourcc for VP8 and VP9.Dmitry Kovalev2013-03-221-2/+2
| * vpxenc: improve progress indicators with --skipJohn Koleszar2013-03-111-9/+12
| * Fix rollover and pass 1 time estimateJohn Koleszar2013-03-041-4/+4
| * vpxenc: support scaling prior to encodingJohn Koleszar2013-03-041-5/+36
| * Don't exit on decode errors in vpxenc.Ronald S. Bultje2013-03-041-24/+65
| * Add estimated completion time to vpxencJohn Koleszar2013-03-041-18/+71
* | Implicit weighted prediction experimentDeb Mukherjee2013-03-261-7/+23
* | Add VP9_GET_REFERENCE controlJohn Koleszar2013-03-131-20/+35
* | vpxenc: actually report mismatch on stderr.Ronald S. Bultje2013-03-041-0/+1
* | Merge master branch into experimentalJohn Koleszar2013-03-011-1/+1
|\ \ | |/
| * Disable USE_POSIX_MAP on OS/2KO Myung-Hun2013-02-031-1/+1
* | Merge "Fix rollover and pass 1 time estimate" into experimentalJohn Koleszar2013-02-271-4/+4
|\ \
| * | Fix rollover and pass 1 time estimateJohn Koleszar2013-02-271-4/+4
* | | vpxenc: support scaling prior to encodingJohn Koleszar2013-02-271-5/+36
|/ /
* | Forward butterfly hybrid transformJingning Han2013-02-211-0/+4
* | Don't exit on decode errors in vpxenc.Ronald S. Bultje2013-02-211-24/+65
* | Merge lossless experimentYaowu Xu2013-02-201-8/+1
* | Merge "Add estimated completion time to vpxenc" into experimentalJohn Koleszar2013-02-191-18/+71
|\ \
| * | Add estimated completion time to vpxencJohn Koleszar2013-02-121-18/+71
* | | Add support for tile rows.Ronald S. Bultje2013-02-131-2/+4
|/ /
* | Butterfly ADST based hybrid transformJingning Han2013-02-071-1/+0
* | [WIP] Add column-based tiling.Ronald S. Bultje2013-02-051-3/+5
* | Adding a frame parallel decoding modeDeb Mukherjee2013-01-251-1/+16
* | MSVS compiler errorPaul Wilkins2013-01-241-5/+5
* | Adds an error-resilient mode with testDeb Mukherjee2013-01-231-12/+14
|/
* Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar2012-12-271-1959/+2001
|\