summaryrefslogtreecommitdiff
path: root/tools_common.c
Commit message (Expand)AuthorAgeFilesLines
* Add NV12 supportJerome Jiang2020-06-021-2/+5
* Test decode and find mismatch in vp9 svc example encoder.Jerome Jiang2019-02-111-0/+222
* add y4m support to vp9 example encoders.Jerome Jiang2019-01-301-0/+90
* Clean up TODOs for vpx_img_* functions.Jerome Jiang2019-01-291-2/+0
* top-level: apply clang-formatclang-format2016-07-191-91/+58
* remove vp10James Zern2016-06-171-10/+2
* Set VP9 as vpxenc default encoderJingning Han2015-08-151-4/+4
* Remove vp10's build dependency on vp9Yaowu Xu2015-08-141-2/+2
* Merge "Fork VP9 and VP10 codebase"Jingning Han2015-08-121-2/+10
|\
| * Fork VP9 and VP10 codebaseJingning Han2015-08-111-2/+10
* | tools_common: fix build w/encoders/decoders disabledJames Zern2015-08-101-0/+8
|/
* Clean out more MSVC warningsYaowu Xu2015-07-081-1/+1
* tools_common.h: fix get_vpx_decoder_count() protoJames Zern2015-05-111-1/+1
* tools_common.h: fix get_vpx_encoder_count() protoJames Zern2015-05-111-1/+1
* Fix in bit-shift operation for highbitdepth decodeDeb Mukherjee2014-10-151-10/+10
* Refactoring of highbitdepth bitshift operationsDeb Mukherjee2014-10-081-0/+216
* Miscellaneous decoder changes for high bitdepthDeb Mukherjee2014-09-291-1/+2
* Adds config opt for highbitdepth + misc. vpxDeb Mukherjee2014-09-021-2/+3
* tools_common.c: unsigned signed mismatch addressedJim Bankoski2014-08-071-1/+1
* Adds support for raw yuv files for 422/444Deb Mukherjee2014-07-161-1/+1
* Misc. bit-depth related changesDeb Mukherjee2014-07-141-3/+4
* Merge "Adding sse_to_psnr function to tools_common.{h, c}."Dmitry Kovalev2014-02-271-2/+14
|\
| * Adding sse_to_psnr function to tools_common.{h, c}.Dmitry Kovalev2014-02-271-2/+14
* | Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.Dmitry Kovalev2014-02-261-20/+0
|/
* Adding and reusing vpx_img_plane_{width, height}() functions.Dmitry Kovalev2014-02-121-5/+22
* Adding API to get vpx encoder/decoder interface.Dmitry Kovalev2014-02-111-8/+68
* Cleaning up {simple, twopass}_encoder examples.Dmitry Kovalev2014-02-071-0/+22
* Adapting simple_decoder to use new file reading API.Dmitry Kovalev2014-01-271-0/+44
* vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan2013-11-151-0/+74
* Move WebM writing support out of vpxenc.c.Tom Finegan2013-11-061-1/+30
* Merge other top-level C codeJohn Koleszar2012-11-061-2/+8
* Restyle codeJohn Koleszar2012-07-171-5/+4
* fix pipe support on windowsJohn Koleszar2010-11-021-0/+24