summaryrefslogtreecommitdiff
path: root/vp8/decoder
Commit message (Expand)AuthorAgeFilesLines
* vp8: make some functions staticJames Zern2015-05-141-1/+1
* vpx_mem: remove vpx_memsetJames Zern2015-04-285-40/+40
* vpx_mem: remove vpx_memcpyJames Zern2015-04-282-21/+21
* vp8_decode_frame: remove dead incrementJames Zern2015-04-031-1/+0
* Revert "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski2014-12-211-2/+3
* Merge "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski2014-12-211-3/+2
|\
| * remove vp8 unused uvstride parm in simple loop filterJim Bankoski2014-05-271-3/+2
* | Silence -Werror=unused-parameterJohann2014-12-164-0/+10
* | call vp[89]_clear_system_state after longjmpJames Zern2014-07-101-0/+1
|/
* Remove VP8 save_reg_neon functionYunqing Wang2014-04-291-27/+0
* Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish2014-04-235-17/+11
* Prevent reading of uninitialized valueYaowu Xu2014-04-161-3/+11
* vp8/decoder: add extern "C" to headersJames Zern2014-01-238-0/+64
* vp8/decoder: normalize include guardsJames Zern2013-12-168-24/+24
* Fix a spelling mistake in filenameYaowu Xu2013-12-031-0/+0
* Fix VP8 border replication for very small imageYaowu Xu2013-12-031-10/+1
* Merge "decodframe.c: use vpx_memset instead of cast"Johann2013-10-291-10/+3
|\
| * decodframe.c: use vpx_memset instead of castJohann2013-10-291-10/+3
* | Merge "threading.c: use vpx_memset instead of cast"Johann2013-10-291-10/+3
|\ \ | |/
| * threading.c: use vpx_memset instead of castJohann2013-10-291-10/+3
* | changed to comply with strict aliasing ruleYaowu Xu2013-10-291-2/+2
|/
* fix integer overflow in vp8Yaowu Xu2013-09-232-5/+5
* Silence a bunch of MSVC warningsYaowu Xu2013-09-171-1/+1
* yv12config: remove YUV_TYPEJames Zern2013-07-122-2/+1
* remove unused VP8 com/dec asm offsetsJames Zern2013-07-091-26/+0
* Cast value to avoid size_t/int warning on win64Johann2013-06-201-2/+2
* Change the encryption feature to use a callback for decryption.Jeff Petkau2013-06-174-70/+60
* Merge "Removed shadow warnings : postproc.c decodframe.c threading.c"Scott LaVarnway2013-04-192-4/+3
|\
| * Removed shadow warnings : postproc.c decodframe.c threading.cScott LaVarnway2013-03-142-4/+3
* | Merge branch 'master' into experimentalJohn Koleszar2013-03-2713-97/+133
|\ \
| * | Basic encryption feature for libvpx.Dmitry Kovalev2013-03-154-18/+71
| |/
| * Merge "Code cleanup."Dmitry Kovalev2013-03-0511-80/+63
| |\
| | * Code cleanup.Dmitry Kovalev2013-03-0411-80/+63
| * | prefix vp8 asm_{com,dec,enc}_offsets filesJames Zern2013-03-021-0/+0
| |/
* | Merge master branch into experimentalJohn Koleszar2013-03-013-111/+140
|\ \ | |/
| * WIP: Multiple decoder instances supportScott LaVarnway2013-01-302-26/+82
| * Use FRAGMENT_DATA struct in pbiScott LaVarnway2013-01-293-25/+21
| * Merge "Bug fix: error-concealment enabled changed postproc output"Jim Bankoski2013-01-251-4/+7
| |\
| | * Bug fix: error-concealment enabled changed postproc outputScott LaVarnway2013-01-251-4/+7
| |/ |/|
| * Merge "Bug fix: Handle input data ptr = NULL and size = 0 correctly"Marco Paniconi2013-01-252-56/+30
| |\ |/ /
| * Bug fix: Handle input data ptr = NULL and size = 0 correctlyScott LaVarnway2013-01-222-56/+30
* | Merge vp9-preview changes into experimental branchJohn Koleszar2013-01-081-18/+24
|\ \
| * \ Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar2012-12-273-2/+4
| |\ \ | | |/ | |/|
| * | use calloc() instead of malloc()Pascal Massimino2012-11-061-18/+24
* | | Use 'vpx_scale' consistentlyJohann2012-12-052-2/+2
| |/ |/|
* | support building vp8 and vp9 into a single libJohn Koleszar2012-11-153-2/+4
|/
* vp8dx_receive_compressed_data() cleanupScott LaVarnway2012-10-311-66/+15
* Merge "Move frame allocations out of vp8_decode_frame()"Scott LaVarnway2012-09-244-141/+67
|\
| * Move frame allocations out of vp8_decode_frame()Scott LaVarnway2012-09-244-141/+67
* | Removed bc and bc2 vp8_readers from VP8D_COMPScott LaVarnway2012-09-214-18/+14
|/