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

  • Fix an unused variable warning.

    23 juillet 2014, par Ralph Giles
    Fix an unused variable warning.
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@19178 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] lib/x86/x86state.c
  • Correct Cb plane bug in conversion from RGB->YCbCr ; the upper-right pixel was ignored...

    10 juin 2014, par Monty
    Correct Cb plane bug in conversion from RGB->YCbCr; the upper-right pixel was ignored by mistake and the upper-left pixel used twice.
    
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@19154 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] examples/png2theora.c
  • Remove -fforce-addr from the default CFLAGS.

    4 avril 2014, par Tim Terriberry
    Remove -fforce-addr from the default CFLAGS.
    
    This flag breaks clang, which does not support it, and is obsolete
     on gcc anyway.
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@19116 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] configure.ac
  • examples : fix mismatched sizeof warnings

    17 février 2014, par Tristan Matthews
    examples: fix mismatched sizeof warnings
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@19094 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] examples/dump_video.c
    • [DH] examples/player_example.c
  • examples : png_sizeof no longer available (since libpng 1.6)

    11 février 2014, par Tristan Matthews
    examples: png_sizeof no longer available (since libpng 1.6)
    
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@19088 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] examples/png2theora.c