Skip to content
Snippets Groups Projects
  1. Apr 22, 2014
  2. Mar 14, 2014
    • Vignesh Venkatasubramanian's avatar
      Adding a configure flag to control WebM container support · 0ffa3836
      Vignesh Venkatasubramanian authored
      Adding a --(enable|disable)-webm-io flag to control WebM container input and
      output support. For now, enabling WebM IO by default only when there is a C++
      compiler. Doing so because eventually we will move WebM IO to libwebm and it
      is built using C++.
      
      Change-Id: I210ac36c23528e382ed41d3c4322291720481492
      0ffa3836
  3. Feb 27, 2014
  4. Feb 25, 2014
  5. Feb 15, 2014
  6. Feb 14, 2014
  7. Feb 13, 2014
  8. Feb 12, 2014
  9. Feb 05, 2014
    • James Zern's avatar
      vpxdec: normalize frame size types · 75d7ee33
      James Zern authored
      int -> size_t for threshold values. this silences a few signed/unsigned
      comparison warnings
      
      Change-Id: Ic7b7af61f75f60a1b6d04167640cea2d09bbd967
      75d7ee33
  10. Feb 01, 2014
  11. Jan 28, 2014
  12. Jan 24, 2014
    • Frank Galligan's avatar
      Revert external frame buffer code. · b1c72b63
      Frank Galligan authored
      A future CL will add external frame buffers
      differently.
      
      Squash commit of four revert commits:
      Revert "Increase required number of external frame buffers"
      
      This reverts commit 9e41d569.
      
      Revert "Add external constants."
      
      This reverts commit bbf53047.
      
      Revert "Add frame buffer lru cache."
      
      This reverts commit fbada948.
      
      Conflicts:
      	vpxdec.c
      
      Change-Id: I76fe42419923a6ea6c75d9997cbbf941d73d3005
      
      Revert "Add support to pass in external frame buffers."
      
      This reverts commit 10f89169.
      
      Conflicts:
      	test/external_frame_buffer_test.cc
      	vp9/common/vp9_alloccommon.c
      	vp9/common/vp9_reconinter.c
      	vp9/decoder/vp9_decodeframe.c
      	vp9/encoder/vp9_onyx_if.c
      	vp9/vp9_dx_iface.c
      	vpx/vpx_decoder.h
      	vpx/vpx_external_frame_buffer.h
      	vpx_scale/generic/yv12config.c
      	vpxdec.c
      
      Change-Id: I7434cf590f1c852b38569980e4247fad0d939c2e
      b1c72b63
    • Dmitry Kovalev's avatar
      vpxdec: grouping together code with the same if conditions · f2acb455
      Dmitry Kovalev authored
      Change-Id: I5e546fce725b8c4722da5494e9423154e870fd58
      f2acb455
  13. Jan 22, 2014
  14. Jan 18, 2014
  15. Jan 17, 2014
  16. Jan 15, 2014
  17. Jan 13, 2014
    • Dmitry Kovalev's avatar
      Removing VpxInputContext dependency from {ivf, raw}_read_frame(). · 0eac753d
      Dmitry Kovalev authored
      File type check inside ivf_read_frame() is not necessary (it is done
      before this function get called).
      
      Change-Id: Iede8feb358d25878b340473d85c3b01d701fc624
      0eac753d
    • Adrian Grange's avatar
      Change the strategy for deciding the display size · 482c39c0
      Adrian Grange authored
      There are three contributors to the definition of how the
      display size is set:
      
      (1) display width/height set in the container.
      (2) display size (optional in the frame header)
      (3) decoded frame size (from the frame header)
      
      This patch modifies the way that vpxdec defines the display
      size to give preference to these three criteria in the order
      given above. If the container sets a non-zero size, it is
      used, otherwise the display size specified in the first
      decoded frame is used (if specified), with the raw
      decoded frame size of the first frame used as a last resort.
      
      The display size set in frames other than the first is
      always ignored in this implementation.
      
      Change-Id: I7e98d817d3f5894d559dd2aeb0a6cb1959b9092b
      482c39c0
    • Dmitry Kovalev's avatar
      Adding raw_read_frame() function to vpxdec. · f0fde243
      Dmitry Kovalev authored
      Change-Id: Ie2a4606daf35b327d6f2ac8d7fd8f6cacf4c5b6a
      f0fde243
  18. Dec 28, 2013
    • Dmitry Kovalev's avatar
      Removing CONFIG_MD5. · d24f4e49
      Dmitry Kovalev authored
      We don't need compile time md5 configuration because --md5 is a runtime
      option.
      
      Change-Id: Ic0a2427ae5de5a18f31e5ee60c3732481b377ca1
      d24f4e49
  19. Dec 16, 2013
  20. Dec 04, 2013
    • Adrian Grange's avatar
      Modified spatial scalable encoder & unit tests · 475d1d60
      Adrian Grange authored
      Modifications to the spatial scalable encoder to match
      changes made to the scaling code in the decoder.
      
      In particular, the use of a dummy first frame was removed
      now that the decoder is able to handle a smaller first
      frame.
      
      SvcTest.FirstFrameHasLayers unit test re-enabled.
      
      Change-Id: Ic2e91fbe4eadf95895569947670d36d68abaf458
      475d1d60
  21. Dec 02, 2013
    • Adrian Grange's avatar
      Fix bug in extend_frame chroma extended too far · 2e88f2f2
      Adrian Grange authored
      This fixes issue 667.
      
      In the case where the frame was an odd number of pixels
      wide or high, the border was being extended by one col
      or row too far.
      
      The calculation of color plane dimensions was modified
      to use those already computed at the time the frame
      buffer was allocated.
      
      Also freed the temporary scaling buffer in vpxdec to
      prevent a memory leak.
      
      Change-Id: I195bc81d84c0fc5d8260c1232200d62399e4b51f
      2e88f2f2
  22. Nov 22, 2013
    • Adrian Grange's avatar
      Fix decoder to handle display size correctly · 2117fe05
      Adrian Grange authored
      The decoder ignored the display width & height
      specified in the frame header.
      
      This patch adds a control, VP9D_GET_DISPLAY_SIZE, to
      allow the application to obtain the display width and
      height from the frame header.
      
      vpxdec has been modified to scale the output frame to
      this size.
      
      Should the request for the display size fail vpxdec will
      use the native width and height of the raw decoded
      frame instead.
      
      Change-Id: I25db04407426dac730263720c75a7dd6400af68a
      2117fe05
    • Adrian Grange's avatar
      Fix bug in extend_frame chroma extended too far · d427fab5
      Adrian Grange authored
      This fixes issue 667.
      
      In the case where the frame was an odd number of pixels
      wide or high, the border was being extended by one col
      or row too far.
      
      The calculation of color plane dimensions was modified
      to use those already computed at the time the frame
      buffer was allocated.
      
      Also freed the temporary scaling buffer in vpxdec to
      prevent a memory leak.
      
      Change-Id: Ied04bdcdfd77469731408c05da205db1a6f89bf5
      d427fab5
  23. Nov 19, 2013
  24. Nov 16, 2013
    • Tom Finegan's avatar
      vpxdec: Restore IVF support. · 5ae4ba57
      Tom Finegan authored
      Refactored IVF frame reading code out into ivf_read_frame(). Forgot
      to actually make the function call in read_frame().
      
      Change-Id: Ie9f6917e70bd26d0352a761932465c60a29a1f81
      5ae4ba57
  25. Nov 15, 2013
    • Tom Finegan's avatar
      vpx[dec|enc]: Extract IVF support from the apps. · 00a35aab
      Tom Finegan authored
      - Move IVF reading support into ivfdec.c and ivfdec.h
      - Move IVF writing support into ivfenc.c and ivfenc.h
      - Removed IVF writing code from the SVC example in favor of ivfenc.
      
      Change-Id: I70adf6240d0320fdd232d8546ed573f0f68dd793
      00a35aab
  26. Nov 11, 2013
  27. Nov 06, 2013
    • Tom Finegan's avatar
      Move WebM writing support out of vpxenc.c. · 03848f5c
      Tom Finegan authored
      This is mainly a clean up patchset. It moves the WebM writing support
      out of vpxenc and into its own source file. Changes to tools_common and
      vpxdec result from relocation of shared bits of code.
      
      Change-Id: Iee55d3285f56e0a548f791094fb14c5ac5346a26
      03848f5c
  28. Oct 24, 2013
    • Frank Galligan's avatar
      vpxdec: Fix webm fps check. · a9e00cd4
      Frank Galligan authored
      If the webm file did not have a Cues then vpxdec would fail
      when creating a y4m file. If there is no Cues element print
      out a warning and set fps to 30.
      
      Change-Id: Ieea7040265dfdac7dff4ccf917c6f756160a96bc
      a9e00cd4
  29. Jun 12, 2013
    • John Koleszar's avatar
      vpxdec: add --loops option · 9596a4cc
      John Koleszar authored
      Allows vpxdec to operate multiple times on the same input. Mostly
      useful for debugging/development.
      
      Change-Id: Icf25ece22e387052eade4438971eee5ff4f798ba
      9596a4cc
  30. Jun 10, 2013
    • John Koleszar's avatar
      Fix a crash in vpxdec · c0e561d1
      John Koleszar authored
      If the codec fails to return a frame on the second frame (as in a VP8 alt-ref,
      then img will be a null pointer and dereferencing it while trying to write
      the color format (again) will crash.
      
      Change-Id: Ie48710d4c5715f532d453c879c71c20ccdeb81cc
      c0e561d1
Loading