- 08 Sep, 2009 1 commit
-
-
Jonathan Matthew authored
-
- 05 Sep, 2009 1 commit
-
-
Sebastian Dröge authored
From 94f95e3 to 19fa4f3
-
- 01 Sep, 2009 1 commit
-
-
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.
-
- 30 Aug, 2009 1 commit
-
-
Руслан Ижбулатов authored
-
- 21 Aug, 2009 1 commit
-
-
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.
-
- 20 Aug, 2009 1 commit
-
-
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.
-
- 19 Aug, 2009 1 commit
-
-
Jarkko Palviainen authored
Fixes bug #586894.
-
- 18 Aug, 2009 1 commit
-
-
Wim Taymans authored
-
- 14 Aug, 2009 1 commit
-
-
Tim-Philipp Müller authored
Fixes playback of ADPCM clip (#591809).
-
- 13 Aug, 2009 1 commit
-
-
Sebastian Dröge authored
-
- 12 Aug, 2009 1 commit
-
-
Sebastian Dröge authored
Fixes bug #591469.
-
- 10 Aug, 2009 1 commit
-
-
Edward Hervey authored
These statements aren't critical per se... and just clutter debug logs.
-
- 09 Aug, 2009 1 commit
-
-
Sebastian Dröge authored
-
- 08 Aug, 2009 2 commits
-
-
Sebastian Dröge authored
...instead of creating standard caps with all pixfmts. Fixes bug #591038.
-
Sjoerd Simons authored
Fixes bug #591163.
-
- 06 Aug, 2009 2 commits
-
-
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.
-
- 04 Aug, 2009 1 commit
-
-
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.
-
- 31 Jul, 2009 1 commit
-
-
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
-
- 29 Jul, 2009 2 commits
-
-
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.
-
- 28 Jul, 2009 3 commits
-
-
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.
-
- 23 Jul, 2009 1 commit
-
-
Stefan Kost authored
From fedaaee to 94f95e3
-
- 20 Jul, 2009 1 commit
-
-
- 13 Jul, 2009 1 commit
-
-
Olivier Crête authored
From 5845b63 to fedaaee
-
- 01 Jul, 2009 7 commits
-
-
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.
-
Tim-Philipp Müller authored
We don't know if gst_element_register() will replace the known type or reject it, so we really need to free the caps before.
-
Tim-Philipp Müller authored
-
Jan Schmidt authored
Check for more automake command variants. Use printf instead of 'echo -n' for portability
-
Jan Schmidt authored
-
Wim Taymans authored
After a DISCONT, mark the next frame with DISCONT but don't wait for a new keyframe. This greatly improves performance on lossy networks or currupted frames as the decoder can usually continue and conceil errors up to the next keyframe.
-
-
- 29 Jun, 2009 2 commits
-
-
Jan Schmidt authored
-
Edward Hervey authored
-
- 26 Jun, 2009 1 commit
-
-
Jan Schmidt authored
From f810030 to 5845b63
-
- 25 Jun, 2009 2 commits
-
-
Jan Schmidt authored
-
Arnout Vandecappelle authored
Fixes #585257
-
- 24 Jun, 2009 1 commit
-
-
Jan Schmidt authored
-