Skip to content
Snippets Groups Projects
  1. Apr 24, 2014
  2. Apr 04, 2014
  3. Apr 03, 2014
  4. Apr 02, 2014
    • Paul Wilkins's avatar
      Revert "Changing webmenc to use libwebm" · 80577dff
      Paul Wilkins authored
      Temporary revert.
      Problems with conflicting definitions of type off_t
      in MSVC builds that need resolving.
      
      c:\Program Files (x86)\
        Microsoft Visual Studio 9.0\VC\include\wchar.h(479) :
        "error C2371: 'off_t' : redefinition; different basic types
      c:\on2experimental\libvpx\tools_common.h(26) :
         see declaration of 'off_t'"
      
      This reverts commit 92a4c591.
      
      Change-Id: I535e40a18842a92e3e6e0b29e5fba66313010803
      80577dff
  5. Mar 28, 2014
  6. 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
  7. Mar 11, 2014
  8. Mar 05, 2014
  9. Mar 04, 2014
  10. Feb 28, 2014
  11. Feb 27, 2014
  12. Feb 26, 2014
    • Dmitry Kovalev's avatar
      Merging error-resilient example into simple_encoder. · 194e6f29
      Dmitry Kovalev authored
      The only difference between two examples was a setting of
      g_error_resilient flag in error-resilient example. Moving this
      functionality into simple_encoder with additional command line option.
      
      Change-Id: I0245793320125926e1bf208cc1e87aef39ca478d
      194e6f29
  13. Feb 22, 2014
  14. Feb 15, 2014
  15. Feb 13, 2014
  16. Feb 12, 2014
  17. Feb 07, 2014
  18. Feb 06, 2014
    • Marco Paniconi's avatar
      Layer based rate control for CBR mode. · 4864ab21
      Marco Paniconi authored
      This patch adds a buffer-based rate control for temporal layers,
      under CBR mode.
      
      Added vpx_temporal_scalable_patters.c encoder for testing temporal
      layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).
      
      Updated datarate unittest with tests for temporal layer rate-targeting.
      
      Change-Id: I8900a854288b9354d9c697cfeb0243a9fd6790b1
      4864ab21
    • Dmitry Kovalev's avatar
      Adding video reader/writer APIs. · 37e6fd3d
      Dmitry Kovalev authored
      Right now only IVF format is supported which is enough for example code.
      Other formats like y4m, webm, raw yuv will be supported later.
      
      Change-Id: I34c6f20731c1851947587ca5c589d7856b675164
      37e6fd3d
    • James Zern's avatar
      examples.mk: build examples/*.c directly · 77bbcab5
      James Zern authored
      since
      50fa5859 Removing examples code generation and making them static.
      
      the examples have been c files, not generated from text. this removes
      GEN_EXAMPLES and replaces it with EXAMPLES, building the source directly
      rather than copying it to the build folder
      
      Change-Id: I5445bc49553419e3d2430963517d2c18cdba1f82
      77bbcab5
  19. Feb 03, 2014
  20. Feb 02, 2014
    • Marco Paniconi's avatar
      Layer based rate control for CBR mode. · 6be2b750
      Marco Paniconi authored
      This patch adds a buffer-based rate control for temporal layers,
      under CBR mode.
      
      Added vpx_temporal_scalable_patters.c encoder for testing temporal
      layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).
      
      Updated datarate unittest with tests for temporal layer rate-targeting.
      
      Change-Id: I9cb6cce2494390ae6096ee17774af7fb9308bde7
      6be2b750
  21. Jan 29, 2014
  22. Jan 27, 2014
  23. Jan 25, 2014
    • Deb Mukherjee's avatar
      Adds a stand-alone resize utility for testing · cacea00f
      Deb Mukherjee authored
      Adds a stand-alone resize_util app for testing. The app
      will not be built in the shared library configurations
      so as not to require the APIs to be exposed.
      
      Change-Id: I4718c8bff1abf4e57c2ab2d84be8738fc0048200
      cacea00f
  24. Jan 24, 2014
  25. Jan 18, 2014
  26. Jan 07, 2014
  27. Nov 25, 2013
  28. Nov 22, 2013
  29. Nov 19, 2013
    • Tom Finegan's avatar
      vpxdec: Relocate WebM input support. · 2abe2d46
      Tom Finegan authored
      - Move it to webmdec.c and webmdec.h.
      - Also, tidy up obvious style nits in the vicinity of code I was
        already touching.
      
      Change-Id: Ie2898d06e73c1e9030d9c8d465b73ee7edc3c02a
      2abe2d46
  30. 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
  31. Nov 12, 2013
  32. Nov 06, 2013
    • Ivan Maltz's avatar
      Move SVC per-frame loop from sample app into libvpx proper · 1ed0e1be
      Ivan Maltz authored
      SVC multiple layer per frame encoding is invoked with vpx_svc_init and
      vpx_svc_encode. These interfaces are designed to be invoked from ffmpeg.
      Additional improvements:
      - make dummy frame handling a bit more explicit
      - fixed bug with single layer encodes
      - track individual frame sizes and psnrs instead of averages
      - parameterized quantizer, 16th scalefactors, more logging,
      - enabled single layer encodes to generate baseline
      - include new mode for 3 layer I frame with 5 total layers
      
      Change-Id: I46cfa600d102e208c6af8acd6132e0cc25cda8d4
      1ed0e1be
Loading