summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.5.911.5.91Sebastian Dröge2015-09-1833-90/+356
* Update .po filesSebastian Dröge2015-09-1838-38/+38
* appsink: Fix 'steaming' typo in API docChristophe Fergeau2015-09-182-6/+6
* po: Update translationsSebastian Dröge2015-09-182-169/+177
* playback-test: avoid critical on exitRavi Kiran K N2015-09-181-1/+2
* basetextoverlay: fix typo in debug log messagePrashant Gotarne2015-09-181-1/+1
* audiosink, multisocketsink: Fix error leak during failuresVineeth T M2015-09-172-0/+2
* uridecodebin: Use the correct caps name for MS Smooth Streaming manifestsSebastian Dröge2015-09-161-1/+1
* appsink: minor docs fixTim-Philipp Müller2015-09-151-2/+2
* videopool: ensure allocation alignment is consistent with video alignment req...Tim-Philipp Müller2015-09-151-1/+20
* xvimagesink: fix error leak when context creation failsVineeth TM2015-09-141-1/+2
* playback: Add POINTER_TO_ULONG() macro for consistencySebastian Dröge2015-09-111-5/+6
* playback: fix build error for 64bit Windows build by MinGWKouhei Sutou2015-09-111-2/+4
* video-format: add missing alpha flag for some formatsThiago Santos2015-09-101-6/+8
* appsrc: Always take the mutex before flushing the queueSebastian Dröge2015-09-091-0/+9
* appsrc: retain the latest caps in queue when flushingVikram Fugro2015-09-092-5/+98
* video: improve GstVideoFormatUnpack docsTim-Philipp Müller2015-09-071-3/+8
* libs: Fix build error on MinGW where "%ll" is not availableKouhei Sutou2015-09-061-1/+1
* libs: build rtp after audioHavard Graff2015-09-041-1/+1
* libs: rtp is no longer an independent subdirTim-Philipp Müller2015-09-041-1/+1
* videoscale: fix gamma-decode optionWim Taymans2015-09-031-1/+2
* basetextoverlay: FIX crash if padding greater than video sizePrashant Gotarne2015-09-031-0/+13
* appsrc: remove duplicate get_size vfunc assignmentPhilippe Normand2015-08-311-1/+0
* allocators: include gstfdmemory.h in the main library header, allocators.hGeorge Kiagiadakis2015-08-291-0/+1
* audiobasesink: fix misleading error message debug detailTim-Philipp Müller2015-08-291-1/+2
* playsinkconvertbin: implement accept-caps handlerThiago Santos2015-08-281-0/+47
* audiobasesink: Fix incorrect/missing custom slaving method documentationCarlos Rafael Giani2015-08-282-20/+26
* subparse: use g_clear_error instead of g_error_freeEunhae Choi2015-08-191-6/+6
* Release 1.5.901.5.90Sebastian Dröge2015-08-1936-85/+1470
* Update .po filesSebastian Dröge2015-08-1938-2135/+903
* po: Update translationsSebastian Dröge2015-08-199-999/+2204
* tools: discoverer: When info is NULL just print error and returnVineeth TM2015-08-191-1/+8
* Revert "decodebin: Handle the preroll multi-queue size"Sebastian Dröge2015-08-181-38/+6
* Revert "decodebin: Store extra_buffer_required per group, not globally"Sebastian Dröge2015-08-181-31/+26
* Revert "decodebin: If extra buffers are going to be required, we're still pre...Sebastian Dröge2015-08-181-11/+10
* video(en|de)coder: Return TRUE when we consumed a tag event without creating ...Sebastian Dröge2015-08-182-0/+4
* audiodecoder: If there are no tags, don't try to do event handling on a NULL ...Sebastian Dröge2015-08-181-0/+6
* audioencoder: If there are no tags, don't try to do event handling on a NULL ...Sebastian Dröge2015-08-181-0/+6
* tools: gst-play: Use g_build_filename instead of g_strconcatVivia Nikolaidou2015-08-181-1/+1
* decodebin: If extra buffers are going to be required, we're still prerollingSebastian Dröge2015-08-181-10/+11
* decodebin: Store extra_buffer_required per group, not globallySebastian Dröge2015-08-181-26/+31
* decodebin: Handle the preroll multi-queue sizeMyoungsun Lee2015-08-181-6/+38
* videoencoder: fix tag handlingTim-Philipp Müller2015-08-181-35/+104
* audioencoder: fix tag handlingTim-Philipp Müller2015-08-181-59/+116
* typefindfunctions: Add typefinder for TTML+XMLSebastian Dröge2015-08-181-0/+15
* pbutils: discoverer: Set GError when NULL info is being returned.Vineeth TM2015-08-181-0/+3
* discoverer: free context and error during failuresVineeth TM2015-08-171-0/+3
* audiodecoder: try harder to avoid sending unnecessary tag updatesTim-Philipp Müller2015-08-161-1/+2
* videodecoder: fix tag handlingTim-Philipp Müller2015-08-161-24/+81
* tests: audiodecoder: add unit test for tag handlingTim-Philipp Müller2015-08-161-0/+226