summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-14ffdec: remove padding propertyWim Taymans1-13/+1
2012-03-14ffdec: make bufferpool setup recalculate direct renderingWim Taymans1-12/+16
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
2012-03-11fix for caps api changesWim Taymans2-4/+5
2012-03-08ffmpegdec: enable alignment if videometa is allowedWim Taymans1-5/+18
2012-02-27Fix compiler warningsAlessandro Decina6-8/+11
2012-02-22update for fixate_caps changeWim Taymans1-6/+8
2012-02-22update for new memory apiWim Taymans1-1/+4
2012-02-21ffdec: disable multithreadingWim Taymans1-4/+4
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
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
2012-01-19port to new gthread APIWim Taymans1-10/+8
2012-01-18Automatic update of common submoduleSebastian Dröge1-0/+0
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
2012-01-12ffmpegdemux: demote swf demuxer to GST_RANK_NONETim-Philipp Müller1-2/+1
2012-01-12ffmpegdemux: fix caps leakVincent Penquerc'h1-0/+1
2012-01-10ffmpeg: fix and extend LIBS in Makefile.amMark Nauwelaerts1-1/+4
2012-01-10configure.ac: improve path handling in out-of-tree buildMark Nauwelaerts1-1/+1
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
2012-01-10ffmpeg: Channel layouts are now set for DTS and (E)AC3 by libavSebastian Dröge1-19/+0
2012-01-10libav: Update to current GIT masterSebastian Dröge1-0/+0
2012-01-10ffdec: Give the (E)AC3/DTS decoders a rank of marginalSebastian Dröge1-9/+1
2012-01-10ffdec: Revert accidentially committed rank change of the (E)AC3/DTS decodersSebastian Dröge1-1/+1
2012-01-10ffmpegdec: Reorder audio channels after clipping the audio bufferSebastian Dröge1-12/+12
2012-01-10ffmpegdec: Correctly reorder audio channels to the GStreamer order if necessarySebastian Dröge3-35/+68
2012-01-10ffmpeg: Channel layouts are now set for DTS and (E)AC3 by libavSebastian Dröge1-20/+0
2012-01-10ffmpeg: Use stack-allocated channel positions arraySebastian Dröge2-23/+10
2012-01-09ffmpeg: Put the new layout field in raw audio capsSebastian Dröge1-2/+4
2012-01-09ffdec: Add mappings for the top channel positionsSebastian Dröge1-7/+7
2012-01-09ffdec: Correctly set the channel-mask and also set it for stereoSebastian Dröge1-6/+1
2012-01-07configure: require core from git/pre-releaseTim-Philipp Müller1-1/+1
2012-01-05ffmpeg: port to new channel mappingWim Taymans2-5/+14
2012-01-04Automatic update of common submoduleTim-Philipp Müller1-0/+0
2012-01-04tests: make tests compileWim Taymans3-9/+13
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans3-7/+7
2011-12-21update for videofilter changesWim Taymans1-55/+29