Skip to content
Snippets Groups Projects
  1. Sep 18, 2007
  2. Sep 16, 2007
  3. Sep 15, 2007
  4. Sep 14, 2007
  5. Sep 09, 2007
    • j's avatar
      Patch by David Kuehling, · 45e0ef2b
      j authored
       * expose more options as commandline parameters in encoder_example
         (keyframe_frequency, noise_sensitivity, sharpness)
      
      
      svn path=/trunk/theora/; revision=13776
      45e0ef2b
  6. Sep 02, 2007
  7. Sep 01, 2007
    • j's avatar
      add public headers to Framework · 2d17f1f1
      j authored
      svn path=/trunk/theora/; revision=13690
      2d17f1f1
    • j's avatar
      update XCode project, · 2e2d8d43
      j authored
       * add OTHER_LDFLAGS_i386 in the right place
       * rename Product to theoradec to get libtheoradec 
      
      
      svn path=/trunk/theora/; revision=13689
      2e2d8d43
  8. Aug 28, 2007
  9. Aug 27, 2007
  10. Aug 25, 2007
  11. Aug 24, 2007
  12. Aug 23, 2007
  13. Aug 10, 2007
  14. 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
  15. Jul 23, 2007
  16. Jul 22, 2007
  17. 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
  18. Jul 10, 2007
  19. Jul 09, 2007
  20. 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
  21. Jun 19, 2007
Loading