summaryrefslogtreecommitdiff
path: root/vp8/decoder
AgeCommit message (Expand)Author
2014-12-21Revert "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski
2014-12-21Merge "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski
2014-12-16Silence -Werror=unused-parameterJohann
2014-07-10call vp[89]_clear_system_state after longjmpJames Zern
2014-05-27remove vp8 unused uvstride parm in simple loop filterJim Bankoski
2014-04-29Remove VP8 save_reg_neon functionYunqing Wang
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2014-04-16Prevent reading of uninitialized valueYaowu Xu
2014-01-23vp8/decoder: add extern "C" to headersJames Zern
2013-12-16vp8/decoder: normalize include guardsJames Zern
2013-12-03Fix a spelling mistake in filenameYaowu Xu
2013-12-03Fix VP8 border replication for very small imageYaowu Xu
2013-10-29Merge "decodframe.c: use vpx_memset instead of cast"Johann
2013-10-29Merge "threading.c: use vpx_memset instead of cast"Johann
2013-10-29decodframe.c: use vpx_memset instead of castJohann
2013-10-29threading.c: use vpx_memset instead of castJohann
2013-10-29changed to comply with strict aliasing ruleYaowu Xu
2013-09-23fix integer overflow in vp8Yaowu Xu
2013-09-17Silence a bunch of MSVC warningsYaowu Xu
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-07-09remove unused VP8 com/dec asm offsetsJames Zern
2013-06-20Cast value to avoid size_t/int warning on win64Johann
2013-06-17Change the encryption feature to use a callback for decryption.Jeff Petkau
2013-04-19Merge "Removed shadow warnings : postproc.c decodframe.c threading.c"Scott LaVarnway
2013-03-27Merge branch 'master' into experimentalJohn Koleszar
2013-03-15Basic encryption feature for libvpx.Dmitry Kovalev
2013-03-14Removed shadow warnings : postproc.c decodframe.c threading.cScott LaVarnway
2013-03-05Merge "Code cleanup."Dmitry Kovalev
2013-03-04Code cleanup.Dmitry Kovalev
2013-03-02prefix vp8 asm_{com,dec,enc}_offsets filesJames Zern
2013-03-01Merge master branch into experimentalJohn Koleszar
2013-01-30WIP: Multiple decoder instances supportScott LaVarnway
2013-01-29Use FRAGMENT_DATA struct in pbiScott LaVarnway
2013-01-25Merge "Bug fix: error-concealment enabled changed postproc output"Jim Bankoski
2013-01-25Bug fix: error-concealment enabled changed postproc outputScott LaVarnway
2013-01-25Merge "Bug fix: Handle input data ptr = NULL and size = 0 correctly"Marco Paniconi
2013-01-22Bug fix: Handle input data ptr = NULL and size = 0 correctlyScott LaVarnway
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-12-05Use 'vpx_scale' consistentlyJohann
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-06use calloc() instead of malloc()Pascal Massimino
2012-10-31vp8dx_receive_compressed_data() cleanupScott LaVarnway
2012-09-24Merge "Move frame allocations out of vp8_decode_frame()"Scott LaVarnway
2012-09-24Move frame allocations out of vp8_decode_frame()Scott LaVarnway
2012-09-21Removed bc and bc2 vp8_readers from VP8D_COMPScott LaVarnway
2012-09-17Merge "Changed setup intra recon to be row based"Scott LaVarnway
2012-09-13Moved mb_no_coeff_skip flag readScott LaVarnway
2012-09-13Changed setup intra recon to be row basedScott LaVarnway
2012-09-12Merge "valgrind found motion vectors which exceeded frame boundaries"Jim Bankoski