summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-14decodebin: don't block on capsMatej Knopp1-0/+5
2013-02-14decodebin: Remove left-over line from last commitSebastian Dröge1-1/+0
2013-02-14decodebin: Check if value is set before unsetting itMatej Knopp1-0/+2
2013-02-13typefinding: add parsed=true to mp3 and mpeg2 video ES capsTim-Philipp Müller1-2/+3
2013-02-13adder: use the collect_pads_query funcStefan Sauer1-11/+9
2013-02-12encodebin: sync muxer state with parent binVincent Penquerc'h1-0/+1
2013-02-12decodebin: Push caps event immediately to ghost pad to avoid exposing pads wi...Alexander Schrab1-7/+7
2013-02-07decodebin: g_mutex_new -> g_mutex_initMarc Leeman2-51/+35
2013-02-06video: fix return type of _get_palette() and add since markers to docsTim-Philipp Müller2-2/+2
2013-02-05videotestsrc: use video library paletteWim Taymans2-35/+5
2013-02-05videoscale: scale each field in interlace modeWim Taymans1-11/+48