Skip to content
Snippets Groups Projects
  1. Jan 24, 2018
    • Johann Koenig's avatar
      remove stale .gitignore entries · 4a9eda2c
      Johann Koenig authored
      In-tree builds are explicitly disallowed by cmake. Any of these files
      showing up in the source tree should be cause for concern.
      
      BUG=aomedia:1254
      
      Change-Id: Iae42c17cbadb6554c6a95bda14daf5ac67e352a7
      4a9eda2c
  2. Sep 13, 2016
  3. Sep 09, 2016
  4. Sep 02, 2016
  5. Sep 01, 2016
  6. Aug 23, 2016
  7. Jul 08, 2016
  8. May 18, 2016
  9. Mar 28, 2016
  10. Mar 25, 2016
    • Adrian Grange's avatar
      Convert "vpx" to "aom" · cebe6f0c
      Adrian Grange authored
      Change the name of source files to replace "vpx" with "aom".
      Change occurences of "vpx" in the code to "aom".
      
      Change-Id: I002c0eaa2c350cf1a895bf01bea5788c61328027
      cebe6f0c
  11. Mar 22, 2016
  12. Aug 29, 2015
  13. Mar 18, 2015
  14. Mar 19, 2014
    • James Zern's avatar
      update gitignore · 7620506f
      James Zern authored
      vp8_set_maps was renamed in
      61ecd7f1 Add VP9 support to the set maps example.
      
      Change-Id: I6c67254b9c437886e88dca21387ae4e86c74c440
      7620506f
  15. Mar 05, 2014
    • Dmitry Kovalev's avatar
      Merging force-keyframe example into simple_encoder. · c3cd6b3e
      Dmitry Kovalev authored
      The only difference between two examples was usage of VPX_EFLAG_FORCE_KF
      flag for frame encoding. Moving this functionality into simple_encoder
      with additional command line option.
      
      Change-Id: Ia3c4209be073eeb541d4ac6b41bd0f12812f6676
      c3cd6b3e
  16. Feb 22, 2014
    • James Zern's avatar
      update gitignore · 64548b64
      James Zern authored
      - update example paths
      - add a few missing generated rtcd, dox files
      + sort
      
      Change-Id: I7f4fbf53972d247e96f9c741ff039d244ceb6b2e
      64548b64
  17. Feb 05, 2014
    • James Zern's avatar
      update .gitignore · 87ba7059
      James Zern authored
      remove example files that have been tracked since:
      50fa5859 Removing examples code generation and making them static.
      
      Change-Id: I9dd2e1588003918286d455c5e58a43393b176a84
      87ba7059
  18. Jul 18, 2013
  19. Jun 24, 2013
  20. Feb 28, 2013
  21. Sep 25, 2012
  22. Apr 24, 2012
    • Attila Nagy's avatar
      Simplifies decoder multithread synching · 0c483d6b
      Attila Nagy authored
      Increment the last_row_mb_col counter by nsync after last MB of row is
      ready. This way we dont need to check for last MB of row when
      synching.
      
      Set last MB of row ready just after row extension is done, This avoids
      o potential race condition whit the processing of last MB of next row.
      
      Change-Id: I19c44fd6041116ee5483be2143b4f4bfcd149eac
      0c483d6b
  23. Oct 11, 2011
    • Adrian Grange's avatar
      Added rate-targeted temporal scalability · 217591fd
      Adrian Grange authored
      Added the ability to create rate-targeted, temporally
      scalable, VP8 compatible bitstreams.
      
      The application vp8_scalable_patterns.c demonstrates how
      to use this capability. Users can create output bitstreams
      containing upto 5 temporally separable streams encoded
      as a single VP8 bitstream.
      (previously abandoned as:
      I92d1483e887adb274d07ce9e567e4d0314881b0a)
      
      Change-Id: I156250a3fe930be57c069d508c41b6a7a4ea8d6a
      217591fd
  24. Sep 28, 2010
    • Johann Koenig's avatar
      update gitignore · 6fa5c24a
      Johann Koenig authored
      this was excluding all .asm files when it should have just been .asm
      files in the top level directory and .asm.s files lower down. also be
      more restrictive on some other items, and run the whole thing through
      sort to keep it organized
      
      Change-Id: Ia48525033226b13098a491ce89465d0377b990c2
      6fa5c24a
  25. Jun 11, 2010
Loading