summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* basetextoverlay: remove unneeded cairo transparence settingNicola Murino2014-09-041-3/+0
* basetextoverlay: Make shading_value a propertyNicola Murino2014-09-041-12/+21
* videorate: GstStructure refcount critical messageVineeth T M2014-09-031-0/+1
* decodebin: Also include the raw caps in the error message, not just the human...Sebastian Dröge2014-09-021-2/+4
* decodebin: Include codec description for missing plugins in the error messageSebastian Dröge2014-09-021-0/+5
* tests: textoverlay: add test to reproduce fakesink scenarioThiago Santos2014-09-011-0/+107
* basetextoverlay: properly fallback to non-overlay capsThiago Santos2014-09-011-1/+22
* oggdemux: don't set segment.base in pad_submit_packet()Guillaume Desmottes2014-09-011-3/+0
* textoverlay: Don't hold any mutexes while calling negotiateSebastian Dröge2014-09-011-2/+2
* oggdemux: accumulate base timeGuillaume Desmottes2014-09-011-1/+1
* textoverlay: remove code that can't be reachedTim-Philipp Müller2014-08-291-7/+2
* encoding: remove assignment that's no longer neededTim-Philipp Müller2014-08-291-1/+0
* riff: Recognize RF64 as RIFF filePeter G. Baum2014-08-292-1/+3
* rtspconnection: Protect readsrc, writesrc and controllsrc with a mutexGöran Jönsson2014-08-291-0/+6
* playsinkconvertbin: setcaps() always returns TRUE and the return value is unusedSebastian Dröge2014-08-281-8/+5
* videodecoder: Fix broken boolean expressionSebastian Dröge2014-08-281-1/+1
* audiodecoder: Fix broken boolean expressionSebastian Dröge2014-08-281-1/+1
* decodebin: Include information from the error messages of tried but failed el...Sebastian Dröge2014-08-252-22/+184
* decodebin: Initialize local variables for every retrySebastian Dröge2014-08-251-4/+9
* decodebin: Remove error case that resulted in two error messagesSebastian Dröge2014-08-251-13/+2
* typefinding: tighten checks for 'freeform mp3' a littleTim-Philipp Müller2014-08-251-0/+6
* audiodecoder: Don't ignore ::start/stop return valuesSebastian Dröge2014-08-251-2/+2
* spec: add gst-device-monitor-1.0 to RPM .spec fileTim-Philipp Müller2014-08-181-0/+2
* playsinkconvertbin: only intersect with the filter at the endThiago Santos2014-08-151-4/+2
* discoverer: Set 'processing = FALSE' when done discovering SYNCThibault Saunier2014-08-151-0/+5
* gstvideo: add missing entry to win32 .defThiago Santos2014-08-141-0/+1
* video: Add gst_video_guess_framerate() functionJan Schmidt2014-08-153-0/+93
* video: Various simple docs fixesJan Schmidt2014-08-156-5/+15
* videodecoder: Reset last_timestamp_out on new segmentJan Schmidt2014-08-142-7/+8
* decodebin: handle group switching for deadend groupThiago Santos2014-08-131-14/+31
* decodebin: consider all deadend pads as drainedThiago Santos2014-08-131-0/+5
* basetextoverlay: fix caps negotiation filterThiago Santos2014-08-131-14/+8
* playsinkconvertbin: Make sure to intersect raw caps with our converter capsSebastian Dröge2014-08-131-1/+23
* audiodecoder: Don't drain and flush on SEGMENT events.Jan Schmidt2014-08-121-13/+10
* videoscale: Add NV21 supportSanjay NM2014-08-121-2/+5
* tests: fix decodebin signal used in icles/playback/ decodetest, test and test5Matthieu Crapet2014-08-123-12/+22
* basetextoverlay: rework caps negotiationThiago Santos2014-08-112-37/+80
* basetextoverlay: always intersect with the filter capsThiago Santos2014-08-111-15/+6
* encodebin: delay missing encoder error as passthrough is still possibleThiago Santos2014-08-112-37/+112
* decodebin: Remove buffering special casing for adaptive streaming demuxersSebastian Dröge2014-08-111-20/+5
* videodecoder: Don't set decoding timestamps on raw videoJan Alexander Steffens (heftig)2014-08-111-2/+1
* videodecoder: In reverse playback, flush the output queue after decoding each...George Kiagiadakis2014-08-111-36/+40
* configure: use pkg-config to detect x11 and xv libsTim-Philipp Müller2014-08-101-17/+13
* xvimage: fix crash when outputting debug logTim-Philipp Müller2014-08-101-3/+3
* audioencoder: Mark caps argument as not being transferredSebastian Rasmussen2014-08-101-1/+1
* vorbisenc: Improve annotation of internal functionSebastian Rasmussen2014-08-101-3/+4
* tests: Add missing unrefs of objects after useSebastian Rasmussen2014-08-069-1/+16
* oggdemux: Unref peer pad after use in error caseSebastian Rasmussen2014-08-061-0/+1
* appsrc: Some minor fixes and cleanupSebastian Dröge2014-08-061-15/+13
* appsrc: Make caps set action queued together with bufferWang Xin-yu (王昕宇)2014-08-061-27/+59