summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* mpegtsmux: fix reserve bits so they are 1'sBob Holcomb2016-01-111-3/+3
* mxftypes: Don't store pointers in stack allocated guintsSebastian Dröge2016-01-111-4/+3
* pcapparse: don't crash on 0-sized packetsTim-Philipp Müller2015-12-231-1/+5
* pcapparse: Forward FLUSH_STOP events downstream tooPaolo Pettinato2015-12-071-1/+2
* tsdemux: fix pending buffers leak when flushingNicolas Huet2015-11-161-0/+14
* tsdemux: Fix pad leak when the pad is never exposedEtienne Peron2015-11-161-0/+2
* dvbsuboverlay: Don't send flush eventsEdward Hervey2015-11-071-30/+3
* ivfparse: Add vp9 supportSreerenj Balachandran2015-10-292-3/+23
* pnmdec: drop frame in case of _handle() failureReynaldo H. Verdejo Pinochet2015-10-201-0/+1
* pnmdec: propagate input state after parsingReynaldo H. Verdejo Pinochet2015-10-202-1/+32
* pnmdec: completely reset parsing state at flushReynaldo H. Verdejo Pinochet2015-10-201-4/+1
* id3tag: fix sample memory leakVineeth TM2015-10-071-1/+5
* audioaggregator: Fix build errorVineeth TM2015-10-071-7/+8
* audioaggregator: Select the initial offset based on the start segment positionSebastian Dröge2015-10-021-3/+10
* mpegtsmux: fix downstream key unit events handling with hlssinkTim-Philipp Müller2015-09-301-2/+1
* dvdspu: fix pgs palette colorsArnaud Vrac2015-09-271-2/+2
* audiomixer: fix deadlock when G_DISABLE_ASSERT is not definedTim-Philipp Müller2015-09-261-1/+1
* audioaggregator: Only skip the remaining part of a GAP bufferSebastian Dröge2015-09-181-1/+1
* dvdspu: pgs: fix printf format/argument mismatch in debug statementsTim-Philipp Müller2015-09-171-5/+6
* pcapparse: Hook up the recently added change_state vfunc.Jan Schmidt2015-09-181-1/+6
* Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt2015-09-181-2/+7
* intervideosink: render preroll frames as wellTim-Philipp Müller2015-09-162-10/+9
* dvbsuboverlay: Check if downstream supports GstVideoOverlayComposition.Jan Schmidt2015-09-171-3/+13
* audioaggregator: Fix mixup of running times and segment positionsSebastian Dröge2015-09-141-38/+100
* audioaggregator: Use stream time in the position query instead of segment pos...Sebastian Dröge2015-09-141-2/+3
* compositor: Ensure all arguments to CLAMP are signed intNirbheek Chauhan2015-09-041-2/+2
* pcapparse: Reset state on flush and state changesOlivier Crête2015-08-311-4/+23
* compositor: variables in clamp_rectangle() should be signedNirbheek Chauhan2015-08-291-7/+7
* Fix file permissions of some filesTim-Philipp Müller2015-08-281-0/+0
* compositor: remove check for below zero for unsigned valueLuis de Bethencourt2015-08-281-4/+4
* dvbsuboverlay: Fix caps memory leak by making static caps actually staticSebastian Dröge2015-08-271-1/+1
* h264parse/h265parse: Fix negotiation crashNicolas Dufresne2015-08-262-2/+4
* compositor: Actually use the output resolution for clampingNirbheek Chauhan2015-08-261-17/+41
* tsdemux: fix latency handling againTim-Philipp Müller2015-08-241-2/+1
* liveadder: fix assertion when copying buffer regionGuillaume Marquebielle2015-08-181-8/+41
* videoencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+2
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-172-0/+3
* videoparsers: Use gst_base_parse_merge_tags()Olivier Crête2015-08-168-16/+16
* mpegtsdemux: Fix illogical comparisionEdward Hervey2015-08-161-1/+1
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-152-0/+6
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-152-0/+7
* rtph265depay: make sure we call handle_nal for each NALLuis de Bethencourt2015-08-151-1/+5
* rtph265pay: Copy metadata in the payloader, but only the relevant onesLuis de Bethencourt2015-08-151-6/+8
* rtph265pay: Use GST_WARNING_OBJECT() instead of GST_WARNING()Luis de Bethencourt2015-08-151-2/+2
* rtph265pay: fix potential crash when shutting downLuis de Bethencourt2015-08-151-2/+7
* h264parse: Clear SPS info after processing.Jan Schmidt2015-08-151-0/+1
* pngparse: enable accept-intersect and accept-template flags on sinkpadThiago Santos2015-08-141-0/+2
* videoparsers: enable accept-template flagThiago Santos2015-08-147-0/+7
* rtph265pay: fix buffer leak when using SPS/PPSLuis de Bethencourt2015-08-141-1/+3
* rtph265depay: copy metadata in the depayloader, but only the relevant onesLuis de Bethencourt2015-08-142-0/+89