gstreamer/ext/vp8
Oleksij Rempel (Alexey Fisher) 03d9022587 [MOVED FROM BAD 099/134] 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-09-16 15:28:18 +02:00
..
gstvp8dec.c [MOVED FROM BAD 099/134] vp8dec: use is_alt_data option to prevent timestamp collisions 2012-09-16 15:28:18 +02:00
gstvp8dec.h [MOVED FROM BAD 063/134] basevideo: merge utils header into basevideocodec 2012-09-16 15:27:14 +02:00
gstvp8enc.c [MOVED FROM BAD 097/134] various: fix pad template ref leaks 2012-09-16 15:28:18 +02:00
gstvp8enc.h [MOVED FROM BAD 092/134] vp8: probe for the new tuning API to keep building with older libvpx 2012-09-16 15:27:15 +02:00
GstVP8Enc.prs [MOVED FROM BAD 098/134] vp8: add initial preset file 2012-09-16 15:28:18 +02:00
gstvp8utils.c [MOVED FROM BAD 024/134] vp8: Undef HAVE_CONFIG_H before including libvpx headers 2012-09-16 15:27:13 +02:00
gstvp8utils.h [MOVED FROM BAD 044/134] vp8: Use VPX_PLANE_* instead of PLANE_* 2012-09-16 15:27:14 +02:00
Makefile.am [MOVED FROM BAD 098/134] vp8: add initial preset file 2012-09-16 15:28:18 +02:00
plugin.c [MOVED FROM BAD 051/134] vp8: Move structure definitions, etc to public header files for gtk-doc 2012-09-16 15:27:14 +02:00