aboutsummaryrefslogtreecommitdiff
path: root/tools_common.c
AgeCommit message (Expand)Author
2023-09-12Add missing headers for clang-tidy warningsJerome Jiang
2023-08-16tools_common,die_codec(): output to stderrJames Zern
2023-06-28Fix Clang -Wunreachable-code-aggressive warningsJames Zern
2020-06-02Add NV12 supportJerome Jiang
2019-02-11Test decode and find mismatch in vp9 svc example encoder.Jerome Jiang
2019-01-30add y4m support to vp9 example encoders.Jerome Jiang
2019-01-29Clean up TODOs for vpx_img_* functions.Jerome Jiang
2016-07-19top-level: apply clang-formatclang-format
2016-06-17remove vp10James Zern
2015-08-15Set VP9 as vpxenc default encoderJingning Han
2015-08-14Remove vp10's build dependency on vp9Yaowu Xu
2015-08-12Merge "Fork VP9 and VP10 codebase"Jingning Han
2015-08-11Fork VP9 and VP10 codebaseJingning Han
2015-08-10tools_common: fix build w/encoders/decoders disabledJames Zern
2015-07-08Clean out more MSVC warningsYaowu Xu
2015-05-11tools_common.h: fix get_vpx_decoder_count() protoJames Zern
2015-05-11tools_common.h: fix get_vpx_encoder_count() protoJames Zern
2014-10-15Fix in bit-shift operation for highbitdepth decodeDeb Mukherjee
2014-10-08Refactoring of highbitdepth bitshift operationsDeb Mukherjee
2014-09-29Miscellaneous decoder changes for high bitdepthDeb Mukherjee
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-08-07tools_common.c: unsigned signed mismatch addressedJim Bankoski
2014-07-16Adds support for raw yuv files for 422/444Deb Mukherjee
2014-07-14Misc. bit-depth related changesDeb Mukherjee
2014-02-27Merge "Adding sse_to_psnr function to tools_common.{h, c}."Dmitry Kovalev
2014-02-27Adding sse_to_psnr function to tools_common.{h, c}.Dmitry Kovalev
2014-02-26Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.Dmitry Kovalev
2014-02-12Adding and reusing vpx_img_plane_{width, height}() functions.Dmitry Kovalev
2014-02-11Adding API to get vpx encoder/decoder interface.Dmitry Kovalev
2014-02-07Cleaning up {simple, twopass}_encoder examples.Dmitry Kovalev
2014-01-27Adapting simple_decoder to use new file reading API.Dmitry Kovalev
2013-11-15vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan
2013-11-06Move WebM writing support out of vpxenc.c.Tom Finegan
2012-11-06Merge other top-level C codeJohn Koleszar
2012-07-17Restyle codeJohn Koleszar
2010-11-02fix pipe support on windowsJohn Koleszar