- Jun 07, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
Wim Taymans authored
-
- Jun 06, 2012
-
-
Andre Moreira Magalhaes (andrunko) authored
playbin2: Send flush events when changing subtitle tracks and use new input-selector modes for subtitle tracks For audio/video we should flush too for fastest stream switches but this currently isn't possible because the flushes would need to go to the sink, which then causes state changes and causes all timing information to be changed. Should work out of the box in 0.11 with the flush-stop that doesn't reset the times. Conflicts: gst/playback/gstplaybin2.c gst/playback/gstplaysink.c gst/playback/gstsubtitleoverlay.c
-
Sebastian Dröge authored
Conflicts: gst/playback/gstplaysink.c
-
Andre Moreira Magalhaes (andrunko) authored
Conflicts: gst/playback/gstplaysink.c
-
Thiago Santos authored
Sending a non-flushing seek might not be enough for switching to an external sub that has already been used because the flushes are needed to reset the state of its decodebin's queue. For example, if the subtitle is short enough, the queue might get and EOS and keep its 'unexpected' return state. If the user switches to another subtitle and back to the external one, the buffers won't get past the queue. This patch fixes this by adding the flush flag to the seek and preventing that this flush leaves the suburidecodebin. https://bugzilla.gnome.org/show_bug.cgi?id=638168 Conflicts: gst/playback/gstplaybin2.c
-
Andre Moreira Magalhaes (andrunko) authored
https://bugzilla.gnome.org/show_bug.cgi?id=638168 Conflicts: gst/playback/gstplaysink.c
-
Thiago Santos authored
Use a shorter queue for subtitles to avoid switches for subtitles taking longer than they already take. https://bugzilla.gnome.org/show_bug.cgi?id=638168
-
Thiago Santos authored
Get the format name to pass to the debug message, as it expects a string
-
Andre Moreira Magalhaes (andrunko) authored
https://bugzilla.gnome.org/show_bug.cgi?id=638168 Conflicts: gst/playback/gstsubtitleoverlay.c
-
Vincent Penquerc'h authored
This is used by Vorbis for sample accurate clipping, but this is deemed an invalid stream by the opus spec.
-
Vincent Penquerc'h authored
-
Edward Hervey authored
From 1fab359 to 03a0e57
-
Wim Taymans authored
-
Wim Taymans authored
The bufferlist handling is broken so make sure it is never enabled.
-
-
Wim Taymans authored
-
Vincent Penquerc'h authored
As the spec mandates.
-
Wim Taymans authored
Use a separate variable to describe the amount of lines that will be used in packing instead of abusing the h_sub variable. Some formats might have no subsampling but need to operate on multipe lines.
-
Wim Taymans authored
Use the video library to do the setup instead of keeping a separate incomplete list.
-
Wim Taymans authored
-
Wim Taymans authored
Use all the formats that the video library supports without any restrictions on colorimetry or other parameters such as chroma-siting.
-
Edward Hervey authored
-
- Jun 05, 2012
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
Move different video functionalities into different files
-
- Jun 04, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Avoid overriding the default colorimetry values.
-
Wim Taymans authored
-
Wim Taymans authored
Use the default RGB colorimetry into only on RGB formats and use an unknown set of defaults for the unknown format.
-
Wim Taymans authored
-
Wim Taymans authored
We also need to apply an offset to the Cb and Cr samples in the 0-255 case.
-
Wim Taymans authored
Don't use extra default colorimetry entries in the table to construct an output colorimetry shortcut because they don't have a name.
-
Wim Taymans authored
HD content is defined as height > 576
-
Wim Taymans authored
Remove hardcoded color matrices and compute the matrices using the cms helper library that was in cogcolorspace before.
-
Wim Taymans authored
-