- 23 Jan, 2010 3 commits
-
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
- 22 Jan, 2010 3 commits
-
-
Alessandro Decina authored
I removed the plugin name from an error message for no good reason.
-
Alessandro Decina authored
-
Alessandro Decina authored
-
- 20 Jan, 2010 1 commit
-
-
Tim-Philipp Müller authored
From 14cec89 to 15d47a6
-
- 15 Jan, 2010 1 commit
-
-
Julien Moutte authored
FFMpeg swscale function wants some const pointers.
-
- 13 Jan, 2010 3 commits
-
-
Edward Hervey authored
WMAPro Dolby TrueHD Atrac1 TwinVQ
-
Edward Hervey authored
-
Edward Hervey authored
-
- 12 Jan, 2010 1 commit
-
-
Mark Nauwelaerts authored
-
- 21 Dec, 2009 1 commit
-
-
Mark Nauwelaerts authored
From 47cb23a to 14cec89
-
- 09 Dec, 2009 1 commit
-
-
Tim-Philipp Müller authored
Make check for vdpau decoders more generic. There might be vdpau decoders we don't expect when using an external ffmpeg version, and we want those blacklisted as well (e.g. ffdec_mpeg4_vdpau).
-
- 01 Dec, 2009 2 commits
-
-
Tim-Philipp Müller authored
From 87bf428 to 47cb23a
-
Sebastian Dröge authored
From da4c75c to 87bf428
-
- 27 Nov, 2009 1 commit
-
-
Edward Hervey authored
From 53a2485 to da4c75c
-
- 22 Nov, 2009 1 commit
-
-
Jan Schmidt authored
For a few white-listed codecs, use default fallback channel layouts when ffmpeg doesn't inform us.
-
- 21 Nov, 2009 1 commit
-
-
Olivier Crête authored
Make the keyframe forcing thread-safe, also emit a downstream event to allow muxers or payloaders to react appropriately. https://bugzilla.gnome.org/show_bug.cgi?id=602556
-
- 19 Nov, 2009 1 commit
-
-
Tim-Philipp Müller authored
From 0702fe1 to 53a2485
-
- 18 Nov, 2009 1 commit
-
-
Edward Hervey authored
-
- 16 Nov, 2009 1 commit
-
-
Wim Taymans authored
Remove a hack that seems to produce wrong clipping values.
-
- 11 Nov, 2009 1 commit
-
-
Jan Schmidt authored
Use format field in the pad caps to differentiate VC-1 from WMV3. Fix a typo in the caps creation and parsing - the field is called 'format' - not 'fourcc' Add a dodgy hack to populate the extradata size field (first byte) when it is 0 - as it seems to be for some (Matroska) test files.
-
- 10 Nov, 2009 1 commit
-
-
Sjoerd Simons authored
When the video caps aren't fixed yet, make sure we return the most precise set of caps. It seems a regression was introduced in cc082f, causing restricted caps to never be used if the context == NULL None of the restricted caps generation uses the context, so no need to check whether the context. Fixes bug #578160.
-
- 09 Nov, 2009 1 commit
-
-
Edward Hervey authored
Resetting default values is currently very complex in libavcodec, so we only call it when needed (i.e. when a context was previously used). Shaves off 10% of the setup of a decoder.
-
- 05 Nov, 2009 1 commit
-
-
Tim-Philipp Müller authored
-
- 02 Nov, 2009 4 commits
-
-
Edward Hervey authored
If there's only one entry, just use that entry.
-
Edward Hervey authored
Don't generate caps when we register the class but delay that till when we actually create an instance of the class.
-
Edward Hervey authored
Don't generate caps when we register the class but delay that till when we actually create an instance of the class.
-
Edward Hervey authored
Don't generate caps when we register the class but delay that till when we actually create an instance of the class.
-
- 22 Oct, 2009 1 commit
-
-
Wim Taymans authored
Don't generate caps when we register the class but delay that till when we actually create an instance of the class.
-
- 16 Oct, 2009 1 commit
-
-
Stefan Kost authored
From 85d1530 to 0702fe1
-
- 14 Oct, 2009 1 commit
-
-
Edward Hervey authored
From a3e3ce4 to 85d1530
-
- 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
-