summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.9.11.9.1Sebastian Dröge2016-07-0642-886/+3248
* Update .po filesSebastian Dröge2016-07-0638-38/+38
* po: Update translationsSebastian Dröge2016-07-0638-288/+765
* videodecoder: Take stream lock one time only on drainPhilippe Normand2016-07-051-6/+9
* videodecoder: fix criticals fixating a non existent fieldSebastian Dröge2016-07-041-6/+19
* audiodecoder: Protect samples_in/bytes_out and audio info with object lockSebastian Dröge2016-07-041-7/+34
* audioencoder: Protect samples_in/bytes_out and audio info with object lockSebastian Dröge2016-07-041-5/+23
* audioencoder/decoder: Move encoded audio conversion function to a common placeSebastian Dröge2016-07-044-144/+78
* audiodecoder: fix criticals fixating a non existent fieldVincent Penquerc'h2016-07-041-5/+13
* videodecoder: Use the object lock to protect bytes/time trackingSebastian Dröge2016-07-041-3/+13
* videoencoder: Use the object lock to protect bytes/time trackingSebastian Dröge2016-07-041-0/+8
* videoencoder/decoder: Move conversion utility functions to a common header an...Sebastian Dröge2016-07-044-168/+149
* appsrc: If do-timestamp=TRUE, capture the time when the buffer was pushed to ...Sebastian Dröge2016-07-011-0/+34
* basertpdepayload: create valid segment when given non-time segmentZaheer Abbas Merali2016-07-011-2/+8
* tagdemux: fix handling of very short files in push modeTim-Philipp Müller2016-06-301-8/+18
* tagdemux: fix erroring out if we reach EOS without detecting typeTim-Philipp Müller2016-06-301-2/+1
* parsebin: Fix authors and descriptionEdward Hervey2016-06-301-4/+7
* playback: Remove uridecodebin3Edward Hervey2016-06-304-2836/+0
* playback: New elementsEdward Hervey2016-06-3015-3/+19833
* audioconvert: Handle fallback channel mask for mono correctlySebastian Dröge2016-06-292-4/+4
* playsink: Don't send another step event to the audio-sink if we got step-done...Sebastian Dröge2016-06-271-1/+3
* playsink: Force STEP events on the video-sink for GST_FORMAT_BUFFERSSebastian Dröge2016-06-271-5/+8
* configure: Need to add -DGST_STATIC_COMPILATION when building only staticallyNirbheek Chauhan2016-06-231-1/+7
* oggdemux: demote an expected error to debugVincent Penquerc'h2016-06-231-1/+1
* video-converter: fix interlaced scaling some moreWim Taymans2016-06-224-8/+18
* plugin-doc: Minor re-orderNicolas Dufresne2016-06-211-1/+1
* Automatic update of plugins doc filesNicolas Dufresne2016-06-217-152/+102
* tests: discoverer: handle missing ogg/codec plugins gracefullyTim-Philipp Müller2016-06-211-4/+19
* Automatic update of common submoduleNicolas Dufresne2016-06-211-0/+0
* opusdec: handle missing buffers with no durationVincent Penquerc'h2016-06-212-0/+79
* tagdemux: preserve duration when skipping a tag at the beginning of a bufferMichael Olbrich2016-06-211-0/+2
* discoverer: Only allow serializing OK discoverer infos to GVariantsSebastian Dröge2016-06-212-1/+6
* oggdemux: fix audio glitches with low bitrate vorbisVincent Penquerc'h2016-06-161-2/+2
* opusdec: test for PLC timestamp when FEC is enabled.Mikhail Fludkov2016-06-161-0/+64
* audiodecoder: fix invalid timestamps when PLC and delayMikhail Fludkov2016-06-162-17/+143
* exiftag: Increase serialized geo precisionPaulo Neves2016-06-132-14/+17
* audiovisualizer: Fix calculations for bytes<->samples conversionsThomas Jones2016-06-111-5/+4
* audiovisualizer: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Thomas Jones2016-06-111-1/+1
* audiovisualizer: fix timestamp calculation for audio channels > 1Thomas Jones2016-06-111-5/+4
* videodecoder: handle buffer's flags at offsetVíctor Manuel Jáquez Leal2016-06-091-3/+13
* videodecoder: squash two message logs into oneVíctor Manuel Jáquez Leal2016-06-091-3/+3
* videodecoder: playback rate is in input_segmentVíctor Manuel Jáquez Leal2016-06-091-1/+1
* videodecoder: Use input segment rate instead of output segment rate to decide...Sebastian Dröge2016-06-091-1/+1
* videodecoder: Only drain in KEY_UNITS trick mode after a keyframe in forwards...Sebastian Dröge2016-06-091-2/+10
* videodecoder: Don't push late framesEdward Hervey2016-06-091-0/+18
* videodecoder: Avoid recursive drain/flush callsEdward Hervey2016-06-071-1/+1
* videodecoder: Drain out keyframes in TRICK_MODE_KEY_UNITSEdward Hervey2016-06-071-0/+7
* videodecoder: Drain decoder on DISCONT buffersEdward Hervey2016-06-071-0/+3
* tagdemux: preserve timestamp when skipping a tag at the beginning of a bufferMichael Olbrich2016-06-041-0/+2
* video-color: Fix colorimetry IS_UNKNOWNStian Selnes2016-06-022-3/+60