Xiph.org - mirrors/theora.git/summary
Theora git repository
Les articles publiés sur le site
-
Add Brad Smith to AUTHORS.
31 mai 2011, par Tim Terriberry -
Use $host instead of $target in configure
29 mai 2011, par David Schleef -
Revert player_example changes accidentally included in r17994.
21 mai 2011, par Tim Terriberry -
Update the documentation for theora_encode_comment().
20 mai 2011, par Tim TerriberryUpdate 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
-
Only link libcompat with dump_video.
20 mai 2011, par Tim Terriberry