summaryrefslogtreecommitdiff
path: root/vp8/vp8_dx_iface.c
AgeCommit message (Expand)Author
2014-05-27Removing ctrl_id parameter from vpx_codec_control_fn_t.Dmitry Kovalev
2014-05-23Fixes a bug for uninitialized frame buffersDeb Mukherjee
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2014-04-10Removing legacy XMA code from vp8.Dmitry Kovalev
2014-02-13Add VP9 decoder support for external frame buffersFrank Galligan
2014-01-24Revert external frame buffer code.Frank Galligan
2013-12-15Add support to pass in external frame buffers.Frank Galligan
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-07-11vp[89]_dx_iface: delete unused functionJames Zern
2013-07-11vp[89]_dx_iface: factorize vp8_mmap_*()James Zern
2013-06-17Change the encryption feature to use a callback for decryption.Jeff Petkau
2013-06-07Modified vpxdec loopScott LaVarnway
2013-04-16Merge branch 'experimental' into masterJohn Koleszar
2013-03-15Basic encryption feature for libvpx.Dmitry Kovalev
2013-03-02vp8_init: fix NULL dereference on allocation errorJames Zern
2013-01-30WIP: Multiple decoder instances supportScott LaVarnway
2013-01-29Use FRAGMENT_DATA struct in pbiScott 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
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-09-24Move frame allocations out of vp8_decode_frame()Scott LaVarnway
2012-09-19Moved vp8dx_get_raw_frame() call to vp8_get_frame()Scott LaVarnway
2012-06-15Remove threading dependencies with --disable-multithreadJohn Koleszar
2012-05-04remove deprecated pre-v0.9.0 APIJohn Koleszar
2012-05-04Make global data constAttila Nagy
2012-01-27Hook up VP8D_GET_LAST_REF_USEDJohn Koleszar
2012-01-10vp8d - function to check if a reference frame is used.Jim Bankoski
2012-01-09Merge "Multiframe quality enhancement postprocessing"Deb Mukherjee
2012-01-05Multiframe quality enhancement postprocessingDeb Mukherjee
2011-12-21Remove opaque pointer VP8D_PTRJohn Koleszar
2011-12-05Multiple-resolution encoderYunqing Wang
2011-11-01Changing decoder input partition API to input fragments.Stefan Holmer
2011-07-26cosmetics: consistently use [u]int64_tJames Zern
2011-07-20Increase chrow row alignment to 16 bytes.Timothy B. Terriberry
2011-06-28New ways of passing encoded data between encoder and decoder.Stefan Holmer
2011-06-22get/set reference buffer dimension check addedJames Berry
2011-05-19Adding error-concealment to the decoder.Stefan Holmer
2011-05-09clean up unused variable warningsJohann
2011-03-17Set bounds from the array when iterating mmaps.Ralph Giles
2011-03-17Remove commented-out VP6 code from vp8_finalize_mmapsRalph Giles
2011-02-17Use endian-neutral bitstream packing/unpackingJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2011-01-19Merge "Implement error tracking in the decoder"John Koleszar
2011-01-19Implement error tracking in the decoderHenrik Lundin
2010-12-17propagate user private data on decodeJohn Koleszar
2010-12-17Inform caller of decoder about updated referencesHenrik Lundin
2010-11-10postproc : Re-work posproc calling to allow more flags.Fritz Koenig
2010-11-05Merge commit 'fix integer promotion bug in partition size check'John Koleszar
2010-11-05fix integer promotion bug in partition size checkJohn Koleszar
2010-10-27Eliminate more warnings.Timothy B. Terriberry