- Nov 09, 2013
-
-
Sebastian Dröge authored
-
-
- Oct 15, 2013
-
-
Sebastian Dröge authored
-
- Oct 04, 2013
-
-
Sebastian Dröge authored
Check for uniqueness differently now.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
It can happen that negotiation fails during get_buffer(), but then we don't retry later and never return NOT_NEGOTIATED upstream... and instead run into assertions.
-
Sebastian Dröge authored
It can happen that negotiation fails during get_buffer(), but then we don't retry later and never return NOT_NEGOTIATED upstream... and instead run into assertions. https://bugzilla.gnome.org/show_bug.cgi?id=708769
-
Sebastian Dröge authored
Some encoders require a non-zero framerate to be configured properly and just choosing something will make them not fail completely at least. https://bugzilla.gnome.org/show_bug.cgi?id=708732
-
Actually avdec_mjpeg does not deal well with incomplete buffers and try to decode incomplete frames. A parser which will also acts as an accumulator needs to be inserted before it. https://bugzilla.gnome.org/show_bug.cgi?id=709352
-
- Sep 30, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 24, 2013
-
-
Tim-Philipp Müller authored
From 6b03ba7 to 7412249
-
Sebastian Dröge authored
-
- Sep 20, 2013
-
-
Edward Hervey authored
From b613661 to 6b03ba7
-
- Sep 19, 2013
-
-
Tim-Philipp Müller authored
From 74a6857 to b613661
-
Tim-Philipp Müller authored
From 12af105 to 74a6857
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 12, 2013
-
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
During get_buffer() it can happen that the main context is not updated yet and only the context passed here has the correct width, height, etc.
-
Sebastian Dröge authored
libav does not allow stride changes currently, fall back to non-direct rendering here: https://bugzilla.gnome.org/show_bug.cgi?id=704769 https://bugzilla.libav.org/show_bug.cgi?id=556
-
- Sep 11, 2013
- Sep 04, 2013
-
-
As part of the changes to support the "avc3" variant of the ISO-BMFF (see bug #702004) a new stream-format has been created (video/x-h264, stream-format="avc3", alignment="au") that requires changes to gstavcodecmap to exclude this format because avdec_h264 expects the SPS and PPS to be in the codec_data. Amendment 2 of ISO/IEC 14496-15 (AVC file format) is defining a new structure for fragmented MP4 called "avc3". The principal difference between AVC1 and AVC3 is the location of the codec initialisation data (e.g. SPS, PPS). In AVC1 this data is placed in the initial MOOV box (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data goes in the first sample of every fragment. https://bugzilla.gnome.org/show_bug.cgi?id=702004
-
- Aug 30, 2013
-
-
Josep Torra authored
Windows Media Video Screen (WMV Screen) are video formats that specilise in screencast content.
-
- Aug 29, 2013
-
-
Sebastian Dröge authored
We need to reload the defaults for the codec after closing it, otherwise we can't access codec information like the supported sample rates and can crash. https://bugzilla.gnome.org/show_bug.cgi?id=707040
-
- Aug 28, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Aug 23, 2013
-
-
Sebastian Dröge authored
It is enabled although we pass --disable-hwaccels apparently and makes the build fail on Windows because libav looks for the d3d headers in the wrong places. We can't make use of these features via libav. https://bugzilla.gnome.org/show_bug.cgi?id=706601
-
- Aug 22, 2013
-
-
Sebastian Dröge authored
Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2. https://bugzilla.gnome.org/show_bug.cgi?id=465924
-
-
- Aug 21, 2013
-
-
Tim-Philipp Müller authored
-
- Aug 20, 2013
-
-
- Aug 15, 2013
-
-
Sebastian Dröge authored
-
- Aug 13, 2013
- Aug 07, 2013
-
-
Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
-
- Jul 29, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-