summaryrefslogtreecommitdiff
path: root/vp8/vp8_dx_iface.c
Commit message (Expand)AuthorAgeFilesLines
* Consistent allocation of vpx_codec_alg_priv_t.Dmitry Kovalev2014-09-031-3/+2
* Removing alg_priv from vpx_codec_priv struct.Dmitry Kovalev2014-08-281-24/+28
* Merge "Replacing NOT_IMPLMENTED with NULL."Dmitry Kovalev2014-08-211-7/+7
|\
| * Replacing NOT_IMPLMENTED with NULL.Dmitry Kovalev2014-08-201-7/+7
* | Removing iface pointer from vpx_codec_priv.Dmitry Kovalev2014-08-201-1/+0
|/
* Set uv_crop_height/width in all the placesJohann2014-08-151-6/+12
* VP8D_GET_FRAME_CORRUPTED: check frame pointerJames Zern2014-08-121-2/+3
* Merge "Removing legacy XMA features from libvpx."Dmitry Kovalev2014-08-081-2/+0
|\
| * Removing legacy XMA features from libvpx.Dmitry Kovalev2014-08-051-2/+0
* | Make the api behavior conform to api spec.Hangyu Kuang2014-08-061-0/+9
|/
* Changes interface to avoid uninitialized warnings in vp9_cx_iface.c.Jim Bankoski2014-07-311-0/+1
* Misc. bit-depth related changesDeb Mukherjee2014-07-141-0/+1
* call vp[89]_clear_system_state after longjmpJames Zern2014-07-101-0/+1
* Removing ctrl_id parameter from vpx_codec_control_fn_t.Dmitry Kovalev2014-05-271-28/+47
* Fixes a bug for uninitialized frame buffersDeb Mukherjee2014-05-231-2/+4
* Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish2014-04-231-9/+13
* Removing legacy XMA code from vp8.Dmitry Kovalev2014-04-101-190/+35
* Add VP9 decoder support for external frame buffersFrank Galligan2014-02-131-0/+1
* Revert external frame buffer code.Frank Galligan2014-01-241-1/+0
* Add support to pass in external frame buffers.Frank Galligan2013-12-151-0/+1
* yv12config: remove YUV_TYPEJames Zern2013-07-121-4/+1
* vp[89]_dx_iface: delete unused functionJames Zern2013-07-111-10/+0
* vp[89]_dx_iface: factorize vp8_mmap_*()James Zern2013-07-111-71/+5
* Change the encryption feature to use a callback for decryption.Jeff Petkau2013-06-171-40/+41
* Modified vpxdec loopScott LaVarnway2013-06-071-3/+3
* Merge branch 'experimental' into masterJohn Koleszar2013-04-161-0/+2
* Basic encryption feature for libvpx.Dmitry Kovalev2013-03-151-11/+54
* vp8_init: fix NULL dereference on allocation errorJames Zern2013-03-021-12/+10
* WIP: Multiple decoder instances supportScott LaVarnway2013-01-301-26/+41
* Use FRAGMENT_DATA struct in pbiScott LaVarnway2013-01-291-7/+1
* Merge "Bug fix: Handle input data ptr = NULL and size = 0 correctly"Marco Paniconi2013-01-251-3/+68
|\
| * Bug fix: Handle input data ptr = NULL and size = 0 correctlyScott LaVarnway2013-01-221-3/+68
* | support building vp8 and vp9 into a single libJohn Koleszar2012-11-151-2/+2
|/
* Move frame allocations out of vp8_decode_frame()Scott LaVarnway2012-09-241-2/+119
* Moved vp8dx_get_raw_frame() call to vp8_get_frame()Scott LaVarnway2012-09-191-29/+24
* Remove threading dependencies with --disable-multithreadJohn Koleszar2012-06-151-0/+3
* remove deprecated pre-v0.9.0 APIJohn Koleszar2012-05-041-30/+0
* Make global data constAttila Nagy2012-05-041-2/+0
* Hook up VP8D_GET_LAST_REF_USEDJohn Koleszar2012-01-271-4/+5
* vp8d - function to check if a reference frame is used.Jim Bankoski2012-01-101-0/+21
* Merge "Multiframe quality enhancement postprocessing"Deb Mukherjee2012-01-091-1/+1
|\
| * Multiframe quality enhancement postprocessingDeb Mukherjee2012-01-051-1/+1
* | Remove opaque pointer VP8D_PTRJohn Koleszar2011-12-211-2/+2
|/
* Multiple-resolution encoderYunqing Wang2011-12-051-2/+4
* Changing decoder input partition API to input fragments.Stefan Holmer2011-11-011-3/+3
* cosmetics: consistently use [u]int64_tJames Zern2011-07-261-1/+1
* Increase chrow row alignment to 16 bytes.Timothy B. Terriberry2011-07-201-14/+31
* New ways of passing encoded data between encoder and decoder.Stefan Holmer2011-06-281-1/+4
* get/set reference buffer dimension check addedJames Berry2011-06-221-4/+2
* Adding error-concealment to the decoder.Stefan Holmer2011-05-191-2/+6