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

  • Add Brad Smith to AUTHORS.

    31 mai 2011, par Tim Terriberry
    Add Brad Smith to AUTHORS.
    
    This is a more proper attribution for r17993.
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@18008 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] AUTHORS
  • Use $host instead of $target in configure

    29 mai 2011, par David Schleef
    Use $host instead of $target in configure
    
    Because we just removed target by removing AC_CANONICAL_TARGET,
    and host is correct anyway.
    
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@18006 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] configure.ac
  • Revert player_example changes accidentally included in r17994.

    21 mai 2011, par Tim Terriberry
    Revert player_example changes accidentally included in r17994.
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@17995 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] examples/player_example.c
  • Update the documentation for theora_encode_comment().

    20 mai 2011, par Tim Terriberry
    Update the documentation for theora_encode_comment().
    
    It wrongly claimed the returned buffer was owned by libtheora, when
     in reality libtheora was creating a temporary buffer and not
     storing the pointer to the returned packet anywhere.
    Since there's no encoder parameter passed to this function, it
     doesn't even have a place to store it.
    This situation is sub-optimal, but can be solved by migrating to
     the 1.0 API, which does require an encoder instance to encode a
     comment, and thus does not have this problem.
    
    Fixes #726.
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@17994 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] examples/player_example.c
    • [DH] include/theora/theora.h
  • Only link libcompat with dump_video.

    20 mai 2011, par Tim Terriberry
    Only link libcompat with dump_video.
    
    It's the only example that needs it.
    Patch by 0brad0.
    Fixes #1587.
    
    
    git-svn-id: http://svn.xiph.org/trunk/theora@17993 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] configure.ac
    • [DH] examples/Makefile.am