- Jun 24, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 18, 2015
-
-
Jan Schmidt authored
Use gst_video_multiview_guess_half_aspect() to guess if frame-packed stereoscopic video is full-frame per view or not.
-
- Jun 16, 2015
-
-
Nicolas Dufresne authored
From 6015d26 to f74b2df
-
- Jun 11, 2015
-
-
This method replace the manual adjustment of PTS and DTS to avoid negative DTS issues. Using this method will also update the segment so we don't loos sync. https://bugzilla.gnome.org/show_bug.cgi?id=740575
-
Jan Schmidt authored
Add parsing of stereoscopic metadata, and place into the caps to the decoder. Fix parsing of Advanced Mutual Exclustion objects. https://bugzilla.gnome.org/show_bug.cgi?id=711190 Based on a patch by HyeJin Choi <meeshel78@hotmail.com>
-
Jan Schmidt authored
Provide new frame-packing property to directly set x264enc frame packing, or pass through upstream settings The explicit layout from the frame-packing property is preferred over any info from the caps.
-
- Jun 10, 2015
-
-
- Jun 09, 2015
-
-
Stefan Sauer authored
-
Edward Hervey authored
From d9a3353 to 6015d26
-
- Jun 08, 2015
-
-
Stefan Sauer authored
From d37af32 to d9a3353
-
- Jun 07, 2015
-
-
Stefan Sauer authored
From 21ba2e5 to d37af32
-
Stefan Sauer authored
From c408583 to 21ba2e5
-
Stefan Sauer authored
This is syncing our Makefile.am with upstream gtkdoc.
-
Stefan Sauer authored
From d676993 to c408583
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 02, 2015
-
-
Makes source code smaller, and ensures we go through common initialization path (like the one that sets up XML unit test output ...)
-
- May 26, 2015
-
-
Tim-Philipp Müller authored
In auto mode it will happily chose much higher values anyway, and a limit of 4 seems a bit low these days.
-
- May 12, 2015
-
-
Jan Schmidt authored
Make the initial chapter seek work across reuse. https://bugzilla.gnome.org/show_bug.cgi?id=453322
-
Jan Schmidt authored
Ignore the initial seek basesrc sends, as it breaks starting from another chapter by immediately seeking back to the start of the title
-
- May 10, 2015
-
-
Tim-Philipp Müller authored
Mostly gst-launch -> gst-launch-1.0, but also use autoaudiosink/autovideosink in more places and update pipelines a little or flesh out descriptions.
-
- Apr 27, 2015
-
-
Luis de Bethencourt authored
Property enum items should be nameed PROP_ for consistency and readability.
-
- Apr 26, 2015
-
-
Tim-Philipp Müller authored
This is not needed any longer.
-
- Apr 24, 2015
-
-
Luis de Bethencourt authored
-
- Apr 23, 2015
-
-
Tim-Philipp Müller authored
Make sure the test environment is set up. https://bugzilla.gnome.org//show_bug.cgi?id=747624
-
Tim-Philipp Müller authored
This is only required for builds from git, people can still build tarballs if they only have older autotools. https://bugzilla.gnome.org//show_bug.cgi?id=747624
-
Tim-Philipp Müller authored
-
- Apr 22, 2015
-
-
Sebastian Dröge authored
It's completely outdated and just confusing, better if people are forced to look at the actual code in question than trusting this file.
-
Sebastian Dröge authored
autotools automatically generate this, and when using different versions for autogen.sh there will always be changes to a file tracked by git.
-
- Apr 20, 2015
-
-
A seek in push mode failed for big offsets which are beyond the range of guint32. https://bugzilla.gnome.org/show_bug.cgi?id=748162
-
- Apr 08, 2015
-
-
Needed by the new automake test runner
-
- Apr 03, 2015
-
-
Tim-Philipp Müller authored
From bc76a8b to c8fb372
-
Vincent Penquerc'h authored
a52_init initializes the IMDCT global state as well as creating a new state. When two A52 decoders are created (eg, when two AC3 tracks are contained in a video), calls to a52_init may happen at the same time, and the IMDCT initialization is not reentrant. https://bugzilla.gnome.org/show_bug.cgi?id=746781
-
- Mar 30, 2015
-
-
gst_buffer_pool_acquire_buffer() gives us a new owned buffer while gst_buffer_replace() reffed it as well so we were one reference extra. https://bugzilla.gnome.org/show_bug.cgi?id=746887
-
- Mar 28, 2015
-
-