Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-11 | pixfmt: Stop using PIX_FMT that were marked as deprecated 3 years ago. | Edward Hervey | 2 | -25/+25 | |
It still worked... until the 0.5 ffmpeg release, which made those defines unused. See the bottom of libavutil/pixfmt.h for more details. | |||||
2009-03-11 | ffmpegrev: bump up upstream revision to the *exact* release revision. | Edward Hervey | 1 | -1/+1 | |
This is only a one-commit svn-props change.. but we might as well keep it accurate. | |||||
2009-03-10 | codecmapping: Fix caps for ATRAC3. Fixes #574663 | Edward Hervey | 1 | -2/+5 | |
2009-03-10 | Disable exposing decoder/encoder using external library. Fixes #574746 | Edward Hervey | 2 | -0/+20 | |
2009-03-10 | blacklist bogus demuxer/muxer/typefind. Fixes #567336 and #574814 | Edward Hervey | 2 | -3/+21 | |
2009-03-10 | 0.10.6.2 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-03-09 | Automatic update of common submodule | Jan Schmidt | 1 | -0/+0 | |
From 7032163 to f8b3d91 | |||||
2009-03-09 | gstffmpegdec: Use 64bit scaling function to avoid overflows detected in some ↵ | Edward Hervey | 1 | -1/+1 | |
situations. | |||||
2009-03-09 | demux: If the demuxer isn't initialized yet, forward serialized events ↵ | Edward Hervey | 1 | -2/+7 | |
without waiting. We do this, because the demuxer is initialized in the loop function. If it's not initialized yet, that means the loop hasn't been entered... and therefore the PIPE GCond will never be signalled. | |||||
2009-03-09 | demuxers: Blacklist push-mode for avformat demuxers which aren't reliable in ↵ | Edward Hervey | 1 | -1/+16 | |
push-mode. Currently, only one is blacklisted : ffdemux_ape. This has been confirmed by ffmpeg developers. | |||||
2009-03-09 | demuxers: Add more debugging | Edward Hervey | 3 | -0/+11 | |
2009-03-09 | ffmpegrev: and update once more for last-minute fixes to upstream release branch | Edward Hervey | 1 | -2/+2 | |
2009-03-09 | gstffmpegcodecmap: Add proper caps for Fraps video codec | Edward Hervey | 1 | -0/+3 | |
2009-03-08 | Automatic update of common submodule | Sebastian Dröge | 1 | -0/+0 | |
From ffa738d to 7032163 | |||||
2009-03-08 | Automatic update of common submodule | Sebastian Dröge | 1 | -0/+0 | |
From 3f13e4e to ffa738d | |||||
2009-03-07 | Automatic update of common submodule | Sebastian Dröge | 1 | -0/+0 | |
From 3c7456b to 3f13e4e | |||||
2009-03-07 | Automatic update of common submodule | Sebastian Dröge | 1 | -0/+0 | |
From 57c83f2 to 3c7456b | |||||
2009-03-06 | configure: require a released version of gstreamer, to avoid confusion | Tim-Philipp Müller | 1 | -1/+1 | |
2009-03-06 | ffmpegdec: Make sure we provide 16 byte aligned data to ffmpeg. Fixes #572863 | Edward Hervey | 1 | -2/+6 | |
We simply allocate the memory using ffmpeg's av_malloc which provides us with properly memalign'ed data. This avoids write-outside-of-bounds when sse/altivec code is being used. | |||||
2009-03-06 | ffaudioresample: Add padding to output buffer. Fixes #573649 | Edward Hervey | 1 | -1/+3 | |
The internal resampling functions seem to require a slightly bigger buffer for output than what we require. Therefore we give it an extra 64bytes (although 16 should have been enough). | |||||
2009-03-06 | ffmpegdec: post an error message on the bus when decoding fails | Tim-Philipp Müller | 1 | -1/+2 | |
We should post a STREAM DECODE error message on the bus when we return GST_FLOW_ERROR, otherwise the user ends up seeing an ugly internal flow error message, which isn't very nice. | |||||
2009-03-05 | gstffmpegdec: Set the rank of the AAC decoder to NONE. | Edward Hervey | 1 | -0/+6 | |
It will stay this way until the ffmpeg aac decoder can report before decoding whether it can handle a given stream or not. | |||||
2009-03-05 | Make bz2 requirement optional. Fixes #564867 | Damien Lespiau | 2 | -2/+12 | |
2009-03-05 | gstffmpegmux: Expose the 'preload' and 'maxdelay' properties, add dvd mux ↵ | Jordi Mas | 2 | -0/+85 | |
mapping. Fixes #570975 | |||||
2009-03-05 | codecmap. The VC1 decoder can also handle the Advanced Profile. | Edward Hervey | 1 | -1/+2 | |
Fixes #565269 | |||||
2009-03-04 | ffdec: fix build | Tim-Philipp Müller | 1 | -4/+4 | |
2009-03-04 | gstffmpegdec: Abort on first failure by AAC decoder. Fixes #566250. | Edward Hervey | 1 | -0/+7 | |
The problem is that the ffmpeg aac decoder fails... but still accepts the following buffers as if nothing happened. But because some things were not properly set in the internal code, all hell breaks loose. | |||||
2009-03-04 | gstffmpegdec: Bring the real decoders up to GST_RANK_PRIMARY. | Edward Hervey | 1 | -0/+6 | |
They have proven by now that they're more reliable than the -bad real wrapper plugins. | |||||
2009-03-04 | ffmpeg: Don't register the MXF typefinder, we have our own in -base | Sebastian Dröge | 1 | -0/+1 | |
2009-03-04 | ffmpeg: mxf_d10 is application/mxf too, it only specifies the used mapping | Sebastian Dröge | 1 | -1/+1 | |
2009-03-03 | ffmpegrev: Update to actual ffmpeg 0.5 release branch | Edward Hervey | 1 | -2/+2 | |
Normally this should be the last commit before they release 0.5. We should use this for pre-releases in order to help them squash down bugs. | |||||
2009-03-02 | ffmpegrev: Switch to 0.5 ffmpeg release branch | Edward Hervey | 1 | -2/+2 | |
2009-02-27 | ffmpeg: Bump up to current upstream HEAD of ffmpeg and swscale | Edward Hervey | 1 | -2/+2 | |
2009-02-27 | ffmpegmux: Use information from AVOutputFormat to expose more muxers. | Edward Hervey | 3 | -3/+41 | |
AVOutputFormat does *NOT* contain the full list of codecs a muxer can handle, but does contain the recommended audio and video codecs. Therefore we use that information to expose more muxers, until AVOutputFormat contains a list of *ALL* compatible codecs. | |||||
2009-02-25 | build: Update shave init statement for changes in common. Bump common. | Jan Schmidt | 2 | -1/+1 | |
2009-02-25 | Automatic update of common submodule | Jan Schmidt | 1 | -0/+0 | |
From 9cf8c9b to a6ce5c6 | |||||
2009-02-22 | Use shave for the build | Jan Schmidt | 2 | -4/+8 | |
2009-02-22 | And remove unused variable | Sebastian Dröge | 1 | -1/+0 | |
2009-02-22 | Remove unreachable code | Sebastian Dröge | 1 | -3/+0 | |
2009-02-22 | Cast const GstBuffer * to GstBuffer * before unreffing | Sebastian Dröge | 1 | -1/+1 | |
2009-02-22 | Automatic update of common submodule | Jan Schmidt | 1 | -0/+0 | |
From 5d7c9cc to 9cf8c9b | |||||
2009-02-22 | ffmpegrev: Update upstream revisions used | Edward Hervey | 1 | -2/+2 | |
2009-02-21 | Automatic update of common submodule | David Schleef | 1 | -0/+0 | |
From 80c627d to 5d7c9cc | |||||
2009-02-18 | codecmap: map more codecs | Edward Hervey | 1 | -0/+20 | |
2009-02-18 | ffmpegrev: update upstream ffmpeg/libswscale revisions to use. | Edward Hervey | 1 | -2/+2 | |
2009-02-10 | Fix 'make distcheck'. | Edward Hervey | 1 | -1/+1 | |
2009-02-10 | Bump upstream ffmpeg revision to use. | Edward Hervey | 1 | -2/+2 | |
We should update this gradually as ffmpeg will be releasing within 2 weeks. | |||||
2009-02-09 | Bump revision to use for common submodule. | Edward Hervey | 1 | -0/+0 | |
2009-02-05 | Don't register ASS/SSA typefinder | Sebastian Dröge | 1 | -0/+1 | |
2009-01-30 | Add releaseinfo with online url. | Stefan Kost | 1 | -0/+5 | |