summaryrefslogtreecommitdiff
path: root/vp8/decoder/onyxd_if.c
AgeCommit message (Expand)Author
2012-09-24Move frame allocations out of vp8_decode_frame()Scott LaVarnway
2012-09-11fix valgrind mem leak on garbage decodeJim Bankoski
2012-08-21Merge "Removed unused dr from VP8D_COMP"Scott LaVarnway
2012-08-02Added row based loopfilterScott LaVarnway
2012-06-04Remove extra enumJohann
2012-06-01Removed unused dr from VP8D_COMPScott LaVarnway
2012-05-23Fix another multithreaded encoder loopfilter race conditionAttila Nagy
2012-05-11fix warnings for building on win32Scott Graham
2012-04-26Moves error concealment allocations from common parts to decoderAttila Nagy
2012-04-23Optimizes precalculated decoder block ptrs&offsAttila Nagy
2012-04-19Ports vpx_xcaler to new RTCD methodAttila Nagy
2012-04-19Makes all mode token tables constAttila Nagy
2012-01-30RTCD: add subpixel functionsJohn Koleszar
2012-01-30New RTCD implementationJohn Koleszar
2012-01-27Merge "Hook up VP8D_GET_LAST_REF_USED"John Koleszar
2012-01-27Hook up VP8D_GET_LAST_REF_USEDJohn Koleszar
2012-01-20Disconnect ARM tgt_isa from dsp extensionsFritz Koenig
2012-01-03Merge "Remove useless g_common.h"Scott LaVarnway
2011-12-21Remove useless g_common.hJohn Koleszar
2011-12-21Remove opaque pointer VP8D_PTRJohn Koleszar
2011-11-21Decoder fixes to better support reference picture selection.Stefan Holmer
2011-11-01Changing decoder input partition API to input fragments.Stefan Holmer
2011-09-19Fix necessary for input partitions iface to match the RTP profileStefan Holmer
2011-08-12Disable error concealment until first key frame is decodedStefan Holmer
2011-07-26cosmetics: consistently use [u]int64_tJames Zern
2011-07-22fix sharpness bug and clean upJohann
2011-07-08New loop filter interfaceAttila Nagy
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-06-13fix corrupt frame leakJames Zern
2011-06-01Bugfix in vp8dx_set_referenceHenrik Lundin
2011-05-24Fixing bug in VP8_SET_REFERENCE decoder control commandHenrik Lundin
2011-05-19Adding error-concealment to the decoder.Stefan Holmer
2011-04-18Removed unused timersScott LaVarnway
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-02-17Merge "Fix relative include paths"John Koleszar
2011-02-11remove assembly detokenizerJohann
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-09Put more code under #if CONFIG_MULTITHREAD.Gaute Strokkenes
2011-01-19Merge "Implement error tracking in the decoder"John Koleszar
2011-01-19Implement error tracking in the decoderHenrik Lundin
2011-01-06fix last frame buffer copy logic regressionJohn Koleszar
2010-11-10postproc : Re-work posproc calling to allow more flags.Fritz Koenig
2010-10-27Eliminate more warnings.Timothy B. Terriberry
2010-10-25Add runtime CPU detection support for ARM.Timothy B. Terriberry
2010-10-22Improve handling of invalid frames.Timothy B. Terriberry
2010-09-17Restructure multi-threaded decoderYunqing Wang
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar
2010-08-12framework for assembly version of the detokenizerJohann
2010-08-11Moved gf_active code to encoder onlyScott LaVarnway