summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checks: Ensure thread-safe libX11/GL when running testsEdward Hervey2015-08-152-2/+31
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-158-0/+25
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-159-0/+28
* rtph265depay: make sure we call handle_nal for each NALLuis de Bethencourt2015-08-151-1/+5
* gloverlaycompositor: Also disable the blend when doneNicolas Dufresne2015-08-151-0/+1
* glsink: Enable sync meta on pools we offerNicolas Dufresne2015-08-153-0/+7
* gtkglsink: Add overlay composition supportNicolas Dufresne2015-08-153-0/+93
* gtkglsink: Fix unsafe handling of buffer life timeNicolas Dufresne2015-08-154-32/+58
* gtkglsink: Remove reset pathNicolas Dufresne2015-08-153-48/+0
* glimagesink: Move overlay rendering after video renderingNicolas Dufresne2015-08-151-2/+2
* 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
* opengl: Change GLclampd to doubleSebastian Dröge2015-08-151-1/+1
* opengl: add missing ClearDepth prototypeMartin Kelly2015-08-151-0/+2
* h264parse: Clear SPS info after processing.Jan Schmidt2015-08-152-1/+5
* facedetect: Refactor the codeVanessa Chipirrás Navalón2015-08-141-27/+28
* 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
* dashdemux: add support for HTTP HEAD method of time syncAlex Ashley2015-08-144-11/+187
* dashdemux: post-review fixup of UTCTiming elementAlex Ashley2015-08-141-2/+34
* dashdemux: add support for UTCTiming elements for clock drift compensationAlex Ashley2015-08-146-5/+541
* check: Rename states unit testEdward Hervey2015-08-141-1/+1
* spu-pgs: fix buffer and event leakVineeth TM2015-08-131-2/+5
* dvdspu: Fix event leaksVineeth TM2015-08-131-2/+6
* Revert "srtpdec: Add support for buffer list"Sebastian Dröge2015-08-131-141/+1
* rtph265depay: checking if depay has sps/pps nals before insertionLuis de Bethencourt2015-08-121-1/+1
* rtph265depay: only update the srcpad caps if something else than the codec_da...Luis de Bethencourt2015-08-121-2/+41
* rtph265depay: PPS replaces old PPS if it has the same idLuis de Bethencourt2015-08-121-1/+1
* rtph265depay: Insert SPS/PPS NALs into the streamLuis de Bethencourt2015-08-121-0/+50
* rtph265depay: implement process_rtp_packet() vfuncLuis de Bethencourt2015-08-121-16/+8
* rtph265depay: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Luis de Bethencourt2015-08-121-2/+2
* rtph265depay: prevent trying to get 0 bytes from adapterLuis de Bethencourt2015-08-121-4/+6
* codecparsers: h265: Fix the range of delta_chroma_log2_weight_denomSreerenj Balachandran2015-08-121-1/+1
* codecparsers: h265: Fix the parsing of ref_pic_lists_modificationSreerenj Balachandran2015-08-121-1/+1
* glimagesink: take into account non 1/1 par for navigationMatthew Waters2015-08-121-12/+45
* gtk: fix motion event nameMatthew Waters2015-08-121-1/+1
* gtk: correct navigation events for window scalingMatthew Waters2015-08-121-2/+75
* frei0r: Fix setting string parametersNicolas Dufresne2015-08-111-6/+2
* gtk: implement GstNavigation interfaceMatthew Waters2015-08-113-1/+142
* opus: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge2015-08-112-0/+59
* videoparsers: h265: Fix the frame start detection codeSreerenj Balachandran2015-08-111-2/+2
* videoparsers: h265: Avoid skipping of EOS and EOB nalsSreerenj Balachandran2015-08-111-1/+1
* facedetect: wrong form to write the delete operatorVanessa Chipi2015-08-111-1/+1
* facedetect: simplify repeated code.vanechipi2015-08-111-3/+4
* facedetect: Redundancy exists in code.vanechipi2015-08-111-7/+7
* gl: Add opengl_version.h to the list of sourcesNicolas Dufresne2015-08-101-1/+2
* examples: facedetect: only create variables when neededLuis de Bethencourt2015-08-101-10/+11