gstreamer/ext/vp8
Oleksij Rempel (Alexey Fisher) 3d34779e24 vp8dec: use is_alt_data option to prevent timestamp collisions
altref/invisible frames usually stored in container with same timestamp as
dependet frame. This make basevideodecoder to update timestamp for dependet
frame and couse TS colision on next frame:

                 ^- here is altref
time     : 1 2 3 4 5 6 7 8 9
webm ts  : 1   3 5 5   7   9
vp8dec ts: 1   3   7   7   9

Fix bug: https://bugzilla.gnome.org/show_bug.cgi?id=655245

Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
2012-01-10 08:49:15 +01:00
..
gstvp8dec.c vp8dec: use is_alt_data option to prevent timestamp collisions 2012-01-10 08:49:15 +01:00
gstvp8dec.h basevideo: merge utils header into basevideocodec 2011-03-23 21:33:49 -07:00
gstvp8enc.c various: fix pad template ref leaks 2011-11-28 13:08:27 +00:00
gstvp8enc.h vp8: probe for the new tuning API to keep building with older libvpx 2011-08-23 10:23:21 +02:00
GstVP8Enc.prs vp8: add initial preset file 2012-01-06 08:47:07 +01:00
gstvp8utils.c vp8: Undef HAVE_CONFIG_H before including libvpx headers 2010-05-20 09:56:25 +02:00
gstvp8utils.h vp8: Use VPX_PLANE_* instead of PLANE_* 2010-06-01 11:19:46 +02:00
Makefile.am vp8: add initial preset file 2012-01-06 08:47:07 +01:00
plugin.c vp8: Move structure definitions, etc to public header files for gtk-doc 2010-07-03 17:34:58 +02:00