1. a30774c Adds support of 440 content. by Deb Mukherjee · 10 years ago
  2. 9ed23de Miscellaneous decoder changes for high bitdepth by Deb Mukherjee · 11 years ago
  3. 175d9df Remove memset of every external frame buffer. by Frank Galligan · 11 years ago
  4. 9cdaa3d Removing legacy compatibility layer. by Dmitry Kovalev · 11 years ago
  5. 5acfafb Adds config opt for highbitdepth + misc. vpx by Deb Mukherjee · 11 years ago
  6. 270a05a Merge "Set scaled img format correctly in vpxdec" by Deb Mukherjee · 11 years ago
  7. 7690d88 vpxdec: fix --keep-going with --disable-vp8 by James Zern · 11 years ago
  8. e9f85d3 Set scaled img format correctly in vpxdec by Deb Mukherjee · 11 years ago
  9. 7b0faff Merge changes I13d975d1,I26710359 by James Zern · 11 years ago
  10. 7ae3269 vpxdec.c : resolve uninitialized member warning by Jim Bankoski · 11 years ago
  11. 1e681d9 vpxdec: fix compile with --disable-libyuv by James Zern · 11 years ago
  12. 17ea6ab Initialization to prevent asan failure on google3 by Deb Mukherjee · 11 years ago
  13. f452961 fixes several -Wunused-function warnings by Jim Bankoski · 11 years ago
  14. 5c41891 vpxdec warning errors addressed by Jim Bankoski · 11 years ago
  15. 090f4d4 Adds support for raw yuv files for 422/444 by Deb Mukherjee · 11 years ago
  16. f332c63 Renames interface field in VpxInterface by Deb Mukherjee · 11 years ago
  17. 449e5f2 Misc. bit-depth related changes by Deb Mukherjee · 11 years ago
  18. 5820c5d Adds support for reading and writing 10/12-bit y4m by Deb Mukherjee · 11 years ago
  19. 3643544 Merge "Reverting "Adds support for reading and writing 10/12-bit y4m" for now because of Mac Build Failure." by Dmitry Kovalev · 11 years ago
  20. 79199e4 Reverting "Adds support for reading and writing 10/12-bit y4m" for now because of Mac Build Failure. by Dmitry Kovalev · 11 years ago
  21. 4ac3b7a Merge "vpxdec: add --keep-going option" by James Zern · 11 years ago
  22. 82dc133 Adds support for reading and writing 10/12-bit y4m by Deb Mukherjee · 11 years ago
  23. 95853db vpxdec: add --keep-going option by James Zern · 11 years ago
  24. 47031c0 Updates libyuv to version 1005 by Deb Mukherjee · 11 years ago
  25. b6cce76 vpxdec: add some missing CONFIG_WEBM_IO checks by James Zern · 11 years ago
  26. 20c3077 Rename FilterMode for compatibility with libyuv by Deb Mukherjee · 11 years ago
  27. 0ffa383 Adding a configure flag to control WebM container support by Vignesh Venkatasubramanian · 11 years ago
  28. 4334c07 Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h. by Dmitry Kovalev · 11 years ago
  29. 6d15132 Change dx_time data type in vpxdec.c by James Yu · 11 years ago
  30. 24025c0 vp9_cx_iface vp9_dx_iface vpxdec vs warnings by Jim Bankoski · 11 years ago
  31. 2eccbd0 Fix build error caused by a merge conflict. by Alex Converse · 11 years ago
  32. fb8c246 Merge "Add VP9 decoder support for external frame buffers" by Frank Galligan · 11 years ago
  33. a4f30a5 Add VP9 decoder support for external frame buffers by Frank Galligan · 11 years ago
  34. 2bdd43d Adding and reusing vpx_img_plane_{width, height}() functions. by Dmitry Kovalev · 11 years ago
  35. 70d9664 Adding API to get vpx encoder/decoder interface. by Dmitry Kovalev · 11 years ago
  36. 75d7ee3 vpxdec: normalize frame size types by James Zern · 11 years ago
  37. 4a70357 remove duplicate const from vpx_codec_iface_t use by James Zern · 11 years ago
  38. 5260b39 vpxdec: restoring old md5 behavior for y4m files. by Dmitry Kovalev · 11 years ago
  39. c6d5371 Merge "Revert external frame buffer code." by Frank Galligan · 11 years ago
  40. b1c72b6 Revert external frame buffer code. by Frank Galligan · 11 years ago
  41. f2acb45 vpxdec: grouping together code with the same if conditions by Dmitry Kovalev · 11 years ago
  42. a97b23b vpxdec: Disable writing of Y4M header when --md5 argument is specified. by Dmitry Kovalev · 11 years ago
  43. 79b9baa Merge "Removing out_open() & out_close() functions from vpxdec." by Dmitry Kovalev · 11 years ago
  44. 82f6af6 Tidy up comments & remove commented out code. by Adrian Grange · 11 years ago
  45. 347b306 Removing out_open() & out_close() functions from vpxdec. by Dmitry Kovalev · 11 years ago
  46. 5ab63583 Moving y4m encoding functions into separate files. by Dmitry Kovalev · 11 years ago
  47. 3c05481 Adding vpx_image_scale() function in vpxdec. by Dmitry Kovalev · 11 years ago
  48. cf46bc7 Removing out_put() function from vpxdec.c. by Dmitry Kovalev · 11 years ago
  49. cccadd2 Removing VP8_FOURCC_MASK & VP9_FOURCC_MASK. by Dmitry Kovalev · 11 years ago
  50. 2123c5d Merge "Removing VpxInputContext dependency from {ivf, raw}_read_frame()." by Dmitry Kovalev · 11 years ago
  51. 903ba1a Merge "Change the strategy for deciding the display size" by Adrian Grange · 11 years ago
  52. 0eac753 Removing VpxInputContext dependency from {ivf, raw}_read_frame(). by Dmitry Kovalev · 11 years ago
  53. 482c39c Change the strategy for deciding the display size by Adrian Grange · 11 years ago
  54. f0fde24 Adding raw_read_frame() function to vpxdec. by Dmitry Kovalev · 11 years ago
  55. d24f4e4 Removing CONFIG_MD5. by Dmitry Kovalev · 11 years ago
  56. fbada94 Add frame buffer lru cache. by Frank Galligan · 11 years ago
  57. 10f8916 Add support to pass in external frame buffers. by Frank Galligan · 11 years ago
  58. 475d1d6 Modified spatial scalable encoder & unit tests by Adrian Grange · 11 years ago
  59. 28e44bb Merge "Fix bug in extend_frame chroma extended too far" by Yaowu Xu · 11 years ago
  60. 2117fe0 Fix decoder to handle display size correctly by Adrian Grange · 11 years ago
  61. d427fab Fix bug in extend_frame chroma extended too far by Adrian Grange · 11 years ago
  62. 2abe2d4 vpxdec: Relocate WebM input support. by Tom Finegan · 11 years ago
  63. f225b1e vpxdec: Include frame number when decode fails. by Tom Finegan · 11 years ago
  64. 5ae4ba5 vpxdec: Restore IVF support. by Tom Finegan · 11 years ago
  65. 00a35aa vpx[dec|enc]: Extract IVF support from the apps. by Tom Finegan · 11 years ago
  66. e657919 vpx[dec|enc]: Clean up target OS based IO focused preproc abuse. by Tom Finegan · 11 years ago
  67. 03848f5 Move WebM writing support out of vpxenc.c. by Tom Finegan · 11 years ago
  68. a9e00cd vpxdec: Fix webm fps check. by Frank Galligan · 11 years ago
  69. 9596a4c vpxdec: add --loops option by John Koleszar · 12 years ago
  70. d0ed677 Merge branch 'master' into experimental by John Koleszar · 12 years ago
  71. c0e561d Fix a crash in vpxdec by John Koleszar · 12 years ago
  72. c3ae212 Modified vpxdec loop by Scott LaVarnway · 12 years ago
  73. da58436 Subsampling aware allocs and bitstream by John Koleszar · 12 years ago
  74. 626d3ca Change to fourcc to enable decoding of ffmpeg files. by Jim Bankoski · 12 years ago
  75. 296421d Change to fourcc to enable decoding of ffmpeg files. by Jim Bankoski · 12 years ago
  76. dbd050c vpxdec: correct VP[89] fourccs by James Zern · 12 years ago
  77. 83f2a11 vpxdec: fix use of uninitialized do_scale argument by John Koleszar · 12 years ago
  78. 7d8fc26 vpxdec: support scaling output by John Koleszar · 12 years ago
  79. 08b43fe webm: add support for V_VP9 by John Koleszar · 12 years ago
  80. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  81. 7b8dfcb Rough merge of master into experimental by John Koleszar · 12 years ago
  82. 3707c34 vpxdec: merge with master by John Koleszar · 12 years ago
  83. 4b2c2b9 Rename vp8/ codec directory to vp9/. by Ronald S. Bultje · 12 years ago
  84. c394ffc added the ablility to skip first n frames for vpxdec by Yaowu Xu · 12 years ago
  85. e278673 Moved vp8dx_get_raw_frame() call to vp8_get_frame() by Scott LaVarnway · 13 years ago
  86. d71ba03 silent compiling warnings for VC9 build by Yaowu Xu · 13 years ago
  87. 1b16e74 Dll build of libvpx by Jim Bankoski · 13 years ago
  88. c6b9039 Restyle code by John Koleszar · 13 years ago
  89. 0164a1c Fix pedantic compiler warnings by John Koleszar · 13 years ago
  90. c8a88a7 Explicitly discard fwrite/fread return values by Johann · 13 years ago
  91. 6035da5 WebM Experimental Codec Branch Snapshot by Yaowu Xu · 13 years ago
  92. 87aa846 Multiframe quality enhancement postprocessing by Deb Mukherjee · 13 years ago
  93. 3a98555 vpxdec: avoid redefining fileno() on mingw by James Zern · 13 years ago
  94. 9b85079 vpxdec updated to use !feof() instead of *buf_sz in readframe() by James Berry · 14 years ago
  95. d04f852 Adding error-concealment to the decoder. by Stefan Holmer · 14 years ago
  96. a7d4d3c clean up unused variable warnings by Johann · 14 years ago
  97. 4226f0c vpxdec: test for frame corruption by John Koleszar · 14 years ago
  98. 11a222f Adds "armvX-none-rvct" targets by Tero Rintaluoma · 14 years ago
  99. 19255b8 vpxdec: fix use of uninitialized memory for raw files by John Koleszar · 14 years ago
  100. 647df00 postproc : Re-work posproc calling to allow more flags. by Fritz Koenig · 14 years ago