summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.10.7RELEASE-0_10_7Jan Schmidt2009-03-215-4021/+2857
|
* 0.10.6.4 pre-releaseJan Schmidt2009-03-181-1/+1
|
* Take into account ticks_per_frame for framerate calculation. Fixes #575759Edward Hervey2009-03-173-5/+10
|
* Re-enable amr muxer. It's a muxer after all. Fixes #575664Edward Hervey2009-03-171-2/+1
|
* 0.10.6.3 pre-releaseJan Schmidt2009-03-131-1/+1
|
* gstffmpegdec: Disable vdpau decoders. Fixes #573400Edward Hervey2009-03-111-0/+13
|
* pixfmt: Stop using PIX_FMT that were marked as deprecated 3 years ago.Edward Hervey2009-03-112-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.
* ffmpegrev: bump up upstream revision to the *exact* release revision.Edward Hervey2009-03-111-1/+1
| | | | | This is only a one-commit svn-props change.. but we might as well keep it accurate.
* codecmapping: Fix caps for ATRAC3. Fixes #574663Edward Hervey2009-03-101-2/+5
|
* Disable exposing decoder/encoder using external library. Fixes #574746Edward Hervey2009-03-102-0/+20
|
* blacklist bogus demuxer/muxer/typefind. Fixes #567336 and #574814Edward Hervey2009-03-102-3/+21
|
* 0.10.6.2 pre-releaseJan Schmidt2009-03-101-1/+1
|
* Automatic update of common submoduleJan Schmidt2009-03-091-0/+0
| | | | From 7032163 to f8b3d91
* gstffmpegdec: Use 64bit scaling function to avoid overflows detected in some ↵Edward Hervey2009-03-091-1/+1
| | | | situations.
* demux: If the demuxer isn't initialized yet, forward serialized events ↵Edward Hervey2009-03-091-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.
* demuxers: Blacklist push-mode for avformat demuxers which aren't reliable in ↵Edward Hervey2009-03-091-1/+16
| | | | | | | push-mode. Currently, only one is blacklisted : ffdemux_ape. This has been confirmed by ffmpeg developers.
* demuxers: Add more debuggingEdward Hervey2009-03-093-0/+11
|
* ffmpegrev: and update once more for last-minute fixes to upstream release branchEdward Hervey2009-03-091-2/+2
|
* gstffmpegcodecmap: Add proper caps for Fraps video codecEdward Hervey2009-03-091-0/+3
|
* Automatic update of common submoduleSebastian Dröge2009-03-081-0/+0
| | | | From ffa738d to 7032163
* Automatic update of common submoduleSebastian Dröge2009-03-081-0/+0
| | | | From 3f13e4e to ffa738d
* Automatic update of common submoduleSebastian Dröge2009-03-071-0/+0
| | | | From 3c7456b to 3f13e4e
* Automatic update of common submoduleSebastian Dröge2009-03-071-0/+0
| | | | From 57c83f2 to 3c7456b
* configure: require a released version of gstreamer, to avoid confusionTim-Philipp Müller2009-03-061-1/+1
|
* ffmpegdec: Make sure we provide 16 byte aligned data to ffmpeg. Fixes #572863Edward Hervey2009-03-061-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.
* ffaudioresample: Add padding to output buffer. Fixes #573649Edward Hervey2009-03-061-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).
* ffmpegdec: post an error message on the bus when decoding failsTim-Philipp Müller2009-03-061-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.
* gstffmpegdec: Set the rank of the AAC decoder to NONE.Edward Hervey2009-03-051-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.
* Make bz2 requirement optional. Fixes #564867Damien Lespiau2009-03-052-2/+12
|
* gstffmpegmux: Expose the 'preload' and 'maxdelay' properties, add dvd mux ↵Jordi Mas2009-03-052-0/+85
| | | | | | mapping. Fixes #570975
* codecmap. The VC1 decoder can also handle the Advanced Profile.Edward Hervey2009-03-051-1/+2
| | | | Fixes #565269
* ffdec: fix buildTim-Philipp Müller2009-03-041-4/+4
|
* gstffmpegdec: Abort on first failure by AAC decoder. Fixes #566250.Edward Hervey2009-03-041-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.
* gstffmpegdec: Bring the real decoders up to GST_RANK_PRIMARY.Edward Hervey2009-03-041-0/+6
| | | | | They have proven by now that they're more reliable than the -bad real wrapper plugins.
* ffmpeg: Don't register the MXF typefinder, we have our own in -baseSebastian Dröge2009-03-041-0/+1
|
* ffmpeg: mxf_d10 is application/mxf too, it only specifies the used mappingSebastian Dröge2009-03-041-1/+1
|
* ffmpegrev: Update to actual ffmpeg 0.5 release branchEdward Hervey2009-03-031-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.
* ffmpegrev: Switch to 0.5 ffmpeg release branchEdward Hervey2009-03-021-2/+2
|
* ffmpeg: Bump up to current upstream HEAD of ffmpeg and swscaleEdward Hervey2009-02-271-2/+2
|
* ffmpegmux: Use information from AVOutputFormat to expose more muxers.Edward Hervey2009-02-273-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.
* build: Update shave init statement for changes in common. Bump common.Jan Schmidt2009-02-252-1/+1
|
* Automatic update of common submoduleJan Schmidt2009-02-251-0/+0
| | | | From 9cf8c9b to a6ce5c6
* Use shave for the buildJan Schmidt2009-02-222-4/+8
|
* And remove unused variableSebastian Dröge2009-02-221-1/+0
|
* Remove unreachable codeSebastian Dröge2009-02-221-3/+0
|
* Cast const GstBuffer * to GstBuffer * before unreffingSebastian Dröge2009-02-221-1/+1
|
* Automatic update of common submoduleJan Schmidt2009-02-221-0/+0
| | | | From 5d7c9cc to 9cf8c9b
* ffmpegrev: Update upstream revisions usedEdward Hervey2009-02-221-2/+2
|
* Automatic update of common submoduleDavid Schleef2009-02-211-0/+0
| | | | From 80c627d to 5d7c9cc
* codecmap: map more codecsEdward Hervey2009-02-181-0/+20
|