summaryrefslogtreecommitdiff
path: root/vp9/vp9_dx_iface.c
AgeCommit message (Expand)Author
2013-12-27Using VP9_FRAME_MARKER instead of raw number.Dmitry Kovalev
2013-12-17Increase required number of external frame buffersFrank Galligan
2013-12-15Add frame buffer lru cache.Frank Galligan
2013-12-15Add support to pass in external frame buffers.Frank Galligan
2013-11-22Fix decoder to handle display size correctlyAdrian Grange
2013-10-23Adding VP9_FRAME_MARKER constant.Dmitry Kovalev
2013-10-15Prevent access to invalid pointerYaowu Xu
2013-09-29cpplint issues resolved in vp9_dx_iface.cJim Bankoski
2013-09-04make vp9 postproc a config optionJim Bankoski
2013-08-21vp9_peek_si: add bitstream v1 supportJames Zern
2013-08-14vp9_dx_iface: check for NULL/0-size inputJames Zern
2013-07-12vp9_dx_iface: s/vp8/vp9/ where possibleJames Zern
2013-07-11vp[89]_dx_iface: delete unused functionJames Zern
2013-07-11vp[89]_dx_iface: factorize vp8_mmap_*()James Zern
2013-07-11vp9: fix peek_si for version==0James Zern
2013-06-12Quick fix to stop vpxdec infinite loopScott LaVarnway
2013-06-11Merge branch 'master' into experimentalJohn Koleszar
2013-06-07Add bits for colorspace, profileJohn Koleszar
2013-05-28Compressed/uncompressed frame header changes.Dmitry Kovalev
2013-05-28Revert "Adding API to read/write uncompressed frame header bits." because of ...Dmitry Kovalev
2013-05-21Adding API to read/write uncompressed frame header bits.Dmitry Kovalev
2013-05-20Give VP9 a different sync code from VP8Jingning Han
2013-05-15Adding alpha plane to YV12_BUFFER_CONFIG structure.Dmitry Kovalev
2013-04-29Match unsigned typesJohann
2013-04-26Merge branch 'master' into experimentalJohann
2013-04-23Improve sign consistency.Johann
2013-04-02Lower case names for struct members.Dmitry Kovalev
2013-03-27Convert inv_tile_order to control interfaceJohn Koleszar
2013-03-13Fix pulsing issue with scalingJohn Koleszar
2013-03-13Add VP9_GET_REFERENCE controlJohn Koleszar
2013-03-12fix superframe index marker masksJohn Koleszar
2013-03-05Add 'superframe' indexJohn Koleszar
2013-03-04Support 16K sequence codingJingning Han
2013-02-05[WIP] Add column-based tiling.Ronald S. Bultje
2013-01-23Adds an error-resilient mode with testDeb Mukherjee
2013-01-16Start to anonymize reference framesJohn Koleszar
2013-01-11Upstream changes from Chromium Android Clang build.Frank Galligan
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar
2012-11-15Pack invisible frames without lengthsJohn Koleszar
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-06vpx: merge with masterJohn Koleszar
2012-11-02vpx_scale: sync from masterJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje