- 01 Feb, 2010 1 commit
-
-
Wim Taymans authored
When we don't decode an audio frame (for audio codecs that need a previous audio frame) free the buffer we allocated. See #608564
-
- 30 Jan, 2010 1 commit
-
-
Tim-Philipp Müller authored
From 15d47a6 to 96dc793
-
- 29 Jan, 2010 1 commit
-
-
Wim Taymans authored
Don't escape the codec_data, it breaks some streams (but likely also fixes others). It's better to leave it as is, like most other players do. See #608332
-
- 25 Jan, 2010 2 commits
-
-
Edward Hervey authored
They're not a container format, but a subtitle format, and we already have plugins to handle those subtitle formats.
-
Edward Hervey authored
ffmpeg received an overwhelming amount of h264 decoding improvements since the last checkout, some minor fixes here and there and no apparent regressions. Also set a specific swscale revision to checkout.
-
- 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 2 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.
-