gstreamer/ext/theora
Tim-Philipp Müller a37616d4df ext/theora/theoraenc.c: Check return value of theora_encode_header(), or we might try to allocate a random number of ...
Original commit message from CVS:
* ext/theora/theoraenc.c: (theora_enc_chain):
Check return value of theora_encode_header(), or we might try to
allocate a random number of bytes. theora_encode_header() can fail
if libtheora has been compiled with encoding support disabled.
Fixes #398110.
2007-01-29 18:14:25 +00:00
..
gsttheoradec.h ext/theora/: Document and partially implement an algorithm for doing reverse playback of theora video. 2006-11-02 15:06:36 +00:00
gsttheoraenc.h ext/theora/: Mark discontinuities of > 3/4 of a frame, reinit encoder. 2006-11-22 14:34:03 +00:00
gsttheoraparse.h
Makefile.am configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS so that GST_BASE_CFLAGS can go inbetwe... 2007-01-04 12:49:48 +00:00
theora.c
theoradec.c Small documentation updates/fixes 2007-01-09 11:15:57 +00:00
theoraenc.c ext/theora/theoraenc.c: Check return value of theora_encode_header(), or we might try to allocate a random number of ... 2007-01-29 18:14:25 +00:00
theoraparse.c