summaryrefslogtreecommitdiff
path: root/vpx
AgeCommit message (Expand)Author
2014-02-18Add comments to portion of SVC interface.Marco Paniconi
2014-02-14Fixed compilation on mingw with secure APIs enabled by default.Jacek Caban
2014-02-14vpx_frame_buffer.h: add doxygen \file blockJames Zern
2014-02-13Add VP9 decoder support for external frame buffersFrank Galligan
2014-02-13Cleaning up vpx_codec_get_cx_data() function.Dmitry Kovalev
2014-02-11Merge "Add get release decoder frame buffer functions."Frank Galligan
2014-02-10vpx_integer: Use inttypes.h in MSVC (2013 and later).Tom Finegan
2014-02-10Add get release decoder frame buffer functions.Frank Galligan
2014-02-06Fixing c++ compiler errors in svc_encodeframe.c.Dmitry Kovalev
2014-02-06Using vpx_codec_err_t instead of int.Dmitry Kovalev
2014-02-06Layer based rate control for CBR mode.Marco Paniconi
2014-02-03Revert "Layer based rate control for CBR mode."Marco Paniconi
2014-02-02Layer based rate control for CBR mode.Marco Paniconi
2014-01-24Merge "Revert external frame buffer code."Frank Galligan
2014-01-24Revert external frame buffer code.Frank Galligan
2014-01-23vpx: add extern "C" to headersJames Zern
2014-01-06Write correct resolution to the IVF file header (b/11270652)Charles 'Buck' Krasic
2013-12-27Removing vpx_codec_vp9x_cx and internal experimental flag.Dmitry Kovalev
2013-12-18Fix to overflow in asan test (for vp8 encoder).Marco Paniconi
2013-12-17Increase required number of external frame buffersFrank Galligan
2013-12-17Add external constants.Frank Galligan
2013-12-16vpx: normalize include guardsJames Zern
2013-12-16Include files in the same directory directlyJohann
2013-12-15Add frame buffer lru cache.Frank Galligan
2013-12-15Add support to pass in external frame buffers.Frank Galligan
2013-12-05Fix bug with put slice cb function.Frank Galligan
2013-12-04Modified spatial scalable encoder & unit testsAdrian Grange
2013-11-22Fix decoder to handle display size correctlyAdrian Grange
2013-11-15vpxenc: add --aq-mode flag to control adaptive quantizationGuillaume Martres
2013-11-06Merge "Move SVC per-frame loop from sample app into libvpx proper"Ivan Maltz
2013-11-06Move SVC per-frame loop from sample app into libvpx properIvan Maltz
2013-10-29Resolved Doxygen warnings.Adrian Grange
2013-10-22Revert "Merge "SVC improvements""James Zern
2013-10-21SVC improvementsIvan Maltz
2013-10-18Added necessary includesYaowu Xu
2013-09-30Removing vpx_codec_impl_{top, bottom}.h files.Dmitry Kovalev
2013-09-17Modified resize unit test to output test vectorAdrian Grange
2013-09-09Merge "API extensions and sample app for spacial scalable encoder"Ivan Maltz
2013-09-09API extensions and sample app for spacial scalable encoderIvan Maltz
2013-09-06Support a constant quality mode in VP9Deb Mukherjee
2013-07-11vp[89]_dx_iface: factorize vp8_mmap_*()James Zern
2013-07-11small update to peek_si/get_si documentationJames Zern
2013-06-17Fixing compilation error on Mac OS.Dmitry Kovalev
2013-06-17Change the encryption feature to use a callback for decryption.Jeff Petkau
2013-05-06Y4M input support for 4:2:2, 4:4:4, 4:4:4:4John Koleszar
2013-04-24Extension of segmentation to 8 segments.Paul Wilkins
2013-03-27Convert inv_tile_order to control interfaceJohn Koleszar
2013-03-27Convert g_frame_parallel_decoding to control interfaceJohn Koleszar
2013-03-27Merge branch 'master' into experimentalJohn Koleszar
2013-03-15Basic encryption feature for libvpx.Dmitry Kovalev