summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* spu-pgs: fix buffer and event leakVineeth TM2015-08-131-2/+5
* dvdspu: Fix event leaksVineeth TM2015-08-131-2/+6
* 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
* frei0r: Fix setting string parametersNicolas Dufresne2015-08-111-6/+2
* 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
* asfmux: output TIME segment if we output a stream and won't seek back laterTim-Philipp Müller2015-08-081-2/+31
* h265parse: expose compatible profiles to downstreamSreerenj Balachandran2015-08-071-0/+106
* rgb2bayer: Use mapped frame strideNicolas Dufresne2015-08-061-1/+1
* rgb2bayer: Protect against failing mapNicolas Dufresne2015-08-061-2/+12
* bayer2rgb: Read stride from the video infoNicolas Dufresne2015-08-061-1/+1
* bayer2rgb: Protect against failing mapNicolas Dufresne2015-08-061-2/+13
* pcapparse: Segment should start at base tsNicolas Dufresne2015-08-051-1/+1
* camerabin2: Fix string typoAnders Jonsson2015-08-051-1/+1
* rawparse: fix duplicated format in handle_seek_pullJimmy Ohn2015-08-041-3/+2
* audiointerleave: Avoid caps processing if not yet negotiatedOlivier Crête2015-07-301-0/+7
* audioaggregator: On timeout, resync pads with not enough dataOlivier Crête2015-07-301-0/+14
* aggregator: Queue "latency" buffers at each sink pad.Olivier Crête2015-07-301-1/+1
* h265parse: Avoid checking for Non Mandatory VPS NALVineeth TM2015-07-301-2/+2
* sdpdemux: assertion error due to wrong condition checkVineeth TM2015-07-301-1/+1
* rtp: remove dead assignmentLuis de Bethencourt2015-07-291-2/+0
* mpegtsmux: use GQueue instead of GList prepend/reverseTim-Philipp Müller2015-07-292-20/+10
* sdpdemux: remove redundant assignmentLuis de Bethencourt2015-07-291-1/+1
* mpegtsbase: remove redundant checkLuis de Bethencourt2015-07-291-3/+1
* sdpdemux: Don't assert in GstAdapter if no data was received before EOSSebastian Dröge2015-07-291-1/+10
* sdpdemux: Strip keys from the fmtp that we use internally in our capsSebastian Dröge2015-07-291-2/+20
* h264parse: Add more NAL types for debugging output.Jan Schmidt2015-07-291-2/+7
* mpegtsmux: Don't clear the PID on reset.Jan Schmidt2015-07-291-1/+0