- 08 Oct, 2009 4 commits
-
-
Sebastian Dröge authored
Setting it has no effect anymore and is deprecated.
-
Sebastian Dröge authored
This reverts commit 98439aac. Instead of printing a warning when trying to set the property it should do nothing as before and the property description should contain a note that setting it has no effect.
-
Sebastian Dröge authored
...instead of just doing nothing when setting it. This makes sure that people notice that they shouldn't set the property because it creates a warning now.
-
Jan Schmidt authored
From 19fa4f3 to a3e3ce4
-
- 07 Oct, 2009 2 commits
-
-
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.
-
- 06 Oct, 2009 1 commit
-
-
Jan Schmidt authored
-
- 05 Oct, 2009 2 commits
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- 01 Oct, 2009 6 commits
-
-
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.
-
- 12 Sep, 2009 1 commit
-
-
Jan Schmidt authored
-
- 11 Sep, 2009 1 commit
-
-
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
-
- 10 Sep, 2009 1 commit
-
-
Wim Taymans authored
-
- 09 Sep, 2009 1 commit
-
-
Wim Taymans authored
Add support for g721, which is like G726 but with 1 channel, 8KHz and a bitrate of 32000. Fixes #594454
-
- 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
-
-
LRN 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
-
LRN 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
-
LRN 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.
-