summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* hlsdemux: Do not call _stop holding the updates lockThiago Santos2013-10-031-1/+0
* h264parse: only update src CAPS when it's necessaryMatthieu Bouron2013-08-281-2/+8
* tsdemux: Refuse negative rates which we don't support yetEdward Hervey2013-08-281-4/+5
* mpegvideoparse: Fix switch statement in level detection codeSebastian Dröge2013-08-281-4/+8
* interaudiosrc: make silence memory actually contain silenceTim-Philipp Müller2013-08-282-5/+20
* pcapparse: Remove unneeded unref and only set pad caps if we have capsZaheer Abbas Merali2013-08-281-3/+2
* mpegtspacketizer: Fix PCR LUT tableEdward Hervey2013-08-271-2/+2
* rtpvp8depay: mark key frames and delta frames properlyTim-Philipp Müller2013-08-071-0/+11
* dvdspu: artifacts when rendering clipped spuMatej Knopp2013-07-301-10/+13
* midiparse: add basic midi parserWim Taymans2013-07-224-0/+1512
* mpegdemux: do not push discont buffers if they aren't discontArnaud Vrac2013-07-171-0/+3
* tsdemux: fix M2TS stream resyncArnaud Vrac2013-07-111-32/+28
* tsdemux: fixes seeking in pull modeJosep Torra2013-07-115-15/+24
* webvttenc: Separate cues with two line breaks instead of one.Brendan Long2013-07-061-1/+1
* frei0r: add the build prefix path in the search dirsAndoni Morales Alastruey2013-07-061-1/+5
* mpegdemux: accept ID_PRIVATE_STREAM_1 to avoid loosing syncAlban Browaeys2013-07-051-0/+1
* mpegtsmux: fix creation of ADTS header for AAC audio in MPEG-TSKevin Thornberry2013-07-051-4/+3
* rfb: Link with libgstbase for GstPushSrcSebastian Dröge2013-06-171-2/+2
* dvbsuboverlay: don't forward CAPS event from subtitle padTim-Philipp Müller2013-05-281-0/+5
* intervideosrc: Fix timestamp generationDavid Schleef2013-05-181-5/+5
* y4mdec: set timestamps when restriding bufferDavid Schleef2013-05-181-0/+1
* rfbsrc: post error messages on errorsTim-Philipp Müller2013-05-183-16/+93
* rfbsrc: fix rfbdecoder new/free asymetry and wrong free in error caseTim-Philipp Müller2013-05-182-2/+2
* rfbsrc: make authentication handshake safe for multiple instancesTim-Philipp Müller2013-05-183-32/+39
* rfbsrc: remove GPL-licensed source fileTim-Philipp Müller2013-05-184-219/+26
* rfbsrc: use glib gio sockets for network accessAleix Conchillo Flaque2013-05-184-90/+148
* rfbsrc: port to 1.0Aleix Conchillo Flaque2013-05-183-58/+145
* mpegtsmux: Fix memory leak when using prepare_funcGreg Rutz2013-05-181-3/+3
* mpegvideoparse: don't announce incomplete source capsTim-Philipp Müller2013-05-181-4/+4
* liveadder: Document that the latency is in millisecondsOlivier Crête2013-05-181-2/+3
* tsdemux: convert packet PTS/DTS as soon as possibleEdward Hervey2013-04-291-76/+13
* mpegtsdemux: header cleanups/updatesEdward Hervey2013-04-291-46/+93
* mpegtsdemux: check value before using as denominatorDavid Schleef2013-04-291-0/+3
* tsdemux: Check the continuity counter for non-section packets tooSebastian Dröge2013-04-291-1/+22
* mpegtsbase: Call ::program_stopped after removing all streamsSebastian Dröge2013-04-291-31/+4
* tsdemux: remove unused current_program_number fieldDouglas Bagnall2013-04-292-4/+0
* mpegtsdemux: Fix various compiler warningsSebastian Dröge2013-04-292-3/+4
* tsdemux: Fix caps string leakThiago Santos2013-04-291-2/+2
* Release 1.0.71.0.7Sebastian Dröge2013-04-266-36/+114
* videoparsers: preserve upstream fps and parMark Nauwelaerts2013-04-212-7/+18
* gst: Add better support for static pluginsSebastian Dröge2013-04-1573-75/+75
* jpegparse: accept any jpeg input - parsed, unparsed or unmarkedAlexander Olsson2013-04-141-1/+1
* tsparse: Ensure segment events are forwardedEdward Hervey2013-04-142-1/+7
* mpegpsdemux: push stream start eventWim Taymans2013-03-301-0/+7
* interlaced: set both DTS and PTSWim Taymans2013-03-251-10/+11
* y4mdec: fix build against -base 1.0.xTim-Philipp Müller2013-03-221-0/+2
* rawparse: send segment event in time format also in push modeTim-Philipp Müller2013-03-221-0/+2
* y4mdec: Use the correct strides as used by y4m and convert to GStreamer strid...Sebastian Dröge2013-03-222-1/+173
* y4mdec: Use the default event/query handlers for the default handlingSebastian Dröge2013-03-221-4/+2
* y4mdec: Properly handle segment and time values of -1Sebastian Dröge2013-03-221-8/+31