summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-22Release 0.11.2gst-libav-0.11.2Wim Taymans
2012-03-22Merge branch 'master' into 0.11Wim Taymans
Conflicts: gst-libs/ext/libav
2012-03-21test: fix unit testWim Taymans
2012-03-19ffdec: ensure padding is big enoughWim Taymans
2012-03-19ffdec: check if input is already 0-paddedWim Taymans
When the input buffer is already 0-padded we don't need to copy. This can happen because in the ALLOCATION query we suggest this. Only do temporary padding when we are using a parser.
2012-03-15update for bufferpool changesWim Taymans
2012-03-15update for allocation query changesWim Taymans
2012-03-14ffdec: propose some padding in the allocation queryWim Taymans
Hopefully upstream can add some padding and then we don't have to memcpy.
2012-03-14take padding into accountWim Taymans
2012-03-14ffdec: remove unused crop propertyWim Taymans
2012-03-14ffdec: remove padding propertyWim Taymans
Users should not mess with this
2012-03-14ffdec: make bufferpool setup recalculate direct renderingWim Taymans
We need to recalculate if we can use direct rendering after we have setup the bufferpool.
2012-03-14ffdec: add some PERFORMANCE loggingWim Taymans
2012-03-13ffcodec: add voc demuxerWim Taymans
2012-03-13ffdemux: activate pad before setting capsWim Taymans
2012-03-12ffdec: implement accept-capsWim Taymans
Implement a potentially faster accept-caps function
2012-03-11fix for caps api changesWim Taymans
2012-03-08ffmpegdec: enable alignment if videometa is allowedWim Taymans
Use the videobufferpool when downstream didn't suggest one. Only enable video alignment in the bufferpool when downstream supports video metadata.
2012-03-06ffmux: Use correct enum type for return valueSebastian Dröge
2012-03-02ffmpegdec: Use auto-threads if available, and only slice-threadingEdward Hervey
Slice threading causes less latency (and corruption)
2012-02-27Fix compiler warningsAlessandro Decina
2012-02-22update for fixate_caps changeWim Taymans
2012-02-22codecmap: Add mapping for Indeo 4 video codecEdward Hervey
2012-02-22libav: Switch to tracking 0.8 release branchEdward Hervey
2012-02-22update for new memory apiWim Taymans
2012-02-21ffdec: disable multithreadingWim Taymans
It causes refcounting problems.
2012-02-20only reopen decoder when new caps are differentMatej Knopp
2012-02-17back to developmentWim Taymans
2012-02-17RELEASE 0.11.1gst-libav-0.11.1Wim Taymans
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans
2012-02-02Fix for gst_type_find_register() API changeTim-Philipp Müller
2012-01-25Automatic update of common submoduleThomas Vander Stichele
From c463bc0 to 7fda524
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge
2012-01-25configure: Add --disable-fatal-warnings configure optionSebastian Dröge
2012-01-25ffmpeg: port to new memory APIWim Taymans
2012-01-25Automatic update of common submoduleSebastian Dröge
From 2a59016 to c463bc0
2012-01-19port to new gthread APIWim Taymans
2012-01-18Automatic update of common submoduleSebastian Dröge
From 0807187 to 2a59016
2012-01-18Merge branch 'master' into 0.11Sebastian Dröge
2012-01-18ffdec: Only set get_buffer() function for videoSebastian Dröge
Fixes bug #666435.
2012-01-12ffmpegdemux: demote swf demuxer to GST_RANK_NONETim-Philipp Müller
SWF doesn't really make sense in our context, don't pretend to support it. People should use a dedicated swf player for that.
2012-01-12ffmpegdemux: fix caps leakVincent Penquerc'h
2012-01-10ffmpeg: fix and extend LIBS in Makefile.amMark Nauwelaerts
... to account for -base video helper functions.
2012-01-10configure.ac: improve path handling in out-of-tree buildMark Nauwelaerts
That is, handle the srcdir being given by a relative path as well as an absolute path by using autotools provided absolute path.
2012-01-10ffmux: gst_element_class_add_pad_template() takes ownership of the pad templateSebastian Dröge
2012-01-10ffmpeg: Fix merge mistakesSebastian Dröge
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge
Conflicts: configure.ac ext/ffmpeg/gstffmpegcodecmap.c ext/ffmpeg/gstffmpegdec.c ext/ffmpeg/gstffmpegdeinterlace.c ext/ffmpeg/gstffmpegmux.c ext/libswscale/gstffmpegscale.c
2012-01-10ffmpeg: Channel layouts are now set for DTS and (E)AC3 by libavSebastian Dröge
2012-01-10libav: Update to current GIT masterSebastian Dröge
2012-01-10ffdec: Give the (E)AC3/DTS decoders a rank of marginalSebastian Dröge
Even if they don't downmix to stereo, they're still working correctly. The only advantage of dtsdec/a52dec is that they downmix to stereo (using the special downmixing matrices) if downstream prefers stereo but in every other case they should be equivalent.