summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.0.51.0.5Tim-Philipp Müller2013-01-0837-427/+250
* videoencoder: Documentation fixNicolas Dufresne2013-01-041-1/+1
* decodebin2: use NO_RESYNC flagWim Taymans2013-01-041-0/+2
* audioclock: mark as using some other clockWim Taymans2013-01-041-1/+2
* audiobasesrc: init variableWim Taymans2013-01-041-1/+1
* video: fix A420 size calculationTim-Philipp Müller2012-12-231-1/+1
* Release 1.0.41.0.4Tim-Philipp Müller2012-12-1834-99/+294
* po: update translationsTim-Philipp Müller2012-12-1839-1017/+1743
* vorbis: fix unused variableThijs Vermeir2012-12-181-1/+1
* video: use appropriate printf format for gsizeThijs Vermeir2012-12-181-1/+2
* rtp: fix compiler warningThijs Vermeir2012-12-181-1/+0
* ssaparse: ignore invalid UTF-8 in init sectionTim-Philipp Müller2012-12-171-11/+13
* subparse: fix GError leakTim-Philipp Müller2012-12-171-2/+1
* alsa: post error message when audio device disappearsTim-Philipp Müller2012-12-172-2/+20
* typefindfunctions: aac: don't try to unref NULL capsTim-Philipp Müller2012-12-171-1/+1
* playsink: fix vis switch with format changeWim Taymans2012-12-141-4/+9
* docs: fix up some more GstXOverlay -> GstVideoOverlayTim-Philipp Müller2012-12-1010-19/+20
* videodecoder: Only keep track of timestamps if the subclass is parsing dataSebastian Dröge2012-12-101-1/+1
* rtspmessage: Add several missing g-i annotationsSebastian Rasmussen2012-12-101-10/+10
* streamsynchronizer: don't send gap events with huge bogus durations when adva...Tim-Philipp Müller2012-11-281-1/+7
* streamsynchronizer: reduce debug log spam a bitTim-Philipp Müller2012-11-281-6/+6
* audio: remove bogus Since marker from docsTim-Philipp Müller2012-11-211-2/+0
* app: fix g-i annotation for gst_app_src_push_buffer()Tim-Philipp Müller2012-11-211-1/+1
* Back to development (bug-fixing)Tim-Philipp Müller2012-11-2130-61/+61
* Release 1.0.31.0.3Tim-Philipp Müller2012-11-2134-101/+485
* videodecoder: Return the proportion directlySebastian Dröge2012-11-202-11/+9
* videodecoder: Rename from get_qos_info() to get_qos_proportion()Sebastian Dröge2012-11-204-12/+7
* pbutils: fix transfer annotation for gst_encoding_profile_set_restrictionAlessandro Decina2012-11-201-1/+1
* videodecoder: add getter for QoS proportion and earliest_timeAndoni Morales Alastruey2012-11-204-0/+34
* rtspconnection: improve docsWim Taymans2012-11-151-2/+2
* pbutils: add description for Opus audio codecTim-Philipp Müller2012-11-151-0/+1
* rtpbuffer: protect against empty buffersWim Taymans2012-11-151-0/+8
* Revert "vorbisdec: Fix GType name conflict if tremor and libvorbis decoder ar...Sebastian Dröge2012-11-132-7/+1
* vorbisdec: Fix GType name conflict if tremor and libvorbis decoder are used i...Sebastian Dröge2012-11-132-1/+7
* typefinding: improve AAC LOAS typefindingTim-Philipp Müller2012-11-121-33/+108
* typefinding: fix block size calculation in wavpack typefinderTim-Philipp Müller2012-11-121-2/+2
* typefinding: improve wavpack typefinderTim-Philipp Müller2012-11-121-5/+29
* audiodecoder: Reset error count to 0 after successfully decoding a frameSebastian Dröge2012-11-121-1/+1
* videodecoder: Reset the error count to 0 after successfully decoding a frameSebastian Dröge2012-11-121-1/+1
* audioconvert: Always prefer the input format if possibleSebastian Dröge2012-11-121-7/+21
* audioconvert: Also ignore the SIGNED flag when matching an output formatSebastian Dröge2012-11-121-0/+2
* audioconvert: Prefer output formats with the same depth or at least a higher ...Rasmus Rohde2012-11-122-8/+84
* textoverlay: also draw shaded backgrounds for RGB and BGRTim-Philipp Müller2012-11-071-0/+30
* textoverlay: we can do YVU9 as wellTim-Philipp Müller2012-11-071-1/+1
* textoverlay: don't advertise 10-16-bit formats we can't blend text onto yetTim-Philipp Müller2012-11-071-2/+5
* video: don't crash when blending onto video formats that unpack to 64 bits pe...Tim-Philipp Müller2012-11-071-9/+25
* textoverlay: fix up names of old gray formatsTim-Philipp Müller2012-11-071-1/+2
* textoverlay: draw shaded background for some more video formatsTim-Philipp Müller2012-11-071-0/+8
* textoverlay: clamp shaded background box coordinates in one placeTim-Philipp Müller2012-11-071-27/+10
* textoverlay: move background shading into separate functionTim-Philipp Müller2012-11-071-62/+51