summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* udpsrc: Plug leaks of saddr in error casesJan Alexander Steffens (heftig)2021-05-141-0/+2
* udpsrc: WhitespaceJan Alexander Steffens (heftig)2021-05-141-1/+1
* deinterlace: Plug a method subobject leakJan Alexander Steffens (heftig)2021-05-141-1/+1
* qtmux: Make sure to write 64-bit STCO table when needed.Jan Schmidt2021-04-302-7/+24
* rtpjitterbuffer: Avoid generation of invalid timestampsEdward Hervey2021-04-221-3/+32
* rtspsrc: Fix race saving seek event seqnum.Doug Nazar2021-04-201-5/+5
* rtpjitterbuffer: Check srcresult before waiting on the condition variable tooSebastian Dröge2021-04-141-0/+4
* rtspsrc: Using multicast UDP has no relation to seekabilityNirbheek Chauhan2021-04-131-2/+1
* rtspsrc: Add more logging for range parsing and seekableNirbheek Chauhan2021-04-131-1/+9
* rtpjitterbuffer: More logging when calculating rfc7273 timestampsNirbheek Chauhan2021-04-131-2/+8
* gst: don't use volatile to mean atomicMatthew Waters2021-04-131-1/+1
* rtspsrc: Fix more signalsAlba Mendez2021-03-251-4/+3
* Update docs cache and fix before-send signal doc syntaxNirbheek Chauhan2021-03-251-2/+2
* rtspsrc: Fix accumulation of before-send signal return valuesNirbheek Chauhan2021-03-251-1/+9
* rtpjitterbuffer: Fix parsing of the mediaclk:direct= fieldSebastian Dröge2021-03-171-1/+1
* matroskademux: Fix extraction of multichannel WavPackSebastian Dröge2021-03-152-46/+55
* matroskademux: Initialize track context out parameter to NULL before parsingSebastian Dröge2021-03-151-0/+2
* wavenc: Fixed INFO chunk corruption, caused by odd sized data not being padde...Ashley Brighthope2021-02-171-2/+9
* videoflip: fix possible crash when setting the video-direction while runningMatthew Waters2021-01-132-50/+132
* deinterlace: force -DPREFIX on macosIgnacio Casal Quinteiro2020-12-301-1/+6
* splitmuxsink: Avoid deadlock when releasing a pad from a running muxerVivia Nikolaidou2020-12-172-1/+14
* splitmuxsink: Fix for 'reference bytes muxed' check.Jan Schmidt2020-12-142-7/+23
* splitmuxsink: Add debug for fragment opened/closed msgsJan Schmidt2020-12-141-0/+3
* splitmuxsink: Convert asserts into element errors.Jan Schmidt2020-12-141-9/+25
* deinterlace: Enable x86 assembly with nasm on MSVCNirbheek Chauhan2020-11-241-2/+1
* qtmux: Chain up when releasing pad, and fix some locking.Jan Schmidt2020-11-211-3/+15
* aacparse: Fix caps change handlingVivia Nikolaidou2020-11-161-7/+7
* rtspsrc: Ensure same group-id used for both TCP/UDP stream-start eventsChrisDuncanAnyvision2020-11-112-2/+28
* rtspsrc: Use consistent URI hashed stream-id for UDP and TCP/Interleaved streamsChrisDuncanAnyvision2020-11-111-4/+9
* flvmux: Release pads via GstAggregatorSebastian Dröge2020-11-021-3/+4
* splitmuxsink: Change EOS catching logic.Jan Schmidt2020-10-312-6/+14
* splitmuxsink: Don't use the element state lockJan Schmidt2020-10-312-3/+28
* splitmuxsink: Don't busy loop on a non-ready pad.Jan Schmidt2020-10-311-3/+6
* splitmuxsrc: Mark running=false on shutdown.Jan Schmidt2020-10-311-2/+1
* splitmuxsink: Forward EOS messages from async fragments.Jan Schmidt2020-10-311-9/+8
* splitmuxsink: Never start a new fragment with no reference buffersJan Schmidt2020-10-312-2/+13
* matroska-mux: Fix sparse stream crashJan Schmidt2020-10-291-4/+3
* rtputils: Count metas with an empty tag list for copying/keepingArun Raghavan2020-10-221-2/+3
* rtpbin: Remove the rtpjitterbuffer with the streamNicolas Dufresne2020-10-041-0/+5
* rtpbin: Cleanup dead codeNicolas Dufresne2020-10-041-7/+0
* rtph26*depay: drop FU's without a corresponding start bitMatthew Waters2020-10-044-0/+43
* imagefreeze: Response caps query from srcpadSeungha Yang2020-10-031-10/+21
* rtpmp4gdepay: Allow lower-case "aac-hbr" instead of correct "AAC-hbr"Sebastian Dröge2020-10-031-1/+1
* rtspsrc: Fix push-backchannel-buffer parameter mismatchRicky Tang2020-10-031-2/+2
* flvmux: Improve logging of gst_flv_mux_buffer_to_tag_internalJan Alexander Steffens (heftig)2020-10-011-1/+16
* flvmux: Move stream skipping to GstAggregatorPadClass.skip_bufferJan Alexander Steffens (heftig)2020-10-011-39/+45
* splitmuxsink: fix sink pad release while PLAYINGMathieu Duponchelle2020-09-301-51/+59
* gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-074-5/+7
* flvmux: Avoid crash when best pad gets flushedJan Alexander Steffens (heftig)2020-08-311-2/+9
* flvmux: Correct breaks in gst_flv_mux_find_best_padJan Alexander Steffens (heftig)2020-08-311-26/+24