summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2013-04-15gst: Add better support for static pluginsSebastian Dröge17-17/+17
2013-04-15playbin: use ascending order for name based sorting of pluginfeatures.Sreerenj Balachandran1-1/+1
2013-04-15decodebin: use ascending order for name based sorting of pluginfeatures.Sreerenj Balachandran1-1/+1
2013-04-12playbin: fix jpeg passthrough to decoder sinks by marking image/* as video st...Tim-Philipp Müller1-0/+1
2013-04-08videoscale: Allow passthrough for ANY caps featuresSebastian Dröge1-13/+25
2013-04-08videoconvert: Allow passthrough for ANY caps featuresSebastian Dröge1-6/+13
2013-04-06videoscale: set reasonable limits on propertiesDavid Schleef1-2/+2
2013-04-05videoscale: set min value to DBL_MIN to avoid a value of 0.0 that would crashStefan Sauer1-1/+1
2013-04-04decodebin2: forward all sticky events to decodepadWim Taymans1-13/+20
2013-04-04decodebin: debug sticky events on exposed padsWim Taymans1-0/+11
2013-04-04decodebin2: small cleanupWim Taymans1-7/+7
2013-03-31streamsynchronizer: update position for reverseWim Taymans1-11/+23
2013-03-31encodebin: Add action signal to get pad for a given profileEdward Hervey1-7/+68
2013-03-30videoconvert: use one matrix functionWim Taymans2-26/+27
2013-03-30videoconvert: use one temp array for linesWim Taymans2-37/+35
2013-03-30decodebin: Remove GstdecodePads that are not going to be exposedSebastian Dröge1-0/+3
2013-03-30playbin: Ignore caps from audio/video sink factories if there are fixed sinks...Sebastian Dröge1-1/+14
2013-03-30playbin: Handle caps queries from unlinked elementsSebastian Dröge1-0/+174
2013-03-30decodebin: Add autoplug-query signal to handle queries for yet unconnected el...Sebastian Dröge2-12/+198
2013-03-30decodebin: Don't add a children to a decode group twiceSebastian Dröge1-1/+1
2013-03-29audiotestsrc: fix a comment typo from previous commitStefan Sauer1-1/+1
2013-03-29audiotestssrc: truncate the seek pos to the sample and round the timeStefan Sauer1-5/+8
2013-03-28videoconvert: respect the pack_lines when packingWim Taymans2-25/+38
2013-03-28videoconvert: be smarter when selecting a conversionWim Taymans1-1/+142
2013-03-28videoconvert: small cleanupWim Taymans2-34/+39
2013-03-28uridecodebin: remove commented codeStefan Sauer1-9/+0
2013-03-25audiotestsrc: simplify the capsStefan Sauer1-8/+2
2013-03-24audiotestsrc: fix rounding errors that might cause segments to be one sample ...Simon Berg1-2/+3
2013-03-24audiotestsrc: fix buffer size of last bufferSimon Berg1-0/+2
2013-03-24videoconvert: avoid double freeWim Taymans1-0/+1
2013-03-24Revert "videoconvert: prevent bad interlaced conversions"Wim Taymans1-113/+3
2013-03-22videoconvert: prevent bad interlaced conversionsDavid Schleef1-3/+113
2013-03-22subparse: fix off by one offset calculationArnaud Vrac2-6/+1
2013-03-22typefinding: fix y4m capsTim-Philipp Müller1-2/+16
2013-03-21subtitleoverlay: Return ANY caps for the GET_CAPS querySebastian Dröge1-21/+4
2013-03-21playsinkconvertbin: Make sure to return all allowed caps in the GET_CAPS querySebastian Dröge1-1/+22
2013-03-21playsinkconvertbin: Use gst_caps_is_subset() for handling the ACCEPT_CAPS querySebastian Dröge1-2/+1
2013-03-21videoscale: Let the add-borders property default to TRUESebastian Dröge1-1/+1
2013-03-21videoscale: Correct DAR and border calculationsJan Schole1-4/+5
2013-03-11adder: add a missing breakStefan Sauer1-0/+1
2013-03-07videotestsrc: make colors controlableStefan Sauer1-12/+10
2013-03-03uridecodebin: minor GValue handling optimisationTim-Philipp Müller1-2/+1
2013-03-02videoscale: Fix compiler errors caused by not including config.hSebastian Dröge5-1/+13
2013-02-27adder: don't discard the flush-start eventsStefan Sauer1-4/+1
2013-02-27adder: fix loopingStefan Sauer1-20/+29
2013-02-27adder: remove defines we don#t use anymoreStefan Sauer1-15/+0
2013-02-25adder: mark pending flush-stop on segment eventStefan Sauer2-23/+37
2013-02-21typefindfunctions: recognize SVC and MVC nal units in h264 streamsSreerenj Balachandran1-9/+17
2013-02-21adder: ensure sending a flush-stop after flush-startStefan Sauer1-0/+10
2013-02-14encodebin: activate ghost pad after creating itVincent Penquerc'h1-0/+1