summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-26Replace master with 0.11HEADmasterWim Taymans0-0/+0
2012-03-22back to development0.11Wim Taymans1-1/+1
2012-03-22Release 0.11.2Wim Taymans5-15/+203
2012-03-22Merge branch 'master' into 0.11Wim Taymans4-4/+17
Conflicts: gst-libs/ext/libav
2012-03-21test: fix unit testWim Taymans1-1/+1
2012-03-19ffdec: ensure padding is big enoughWim Taymans1-3/+4
2012-03-19ffdec: check if input is already 0-paddedWim Taymans1-9/+12
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 Taymans1-1/+5
2012-03-15update for allocation query changesWim Taymans1-20/+26
2012-03-14ffdec: propose some padding in the allocation queryWim Taymans1-2/+10
Hopefully upstream can add some padding and then we don't have to memcpy.
2012-03-14take padding into accountWim Taymans1-5/+6
2012-03-14ffdec: remove unused crop propertyWim Taymans1-10/+0
2012-03-14ffdec: remove padding propertyWim Taymans1-13/+1
Users should not mess with this
2012-03-14ffdec: make bufferpool setup recalculate direct renderingWim Taymans1-12/+16
We need to recalculate if we can use direct rendering after we have setup the bufferpool.
2012-03-14ffdec: add some PERFORMANCE loggingWim Taymans1-2/+6
2012-03-13ffcodec: add voc demuxerWim Taymans1-0/+2
2012-03-13ffdemux: activate pad before setting capsWim Taymans1-1/+1
2012-03-12ffdec: implement accept-capsWim Taymans1-0/+42
Implement a potentially faster accept-caps function
2012-03-11fix for caps api changesWim Taymans2-4/+5
2012-03-08ffmpegdec: enable alignment if videometa is allowedWim Taymans1-5/+18
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 value0.10Sebastian Dröge1-1/+1
2012-03-02ffmpegdec: Use auto-threads if available, and only slice-threadingEdward Hervey1-3/+8
Slice threading causes less latency (and corruption)
2012-02-27Fix compiler warningsAlessandro Decina6-8/+11
2012-02-22update for fixate_caps changeWim Taymans1-6/+8
2012-02-22codecmap: Add mapping for Indeo 4 video codecEdward Hervey1-0/+8
2012-02-22libav: Switch to tracking 0.8 release branchEdward Hervey1-0/+0
2012-02-22update for new memory apiWim Taymans1-1/+4
2012-02-21ffdec: disable multithreadingWim Taymans1-4/+4
It causes refcounting problems.
2012-02-20only reopen decoder when new caps are differentMatej Knopp1-2/+15
2012-02-17back to developmentWim Taymans1-1/+1
2012-02-17RELEASE 0.11.1Wim Taymans5-369/+918
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2-5/+5
2012-02-02Fix for gst_type_find_register() API changeTim-Philipp Müller1-4/+3
2012-01-25Automatic update of common submoduleThomas Vander Stichele1-0/+0
From c463bc0 to 7fda524
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-1/+3
2012-01-25configure: Add --disable-fatal-warnings configure optionSebastian Dröge2-1/+3
2012-01-25ffmpeg: port to new memory APIWim Taymans6-54/+56
2012-01-25Automatic update of common submoduleSebastian Dröge1-0/+0
From 2a59016 to c463bc0
2012-01-19port to new gthread APIWim Taymans1-10/+8
2012-01-18Automatic update of common submoduleSebastian Dröge1-0/+0
From 0807187 to 2a59016
2012-01-18Merge branch 'master' into 0.11Sebastian Dröge3-6/+8
2012-01-18ffdec: Only set get_buffer() function for videoSebastian Dröge1-3/+5
Fixes bug #666435.
2012-01-12ffmpegdemux: demote swf demuxer to GST_RANK_NONETim-Philipp Müller1-2/+1
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'h1-0/+1
2012-01-10ffmpeg: fix and extend LIBS in Makefile.amMark Nauwelaerts1-1/+4
... to account for -base video helper functions.
2012-01-10configure.ac: improve path handling in out-of-tree buildMark Nauwelaerts1-1/+1
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öge1-3/+0
2012-01-10ffmpeg: Fix merge mistakesSebastian Dröge3-8/+8
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge6-56/+67
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öge1-19/+0