summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2014-02-19postproc.c: Cast away MSVC data loss warning.Tom Finegan
2014-02-19decode_with_drops.c: Cast away MSVC data loss warning.Tom Finegan
2014-02-19Merge "error_resilient.c: Cast away MSVC data loss warning."Tom Finegan
2014-02-19Merge "decode_to_md5.c: Silence warning with cast."Tom Finegan
2014-02-19error_resilient.c: Cast away MSVC data loss warning.Tom Finegan
2014-02-19force_keyframe.c: Cast away MSVC data loss warning.Tom Finegan
2014-02-19vpx_temporal_scalable_patterns.c: Silence MSVC warnings.Tom Finegan
2014-02-19decode_to_md5.c: Silence warning with cast.Tom Finegan
2014-02-13Merge "Adapting vp8_set_maps.c example to use new APIs."Dmitry Kovalev
2014-02-13Fix target frame size setting, for 1pass cbr.Marco Paniconi
2014-02-13Adapting vp8_set_maps.c example to use new APIs.Dmitry Kovalev
2014-02-13Calling vpx_img_read() from vpx_temporal_scalable_patterns.Dmitry Kovalev
2014-02-13Update to vpx_temporal_scalable_patterns test:Marco Paniconi
2014-02-12Flushing the encoder in simple_decoder example.Dmitry Kovalev
2014-02-11Adding API to get vpx encoder/decoder interface.Dmitry Kovalev
2014-02-10vpx_temporal_scalable_patterns: Remove extra const.Tom Finegan
2014-02-10Merge "Cleaning up {simple, twopass}_encoder examples."Dmitry Kovalev
2014-02-07Cleaning up {simple, twopass}_encoder examples.Dmitry Kovalev
2014-02-07Converting vpx_temporal_scalable_patterns to use VpxVideoWriter.Dmitry Kovalev
2014-02-06Merge "Adding video reader/writer APIs."Dmitry Kovalev
2014-02-06Layer based rate control for CBR mode.Marco Paniconi
2014-02-05Adding video reader/writer APIs.Dmitry Kovalev
2014-02-05vp8_set_maps.c: silence some type warningsJames Zern
2014-01-31remove duplicate const from vpx_codec_iface_t useJames Zern
2014-01-29Merge "Adapting decode_with_drops example to use new file reading API."Dmitry Kovalev
2014-01-29Adapting decode_with_drops example to use new file reading API.Dmitry Kovalev
2014-01-29Adapting postproc example to use new file reading API.Dmitry Kovalev
2014-01-27Adapting simple_decoder to use new file reading API.Dmitry Kovalev
2014-01-24Implementing simple API to read video files.Dmitry Kovalev
2014-01-17Moving vp8_multi_resolution_encoder to examples folder.Dmitry Kovalev
2014-01-15Adding VP9 support to decode_to_md5 example.Dmitry Kovalev
2014-01-10Cleaning up md5 example.Dmitry Kovalev
2014-01-07Removing examples code generation and making them static.Dmitry Kovalev
2013-10-18Added necessary includesYaowu Xu
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
2012-08-14Fix warnings.Christian Duvivier
2012-07-13examples: fix memory leakJohn Koleszar
2012-06-04Explicitly discard fwrite/fread return valuesJohann
2012-03-15WebM Experimental Codec Branch SnapshotYaowu Xu
2012-01-05Multiframe quality enhancement postprocessingDeb Mukherjee
2011-10-11Added rate-targeted temporal scalabilityAdrian Grange
2011-09-14Fix odd-sized image support in decoder examplesJohn Koleszar
2011-06-27Adding support for error concealment in multi-threaded decodingStefan Holmer
2011-05-19Adding error-concealment to the decoder.Stefan Holmer
2011-05-09clean up unused variable warningsJohann
2011-02-28examples: use function to get iface pointersJohn Koleszar
2010-11-17vp8_set_maps: remove hard-coded width/heightJohn Koleszar
2010-10-27Eliminate more warnings.Timothy B. Terriberry