Xiph.org - mirrors/theora.git/summary

Theora git repository

http://git.xiph.org/?p=mirrors/theora.git;a=summary

Les articles publiés sur le site

  • Include zlib.h when necessary.

    8 janvier 2013, par Tim Terriberry
    Include zlib.h when necessary.
    
    Newer versions of png.h don't include it for us.
    This is only needed when compiling with OC_DUMP_IMAGES (i.e., for
     debugging).
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@18760 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] lib/state.c
  • Fix some typos in the documentation.

    8 janvier 2013, par Tim Terriberry
    Fix some typos in the documentation.
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@18759 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] include/theora/codec.h
  • Add const to th_comment_* parameters.

    2 juin 2012, par Tim Terriberry
    Add const to th_comment_* parameters.
    
    There was never any reason for these to not be const, and it
     shouldn't break backwards API or ABI compatibility.
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@18348 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] include/theora/codec.h
    • [DH] lib/info.c
  • Fix pp_sharp_mod calculation.

    8 mai 2012, par Tim Terriberry
    Fix pp_sharp_mod calculation.
    
    This was broken when the dequant_tables indexing changed in commit
     r16102, but it only affected post-processing quality, so we never
     noticed.
    With gcc 4.8.0, this can now trigger a segfault during decoder
     initialization.
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@18268 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] lib/decode.c
  • Save activity from first pass. Gives a small SSIM improvement (e.g. 0.04dB for 360p...

    31 mars 2012, par Gregory Maxwell
    Save activity from first pass. Gives a small SSIM improvement (e.g. 0.04dB for 360p elephants dream at 750kbit/s)
    
    git-svn-id: http://svn.xiph.org/trunk/theora@18223 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] lib/encint.h
    • [DH] lib/rate.c