gstreamer/ext/theora
Oleksij Rempel (Alexey Fisher) 5f3a31f4d1 theoraenc: add "dup-on-gap" option
This option will produce duplicate frames if we get
a frame with GAP flag. This will reduce CPU load and file size.

This option should be disabled for real time applications, because it
collects GAP frames and waits until it gets a non GAP frame to start
encoding.

v30.06.2011: make some spell changes.
v03.07.2011: add handling of EOS and discontinuous for dup-on-gap.
v19.12.2011: fix pointer dangling in theora_timefifo_free
v20.12.2010: fix timestamp bug for dup-on-gap=0

Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=627459

Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
2011-12-20 19:43:47 +00:00
..
gsttheora.c theora: Rename source files to have the same name as the headers 2010-01-14 10:10:23 +01:00
gsttheoradec.c various: typo fixes 2011-12-02 12:03:27 +01:00
gsttheoradec.h various: typo fixes 2011-12-02 12:03:27 +01:00
gsttheoraenc.c theoraenc: add "dup-on-gap" option 2011-12-20 19:43:47 +00:00
gsttheoraenc.h theoraenc: add "dup-on-gap" option 2011-12-20 19:43:47 +00:00
gsttheoraparse.c various: typo fixes 2011-12-02 12:03:27 +01:00
gsttheoraparse.h theora: Convert theoraparse to libtheora 1.0 API 2009-10-23 17:49:48 -07:00
Makefile.am theoraenc: Implement two pass encoding 2010-07-16 17:40:12 +02:00