- Dec 18, 2012
-
-
Tim-Philipp Müller authored
-
- Dec 14, 2012
-
-
Wim Taymans authored
Use the bitrate and the samplerate to set the bits_per_coded_sample for G726 because the decoder needs this.
-
- Dec 10, 2012
-
-
Rasmus Rohde authored
Fix incorrect use of object in log statement. We are given a pointer to the object and should not try to take the address of it.
-
- Nov 21, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
This reverts commit 2aab13b9.
-
- Nov 19, 2012
-
-
Sebastian Dröge authored
-
- Oct 29, 2012
-
-
Sebastian Dröge authored
And merge everything into a single one.
-
- Oct 25, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Oct 24, 2012
-
-
Sebastian Dröge authored
-
- Oct 23, 2012
-
-
Andoni Morales Alastruey authored
-
- Oct 07, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Oct 06, 2012
-
-
Tim-Philipp Müller authored
From 6c0b52c to 6bb6951
-
- Sep 30, 2012
-
-
Tim-Philipp Müller authored
Doesn't actually make any difference at the moment, but seems the right thing to do. https://bugzilla.gnome.org/show_bug.cgi?id=685113
-
Otherwise audio decoders "ignored", ie blacklisted, end up registered by avviddec as video decoders. https://bugzilla.gnome.org/show_bug.cgi?id=685113
-
- Sep 28, 2012
-
-
Tim-Philipp Müller authored
Drop caps event received on the sink pad, instead of putting it in the list of cached events to be sent downstream later. We don't want to send our container caps downstream to our decoders, that'll give us nasty not-negotiated errors. https://bugzilla.gnome.org/show_bug.cgi?id=680464
-
- Sep 27, 2012
-
-
Sebastian Dröge authored
Might e.g. be valid for Theora.
-
- Sep 25, 2012
-
-
Tim-Philipp Müller authored
Avoids warnings when we don't know the latency.
-
- Sep 24, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Sep 22, 2012
-
-
Tim-Philipp Müller authored
From 4f962f7 to 6c0b52c
-
- Sep 17, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Sep 14, 2012
-
-
Wim Taymans authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Sep 13, 2012
-
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
-
Edward Hervey authored
This symbols/enums will all be deprecated in the next releases
-
- Sep 12, 2012
-
-
Stefan Sauer authored
Rename gst_collect_pads_add_pad_full() to gst_collect_pads_add_pad() and fix all invocations.
-
Michael Smith authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683840
-
Mark Nauwelaerts authored
-
- Sep 11, 2012
-
-
Mark Nauwelaerts authored
In file included from <gst-ffmpeg>/gst-libs/ext/libav/libavutil/avutil.h:318:0, from <gst-ffmpeg>/gst-libs/ext/libav/libswscale/swscale.h:30, from <gst-ffmpeg>/ext/libswscale/gstffmpegscale.c:26: <gst-ffmpeg>/gst-libs/ext/libav/libavutil/common.h:38:32: fatal error: libavutil/avconfig.h: No such file or directory compilation terminated.
-
Mark Nauwelaerts authored
-
Tim-Philipp Müller authored
Otherwise we get a scary "orc acceleration disabled, orc not found or too old" message at the end of the configure output. It's used by libswscale.
-
Wim Taymans authored
Add support for codec that use reget_buffer. In this mode, it reuses the picture and we need to attach the corresponding input frame to it or else we get the timestamps wrong.
-
- Sep 10, 2012
-
-
Edward Hervey authored
-