summaryrefslogtreecommitdiff
path: root/vpx
AgeCommit message (Expand)Author
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
2013-03-13Add VP9_GET_REFERENCE controlJohn Koleszar
2013-03-01Merge master branch into experimentalJohn Koleszar
2013-02-13Add support for tile rows.Ronald S. Bultje
2013-02-12Add tile column size limits (256 pixels min, 4096 pixels max).Ronald S. Bultje
2013-02-05[WIP] Add column-based tiling.Ronald S. Bultje
2013-02-04Added INT16_MIN and INT16_MAX for MSVC buildsYaowu Xu
2013-01-30WIP: Multiple decoder instances supportScott LaVarnway
2013-01-25Adding a frame parallel decoding modeDeb Mukherjee
2013-01-14Use INT64_MAX instead of LLONG_MAXJohn Koleszar
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-11-27avoid redefining DECLSPEC_DEPRECATEDJames Zern
2012-11-16Move documentation file list to relevant make fileJohann
2012-11-15Each make file is responsible for its own directoryJohann
2012-11-15Pack invisible frames without lengthsJohn Koleszar
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-09Merge "Packing Altref along with succeeding frame and length encoding frames"...John Koleszar
2012-11-09Packing Altref along with succeeding frame and length encoding framesVignesh Venkatasubramanian
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-06vpx: merge with masterJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
2012-08-14Shut up warnings added by -WundefDaniel Kang
2012-07-24Added unit test of vp8_set_roimap()Paul Wilkins
2012-07-23Dll build of libvpxJim Bankoski
2012-07-17Restyle codeJohn Koleszar
2012-07-13multi-res: add parameter validity checkingYunqing Wang