- 25 Mar, 2012 1 commit
-
-
Tim-Philipp Müller authored
.. or turn the overlay off by setting alpha to 0.0
-
- 22 Mar, 2012 2 commits
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- 19 Mar, 2012 3 commits
-
-
Mark Nauwelaerts authored
... such as a frame header parsing throwing some suspicious warnings. So we can be a bit more convinced we determine the right frame end.
-
Mark Nauwelaerts authored
... which is particularly useful if locked on to the wrong frame start and/or corrupt frame being crc checked.
-
Mark Nauwelaerts authored
... by noting that one occurred in the first place, and then appropriately ignoring some transient ones.
-
- 18 Mar, 2012 2 commits
-
-
Tim-Philipp Müller authored
Somewhat at least. No idea why it doesn't pick up the description or example pipeline.
-
Tim-Philipp Müller authored
-
- 17 Mar, 2012 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Still lacks features such as positioning or resizing, or animations, but it's usable already, and supports lots of formats.
-
- 15 Mar, 2012 1 commit
-
-
Olivier Crête authored
This allows outputting streams in AVC format even if the SPS/PPS are sent inside the RTP stream. https://bugzilla.gnome.org/show_bug.cgi?id=654850
-
- 14 Mar, 2012 1 commit
-
-
Andrej Gelenberg authored
Add support for direct encoding of 8- and 16-bit big endian gray images. https://bugzilla.gnome.org/show_bug.cgi?id=672025
-
- 12 Mar, 2012 6 commits
-
-
Ross Burton authored
Since this is what the command line tool does as well, it seems like a better default.
-
Vincent Penquerc'h authored
This fixes the mutex being unlocked too much and ending up allowing other threads when they should not. https://bugzilla.gnome.org/show_bug.cgi?id=671776
-
Andrej Gelenberg authored
pngdec can now decode gray 8- and 16-bit images without alpha channel direct to video/x-raw-gray format. 16-bit gray images have big-endian format, because it's native PNG endianness. Gray images with alpha channel still converted to RGBA. Signed-off-by:
Andrej Gelenberg <andrej.gelenberg@udo.edu>
-
Marc Leeman authored
-
Wim Taymans authored
-
Nicola Murino authored
-
- 09 Mar, 2012 2 commits
-
-
Tim-Philipp Müller authored
No need to include the int main () { } bits, the body is enough.
-
Tim-Philipp Müller authored
configure.ac:410: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
-
- 06 Mar, 2012 7 commits
-
-
Mark Nauwelaerts authored
... so as to ensure these to be handled and sent at proper time.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This variable can never be below zero anyway.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This was an actual bug as it could've caused reading from invalid memory areas when the input is broken.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
deinterlace: Fix 'implicit conversion from enumeration type 'GstDeinterlaceFields' to different enumeration type 'GstDeinterlaceMode'' compiler warning
-
- 05 Mar, 2012 7 commits
-
-
Mark Nauwelaerts authored
... which also happens to make some more unit tests pass.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... at least sufficiently to aid in recognizing rewritten header buffer making unit test pass.
-
Stefan Sauer authored
-
Stefan Sauer authored
-
Stefan Sauer authored
- 04 Mar, 2012 1 commit
-
-
Stefan Sauer authored
One can use (or not use) master and slave mode independently.
-
- 03 Mar, 2012 3 commits
-
-
-
Tim-Philipp Müller authored
The base class may have set the DISCONT flag on the first buffer pushed out. We need to clear that when recycling buffers back into the buffer pool, otherwise we constantly push out buffers with the discont flag set, which might upset downstream elements, esp. for compressed formats like mpeg-ts.
-
Oleksij Rempel (Alexey Fisher) authored
Make sure we always call munmap() with the same size we called mmap() with before. Current v4l2src uses the same structure for VIDIOC_QUERYBUF, VIDIOC_QBUF and v4l2_munmap calls. The problem is that the video buffer size (length) may vary for compressed or emulated bufs. VIDIOC_QBUF will change it if we pass the pointer of a v4l2_buffer. This is why we should avoid using same variable for mmap and video buffers. https://bugzilla.gnome.org/show_bug.cgi?id=671126
-
- 28 Feb, 2012 1 commit
-
-
Mark Nauwelaerts authored
-
- 27 Feb, 2012 1 commit
-
-
Mark Nauwelaerts authored
... which does not allow expressing arbitrary depth in a GstAudioFormat. Also adjust unit test to modified behaviour.
-