summaryrefslogtreecommitdiff
path: root/vp8/decoder
AgeCommit message (Expand)Author
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
2012-09-11fix valgrind mem leak on garbage decodeJim Bankoski
2012-09-11valgrind found motion vectors which exceeded frame boundariesScott LaVarnway
2012-09-07valgrind caught uninitialized condJim Bankoski
2012-08-28Merge "silent one more compiler warning"Yaowu Xu
2012-08-28silent one more compiler warningYaowu Xu
2012-08-22Merge "Added row based extend borders"Scott LaVarnway
2012-08-21Merge "Removed unused dr from VP8D_COMP"Scott LaVarnway
2012-08-21Merge "Removed last_kf_gf_q"Scott LaVarnway
2012-08-21Added row based extend bordersScott LaVarnway
2012-08-21Merge "Added row based loopfilter"Jim Bankoski
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-08-02Pass B_PREDICTION_MODE to intra4x4_predictJohann
2012-08-02Removed last_kf_gf_qScott LaVarnway
2012-08-02Added row based loopfilterScott LaVarnway
2012-08-01Rename vp8_intra4x4_predict_dJohann
2012-08-01Use intra4x4_predict_d parameter namesJohann
2012-08-01use RTCD pointer for intra4x4_predictJohann
2012-06-20Fix compilation with -werrorJohn Koleszar
2012-06-11Fix pedantic compiler warningsJohn Koleszar
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-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04fix vp8_ namespace issuesJohn Koleszar
2012-05-04Make global data constAttila Nagy
2012-05-02Fix compiler warningsAttila Nagy
2012-04-26Moves error concealment allocations from common parts to decoderAttila Nagy
2012-04-24Simplifies decoder multithread synchingAttila Nagy
2012-04-23Removed mcomp_filter_typeScott LaVarnway