- Nov 02, 2011
-
-
Edward Hervey authored
-
- Oct 31, 2011
-
-
Edward Hervey authored
-
Martin Storsjö authored
This removes --enable-gpl and --enable-postproc from the ffmpeg configure line, and disables building the postproc gstreamer plugin. https://bugzilla.gnome.org/show_bug.cgi?id=654037 Conflicts: configure.ac
-
Sjoerd Simons authored
avcodec_encode_audio is documented as taking the size of the output buffer not the size of the input buffer. This fixes the use of the G722 encoder and makes the code more consistent with avconv from the libav source tree.
-
Sjoerd Simons authored
-
Sjoerd Simons authored
If the context isn't fixed yet or if it doesn't exist then always restrict the caps. Also restrict the maximum channels for G726 and G722 to 1 channel
-
- Oct 18, 2011
-
-
Edward Hervey authored
-
Edward Hervey authored
-
- Oct 03, 2011
-
-
Vincent Penquerc'h authored
Whether a frame is interlaced or not is unknown at the time of buffer allocation, so caps on the buffer in opaque will have a previous frame's interlaced flag set. So if interlacedness changes, we update the buffer (if any) caps with the correct interlaced flag once we know. https://bugzilla.gnome.org/show_bug.cgi?id=656155
-
- Sep 26, 2011
-
-
Vincent Penquerc'h authored
There seems to be a little bit of non obvious logic where the QoS logic can decide to not drop decoding a frame and pass it to ffmpeg, telling it to drop. In this case, the QoS logic does not drop the frame itself, but since the frame will end up being dropped, we still mark it as dropped and post a QoS message. https://bugzilla.gnome.org/show_bug.cgi?id=657950
-
Tim-Philipp Müller authored
Not needed to make anything work, just seems to make sense. https://bugzilla.gnome.org/show_bug.cgi?id=589361
-
Tim-Philipp Müller authored
Since then it just errors out because it's too small, as it wants the flac headers as codec data if there is codec data. https://bugzilla.gnome.org/show_bug.cgi?id=589361
-
Tvrtko Ursulin authored
Just like deinterlace. https://bugzilla.gnome.org/show_bug.cgi?id=656328
-
- Sep 07, 2011
-
-
Stefan Sauer authored
Remove commented out parts that we don't need. Remove "the wingo addition" - no so useful after all. Narrow down file-globs for plugin docs.
-
- Sep 06, 2011
-
-
Stefan Sauer authored
From a39eb83 to 11f0cd5
-
Stefan Sauer authored
From 605cd9a to a39eb83
-
- Sep 03, 2011
-
-
Nicolas Dufresne authored
This include decoder for ASS, SRT, PGS, DVD and DVB. Those are generated with bad capabilities and are not usable in GStreamer. Other elements exist to handle those subtitle formats. https://bugzilla.gnome.org/show_bug.cgi?id=658019
-
-
-
Tim-Philipp Müller authored
-
- Jul 20, 2011
-
-
Edward Hervey authored
-
Edward Hervey authored
-
- Jul 18, 2011
-
-
Raimo Järvi authored
If extradata is created for LATM, libav will use it for initialising AAC decoder and decoding will fail. Fixes bug #652812.
-
- Jul 12, 2011
-
-
Edward Hervey authored
Contains MT fixes
-
David Schleef authored
Fixes #651768.
-
- Jul 11, 2011
-
-
Edward Hervey authored
Too many suspicious errors/warnings pop up when more than 1 thread is used. Fixes #653649
-
Wim Taymans authored
See: https://bugzilla.gnome.org/show_bug.cgi?id=615698
-
- Jun 30, 2011
-
-
Edward Hervey authored
This still causes issues with bad (missing?) downmixing. They can be handled by existing a52dec/dtsdec See Bug #608892
-
Mark Nauwelaerts authored
Fixes #653717.
-
Mark Nauwelaerts authored
... by _init'ing them as locals rather than _new'ing them. Fixes #653648.
-
- Jun 25, 2011
-
-
Edward Hervey authored
-
Edward Hervey authored
-
- Jun 23, 2011
-
-
David Schleef authored
From 69b981f to 605cd9a
-
- Jun 21, 2011
-
-
Jan Schmidt authored
Add a max-threads property, which defaults to '0 = auto' Add a utility function taken from libschroedinger which sets the ffmpeg worker thread count to match the computer processor count by default.
-
- Jun 06, 2011
-
-
Raimo Järvi authored
Fixes bug #651714.
-
- Jun 01, 2011
-
-
- May 30, 2011
-
-
Raimo Järvi authored
Fixes bug #651447.
-
- May 29, 2011
-
-
Edward Hervey authored
Avoids bogus timestamps for AVCHD-lite streams
-
Edward Hervey authored
-
- May 27, 2011
-
-
Sebastian Dröge authored
Fixes bug #650596.
-