summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* playbin: Don't ref_sink() the sinks twiceshakin chou2017-11-071-1/+0
* typefind: Use GST_READ_UINT32 macrosEdward Hervey2017-10-301-2/+2
* typefind: Fix out-of-bound memory accessEdward Hervey2017-10-301-4/+4
* gst-plugins-base: gstaudiochannels: Handled buffer mapping failureAshish Kumar2017-10-251-1/+2
* meson: Add some missing args and dependencies in the gir generationRico Tzschichholz2017-10-053-6/+6
* meson: Add mssing GstBase-1.0 include in the gir generationThibault Saunier2017-10-051-1/+1
* Release 1.12.31.12.3Sebastian Dröge2017-09-1838-42/+323
* Update .po filesSebastian Dröge2017-09-1839-265/+71
* po: Update translationsSebastian Dröge2017-09-181-46/+235
* audioconvert: Consider channel=1, channel-mask=0x0 as monoThibault Saunier2017-08-261-2/+4
* playbin: ref_sink() sink rather than pointer to sinkMark Nauwelaerts2017-08-201-1/+1
* Automatic update of common submoduleTim-Philipp Müller2017-08-172-1/+1
* decodebin3: Don't send duplicated stream-start eventSeungha Yang2017-08-171-4/+0
* urisourcebin: Push EOS if slot is still eos stateSeungha Yang2017-08-171-2/+13
* decodebin3/urisourcebin: Switch to actual EOS events internallyEdward Hervey2017-08-173-44/+60
* decodebin3: Push EOS to output stream if they are all drainedSeungha Yang2017-08-171-0/+59
* appsrc: handle duration query only if the property was setPhilippe Normand2017-08-141-2/+6
* audioencoder: also adjust sample count upon discont to avoid ts overflowMark Nauwelaerts2017-08-111-1/+20
* playbin: Make sure to ref_sink() any sinks before calling activate_sink()Sebastian Dröge2017-08-111-5/+13
* xmptag: Stop parsing GPS coordinate if sscanf() failsSebastian Dröge2017-08-111-1/+2
* videodecoder: Make sure we have an actually writable buffer when modifying me...Sebastian Dröge2017-08-111-4/+4
* videofilter: Unmap input frame if mapping output frame failedSatya Prakash Gupta2017-07-251-2/+3
* videometa: Don't crash if adding the timecode meta to a buffer failedSebastian Dröge2017-07-251-0/+2
* ssaparse: Fix buffer leak in error caseSatya Prakash Gupta2017-07-251-1/+3
* encodebin: fix possible pad ref leak in error code pathSatya Prakash Gupta2017-07-251-2/+7
* Release 1.12.21.12.2Sebastian Dröge2017-07-1435-50/+185
* Update .po filesSebastian Dröge2017-07-1439-267/+77
* po: Update translationsSebastian Dröge2017-07-141-140/+325
* convertframe: Fix leak in case of vcrop is disabledHeekyoung Seo2017-07-101-0/+1
* textoverlay: ensure text buffer has writable metadata when modifyingMark Nauwelaerts2017-07-042-3/+5
* Release 1.12.11.12.1Sebastian Dröge2017-06-2035-49/+288
* Update .po filesSebastian Dröge2017-06-2039-264/+68
* po: Update translationsSebastian Dröge2017-06-201-44/+237
* libs: Export boxed type copy/free functions for the remaining typesSebastian Dröge2017-06-206-3/+10
* audioconvert: resize output buffer to correct sizeWim Taymans2017-06-171-0/+2
* navigation: Add introspection annotations for some output parametersScott D Phillips2017-06-171-27/+31
* urisourcebin: Use downloadbuffer elementSebastian Dröge2017-06-171-7/+5
* urisourcebin: Call do_async_done when source state change returns NO_PREROLLThibault Saunier2017-06-151-0/+3
* rawvideoparse: Fix missing VideoMetaNicolas Dufresne2017-06-121-30/+17
* video: update orc generated filesScott D Phillips2017-06-022-60/+608
* Fix RGBA and ABGR pack/unpack on big endian cpuWim Taymans2017-06-012-8/+70
* discoverer: Clean up more fields to decide if parent/child streams are equiva...Sebastian Dröge2017-05-291-12/+1
* videotestsrc: Protect videoinfo with object lockOlivier Crête2017-05-292-2/+22
* urisourcebin: Unref query with gst_query_unref()Sebastian Dröge2017-05-291-1/+1
* Release 1.12.01.12.0Sebastian Dröge2017-05-0435-57/+919
* Update .po filesSebastian Dröge2017-05-0439-39/+39
* decodebin2: fix use after free from demuxer flush pad probeVincent Penquerc'h2017-05-031-1/+8
* Revert "videorate: In reverse playback mode, don't output the first buffer wi...Sebastian Dröge2017-05-021-88/+32
* libs: Check if meta transform_func is NULL before using itSebastian Dröge2017-05-025-7/+7
* videorate: In reverse playback mode, don't output the first buffer with ts=se...Sebastian Dröge2017-05-021-32/+88