Skip to content
Snippets Groups Projects
  1. Aug 24, 2007
  2. Aug 23, 2007
  3. Aug 10, 2007
  4. Jul 26, 2007
    • Maik Merten's avatar
      Implement TH_ENCCTL_SET_SPLEVEL and TH_ENCCTL_GET_SPLEVEL_MAX. · 5b843696
      Maik Merten authored
      0: Same as quick_p = 0 (exhaustive motion search)
      1: Same as quick_p = 1 (default, combination of quick and exhaustive motion search)
      2: No motion compensation at all. Very fast but impacts negatively on both image quality and bitrate. Perhaps useful for e.g. videoconferencing (little motion) on slow systems. Definately of limited use.
      
      svn path=/trunk/theora/; revision=13368
      5b843696
  5. Jul 23, 2007
  6. Jul 22, 2007
  7. Jul 13, 2007
    • Maik Merten's avatar
      first iteration of theora_control() support. Apps now can provide their own · ae5609fb
      Maik Merten authored
      th_quant_info data or ask the encoder to switch to VP3 profile (that's currently
      the default anyway).
      
      Cleaned up some underscore-prefixed variable names that were inherited from theora-exp
      
      Got rid of PROFILE_FULL and PROFILE_VP3 - those weren't exposed in the API. Now apps
      can use theora_control() to get something equivalent to PROFILE_VP3. If the apps want
      "PROFILE_FULL" (that was a 6 quant table thingie) they can just provide the necessary
      data.
      
      svn path=/trunk/theora/; revision=13256
      ae5609fb
  8. Jul 10, 2007
  9. Jul 09, 2007
  10. Jul 05, 2007
    • Maik Merten's avatar
      Undo some unrolling in the encoder quant code. · eec8548a
      Maik Merten authored
      This doesn't impact on performance for me (and we're specifying -funroll-loops anyway)
      
      svn path=/trunk/theora/; revision=13229
      eec8548a
    • Maik Merten's avatar
      Switch encoder back to PROFILE_VP3. · e54be188
      Maik Merten authored
      Motivated by the fact that PROFILE_FULL (6 quant tables) was less than well-tested when it comes to quality. Plus I guess old Cortado releases will be around for a while.
      
      Note to (mostly) myself: Find a set of 6 quant tables that actually does make use of the added flexibility. Just copying old table values doesn't sound like it'll revolutionize and transform the video coding industry.
      
      
      Oh, this is my first xiph.org checkin, by the way. All seek for cover.
      
      svn path=/trunk/theora/; revision=13228
      e54be188
  11. Jun 19, 2007
  12. May 28, 2007
  13. May 14, 2007
  14. May 10, 2007
  15. May 09, 2007
  16. Apr 30, 2007
  17. Apr 17, 2007
  18. Apr 16, 2007
  19. Apr 15, 2007
Loading