- Sep 17, 2012
-
-
Tim-Philipp Müller authored
-
Christian Fredrik Kalager Schaller authored
-
Sebastian Dröge authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
Previously we would always get the same frame if multiple frames are pending, leaking memory of the previous frames and breaking timestamps.
-
Sebastian Dröge authored
Fixes bug #648276.
-
Sebastian Dröge authored
Also protect encoder with a mutex.
- Sep 16, 2012
-
-
Sebastian Dröge authored
...and also link to the WebM encoder parameters website.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Wim Taymans authored
-
René Stadler authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This is using libvpx, which can support more codecs than just VP8 and will likely support future codecs.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fixes bug #684116 and simplifies configure checks.
-
Sebastian Dröge authored
Just for consistency with all the other codecs.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
[MOVED FROM BAD 128/134] vp8enc: Rework encoder properties to be more in line with the libvpx tools and API Also add all available properties.
-
Mark Nauwelaerts authored
[MOVED FROM BAD 127/134] replace gst_element_class_set_details_simple with gst_element_class_set_metadata
-
Edward Hervey authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Which is enabled by default if postprocessing is enabled.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This is necessary because of GstVideoAlignment
-
Oleksij Rempel authored
Without this patch vp8enc send header before and after first key frame. On second keyframe vp8dec will crash without getting decoded frame. With this pipe it is easy to reproduce this issue: gst-launch-1.0 videotestsrc ! vp8enc ! vp8dec ! fakesink https://bugzilla.gnome.org/show_bug.cgi?id=680667
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Oleksij Rempel authored
unref frame. i hope it is correct place to do it. Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net>
-
Wim Taymans authored
-