summaryrefslogtreecommitdiff
path: root/tools_common.h
Commit message (Expand)AuthorAgeFilesLines
* tools_common,VpxInterface: remove unneeded constJames Zern2023-02-271-3/+3
* tools_common,VpxInterface: fix interface fn ptr protoJames Zern2023-02-241-1/+1
* tools_common.h: add VPX_TOOLS_FORMAT_PRINTFJames Zern2021-11-021-3/+15
* Define the VPX_NO_RETURN macro for MSVCWan-Teh Chang2021-09-101-4/+6
* Test decode and find mismatch in vp9 svc example encoder.Jerome Jiang2019-02-111-0/+9
* add y4m support to vp9 example encoders.Jerome Jiang2019-01-301-0/+8
* Clean up TODOs for vpx_img_* functions.Jerome Jiang2019-01-291-2/+0
* Fix compilation on OS/2KO Myung-Hun2018-10-141-0/+1
* cosmetics: normalize include guardsJames Zern2018-09-151-3/+3
* tools_common.h: add missing ';' in generic branchJames Zern2017-01-191-1/+1
* Fix compile warnings for target=armv7-android-gccJerome Jiang2016-12-221-8/+11
* top-level: apply clang-formatclang-format2016-07-191-10/+10
* remove vp10James Zern2016-06-171-1/+0
* Remove vp10's build dependency on vp9Yaowu Xu2015-08-141-1/+1
* Fork VP9 and VP10 codebaseJingning Han2015-08-111-0/+1
* vpxenc: Add support for pixel aspect ratio.Frank Galligan2015-06-051-0/+1
* Don't #define snprintf in VS 2015 or higher.Johann2015-05-271-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
* tools_common.h: fix usage_exit() prototypeJames Zern2015-05-111-1/+1
* Refactoring of highbitdepth bitshift operationsDeb Mukherjee2014-10-081-0/+6
* warnings.c : fixes dereference to null warningJim Bankoski2014-08-211-4/+12
* Renames interface field in VpxInterfaceDeb Mukherjee2014-07-151-1/+1
* Adds support for reading and writing 10/12-bit y4mDeb Mukherjee2014-07-051-0/+1
* Reverting "Adds support for reading and writing 10/12-bit y4m" for now becaus...Dmitry Kovalev2014-07-021-1/+0
* Adds support for reading and writing 10/12-bit y4mDeb Mukherjee2014-07-021-0/+1
* Rewrite encoder input format handling.Alex Converse2014-05-161-1/+1
* examples: remove off_t overridesJames Zern2014-04-171-8/+2
* tools_common.h: (msvs) avoid redefining off_tJames Zern2014-04-021-2/+4
* Merge "Adding sse_to_psnr function to tools_common.{h, c}."Dmitry Kovalev2014-02-271-0/+2
|\
| * Adding sse_to_psnr function to tools_common.{h, c}.Dmitry Kovalev2014-02-271-0/+2
* | Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.Dmitry Kovalev2014-02-261-3/+0
|/
* Adding and reusing vpx_img_plane_{width, height}() functions.Dmitry Kovalev2014-02-121-3/+2
* Adding API to get vpx encoder/decoder interface.Dmitry Kovalev2014-02-111-1/+14
* Cleaning up {simple, twopass}_encoder examples.Dmitry Kovalev2014-02-071-0/+4
* Adapting simple_decoder to use new file reading API.Dmitry Kovalev2014-01-271-0/+9
* Removing VP8_FOURCC_MASK & VP9_FOURCC_MASK.Dmitry Kovalev2014-01-151-4/+2
* vpxdec: Relocate WebM input support.Tom Finegan2013-11-191-3/+3
* vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan2013-11-151-0/+59
* vpx[dec|enc]: Clean up target OS based IO focused preproc abuse.Tom Finegan2013-11-111-0/+40
* Move WebM writing support out of vpxenc.c.Tom Finegan2013-11-061-3/+17
* Restyle codeJohn Koleszar2012-07-171-1/+1
* fix pipe support on windowsJohn Koleszar2010-11-021-0/+16