- Oct 05, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- Oct 01, 2009
-
-
Sebastian Dröge authored
This reverts commit b814d25c.
-
Sebastian Dröge authored
This reverts commit d9f6febe.
-
Sebastian Dröge authored
This reverts commit 577525af.
-
Sebastian Dröge authored
Just to make sure we never get below it in case of very small videos.
-
Sebastian Dröge authored
For audio always add the minimum ffmpeg buffer size, for video use the same weird buffer size as they use in ffmpeg.c: width*height*6 + 200 Also make setting of the buffer-size property a no-op. Fixes bug #593651.
-
Sebastian Dröge authored
GLib internally converts them to dashs anyway.
-
- Sep 12, 2009
-
-
Jan Schmidt authored
-
- Sep 11, 2009
-
-
Jan Schmidt authored
Add GPLv2 COPYING file, and LGPL COPYING.LIB. Add the boilerplate text about the plugin code being LGPL versus the linked plugin being GPL. Fixes: #590964
-
- Sep 10, 2009
-
-
Wim Taymans authored
-
- Sep 09, 2009
-
-
Wim Taymans authored
Add support for g721, which is like G726 but with 1 channel, 8KHz and a bitrate of 32000. Fixes #594454
-
- Sep 08, 2009
-
-
Jonathan Matthew authored
-
- Sep 05, 2009
-
-
Sebastian Dröge authored
From 94f95e3 to 19fa4f3
-
- Sep 01, 2009
-
-
Wim Taymans authored
When we are dropping frames because of QoS disable the DTS interpolation because we won't be able to update the timestamps and end up setting the wrong timestamps. Instead, simply use the timestamps from ffmpeg.
-
- Aug 30, 2009
-
-
Руслан Ижбулатов authored
-
- Aug 21, 2009
-
-
Tim-Philipp Müller authored
ffmpeg typefinders don't do bounds checking for small chunks of data, so just skip them if we don't have a lot of data, to avoid invalid memory access and/or crashes.
-
- Aug 20, 2009
-
-
Tim-Philipp Müller authored
The sample file is so small, we may just as well add a little unit test for the previously fixed bug.
-
- Aug 19, 2009
-
-
Jarkko Palviainen authored
Fixes bug #586894.
-
- Aug 18, 2009
-
-
Wim Taymans authored
-
- Aug 14, 2009
-
-
Tim-Philipp Müller authored
Fixes playback of ADPCM clip (#591809).
-
- Aug 13, 2009
-
-
Sebastian Dröge authored
-
- Aug 12, 2009
-
-
Sebastian Dröge authored
Fixes bug #591469.
-
- Aug 10, 2009
-
-
Edward Hervey authored
These statements aren't critical per se... and just clutter debug logs.
-
- Aug 09, 2009
-
-
Sebastian Dröge authored
-
- Aug 08, 2009
-
-
Sebastian Dröge authored
...instead of creating standard caps with all pixfmts. Fixes bug #591038.
-
Sjoerd Simons authored
Fixes bug #591163.
-
- Aug 06, 2009
-
-
Sebastian Dröge authored
-
Руслан Ижбулатов authored
This now uses ffmpeg functionality to keep random metadata next to the buffers and to get the correct offset for a frame, similar to how timestamps are handled. Fixes bug #578278.
-
- Aug 04, 2009
-
-
Sebastian Dröge authored
This cleans up licensing and makes it possible to build with LGPL code only again. Apart from that an opencore-amr encoder/decoder exists now but this is not enabled as we don't want to use external libraries through ffmpeg and have our own plugins for this already.
-
- Jul 31, 2009
-
-
Edward Hervey authored
PixFmt that are declared in AVCodec.pix_fmts are ones which are 'officially' declared as being supported. We should therefore not have to create a AVCodecContext and open an encoder to know if it's supported or not. Also, doing it this way allows us to better pickup configuration overrides we have in gstffmpegcodecmap for some codecs (like restrictions on width, height, framerate like it's the case for dnxhd). Fixes #575545
-
- Jul 29, 2009
-
-
Olivier Crête authored
The wrapper does not give the decoder the extradata correctly. Just use theoradec. Fixes bug #590172
-
Руслан Ижбулатов authored
Takes codec frame delay into account (roughly the same way it does for timestamps for reordered frames) to produce frames with correct offsets. A special hack to allow trailing frame with timestamp=segment.stop to be displayed. Fixes bug #578278.
-
- Jul 28, 2009
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
So we get a message on the bus *and* tag events pushed downstream.
-
Tim-Philipp Müller authored
Cache any events we get from upstream before we're open, especially tag events we may be getting from apedemux/id3demux or the like, and push them downstream later when we've added our pads instead of just dropping them silently. Fixes transcoding tags for Monkey's Audio Files with preceding APE or ID3v2 tags (#586957). Add minimal unit test for this. Also push stream tags later after the global tags and the newsegment event rather than right after creating the pad.
-
- Jul 23, 2009
-
-
Stefan Kost authored
From fedaaee to 94f95e3
-
- Jul 20, 2009
-
-
- Jul 13, 2009
-
-
Olivier Crête authored
From 5845b63 to fedaaee
-
- Jul 01, 2009
-
-
Tim-Philipp Müller authored
So we don't build stuff we don't use, with the added benefit that the GStreamer registry won't complain about not being able to load these 'plugins' when running GStreamer uninstalled.
-