Skip to content
Snippets Groups Projects
  1. Oct 11, 2010
  2. Sep 09, 2010
  3. Aug 27, 2010
    • Timothy B. Terriberry's avatar
      Fix two-pass framrate for Y4M input. · e105e245
      Timothy B. Terriberry authored
      The timebase was being set to the value in the Y4M file on each
       pass, but only doubled to account for the altref placement on
       the first past.
      This avoids reseting it on the second pass.
      
      Change-Id: Ie342639bad1ffe9c2214fbbaaded72cfed835b42
      e105e245
  4. Jun 24, 2010
    • John Koleszar's avatar
      ivfenc: correct fixed kf interval, --disable-kf · b1e36f28
      John Koleszar authored
      ivfenc was setting the VPX_KF_FIXED mode when the kf_min_dist and
      kf_max_dist parameters were set to each other. This flag actually means
      that keyframes are disabled, and that name was deprecated to avoid
      confusion such as this. Instead, a new option is exposed for setting the
      VPX_KF_DISABLED mode, and the intervals are passed through to the codec,
      which will do automatic placement at a fixed interval as expected.
      
      Change-Id: I15abbec5936f39d5901878b4bc154372fbc23a43
      b1e36f28
  5. Jun 16, 2010
    • Tom Finegan's avatar
      Avoid encoding garbage when ivfenc encounters an unsupported Y4M file. · e703af97
      Tom Finegan authored
      This change stops ivfenc from treating unsupported Y4M files as raw
      input.
      
      For example, if given an interlaced Y4M file, ivfenc treated the input
      as if it were raw data because the unsupported Y4M file case previously
      fell through without being handled.
      
      Change-Id: I06caa50f3448e6388741a77346daaebf77c277e1
      e703af97
  6. Jun 14, 2010
    • John Koleszar's avatar
      ivfenc: fix two-pass support of raw files · df2c62d3
      John Koleszar authored
      Commit 3245d463 "ivfenc: support reading/writing from a pipe" broke
      support for two pass encodes of raw files when done in two
      invocations of ivfenc. The raw image was only set up on pass 0,
      which was never hit when running with --pass=2 --passes=2.
      
      Change-Id: I6a9858be1a8998d5bd45331123b46b1baa05b379
      df2c62d3
  7. Jun 11, 2010
  8. Jun 04, 2010
  9. Jun 03, 2010
  10. May 28, 2010
  11. May 25, 2010
    • John Koleszar's avatar
      vpx_image: add VPX_ prefix to PLANE_* · b6c71918
      John Koleszar authored
      The PLANE_{PACKED,Y,U,V,ALPHA} macros should be renamed to be within the
      VPX_ namespace.
      
      Fixes #27
      b6c71918
    • John Koleszar's avatar
      install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/ · b7492341
      John Koleszar authored
      This renames the vpx_codec/ directory to vpx/, to allow applications
      to more consistently reference these includes with the vpx/ prefix.
      This allows the includes to be installed in /usr/local/include/vpx
      rather than polluting the system includes directory with an
      excessive number of includes.
      
      Change-Id: I7b0652a20543d93f38f421c60b0bbccde4d61b4f
      b7492341
  12. May 21, 2010
    • James Zern's avatar
      Put img_fmt in the vpx namespace · 6cd4a10e
      James Zern authored
      Avoid an potential name clashes and match other external types.
      s/IMG_FMT/VPX_$&/g
      s/img_fmt/vpx_$&/g
      
      Change-Id: Ia7ad5bbb6424416b37e71e5f5eb1eca31c3c707f
      6cd4a10e
    • John Koleszar's avatar
      configure: remove HAVE_CONFIG_H · 1df0314e
      John Koleszar authored
      This doesn't play well with autotools, and the preprocessor magic is
      confusing and unhelpful in the vp8-only context.
      
      Change-Id: I2fcb57e6eb7876ecb58509da608dc21f26077ff1
      1df0314e
  13. May 18, 2010
Loading