summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Back to development1.18Tim-Philipp Müller2022-02-022-5/+5
* Release 1.18.61.18.6Tim-Philipp Müller2022-02-026-21/+288
* rtspsrc: Fix critical while serializing timeout element messageNirbheek Chauhan2022-01-281-2/+20
* multifilesrc: fix caps leakCélestin Marot2022-01-171-0/+1
* shout2: Add compatibility for libshout >= 2.4.2Tobias Reineke2021-11-201-0/+6
* v4l2: Update fmt if padded height is greater than fmt heightTrung Do2021-11-201-0/+12
* v4l2bufferpool: set video alignment of video metaHaihua Hu2021-11-201-2/+6
* qtmux: Fix deadlock in gst_qt_mux_prepare_moov_recoveryErlend Eriksen2021-11-051-5/+1
* matroska: Add support for muxing/demuxing ffv1Sebastian Dröge2021-10-294-2/+23
* qtdemux: Try to build AAC codec-data whenever it's possibleSeungha Yang2021-10-291-21/+35
* Back to developmentTim-Philipp Müller2021-09-092-5/+5
* Release 1.18.51.18.5Tim-Philipp Müller2021-09-086-13/+764
* jpegdec: Fix crash when interlaced field height is not DCT block size alignedSeungha Yang2021-09-071-3/+8
* rtspsrc: Remove some dead codeNirbheek Chauhan2021-09-071-9/+0
* rtspsrc: Do not overwrite the known duration after a seekNirbheek Chauhan2021-09-071-1/+0
* rtspsrc: Just assign the segment instead of memcpyNirbheek Chauhan2021-09-071-3/+3
* rtspsrc: De-dup seek event seqnums to avoid multiple seeksNirbheek Chauhan2021-09-061-1/+9
* splitmuxsink: always use factory property when setMathieu Duponchelle2021-09-061-1/+3
* avidemux: Also detect 0x000001 as H264 byte-stream start code in codec_dataSebastian Dröge2021-09-021-30/+29
* qtdemux: Force stream-start push when re-using EOS'd streamsEdward Hervey2021-08-281-2/+3
* qtdemux: add depth for ProRes 4:4:4:4 variants if availableTim-Philipp Müller2021-08-241-0/+12
* qtmux: for Apple ProRes, allow overriding pixel bit depth for 4:4:4:4 variantsRuslan Khamidullin2021-08-241-1/+1
* rtph265depay: update codec_data in caps regardless of formatNirbheek Chauhan2021-08-231-29/+2
* souphttpsrc: Always use the content decoder but set `Accept-Encoding: identit...Sebastian Dröge2021-08-151-2/+4
* rtpssrcdemux: Remove pads and reset the element also in READY->NULLSebastian Dröge2021-07-081-1/+1
* rtpptdemux: Remove pads also in PAUSED->READYSebastian Dröge2021-07-081-1/+1
* multiudpsink: Fix broken SO_SNDBUF get/set on WindowsSeungha Yang2021-07-081-25/+22
* qmlglsink: Keep old buffers around a bit longer if they were bound by QMLSebastian Dröge2021-06-113-0/+75
* qtitem: don't potentially leak a large number of buffersMatthew Waters2021-06-031-0/+11
* rtpjpegpay: fix image corruption when compiled with MSVC on WindowsTim-Philipp Müller2021-06-021-2/+3
* deinterlace: Drop "field-order" field while transforming capsSeungha Yang2021-06-011-2/+9
* deinterlace: Drop field-order field if outputting progressiveSeungha Yang2021-06-011-0/+5
* wavparse: use g_strndup() for copying text dataTim-Philipp Müller2021-06-011-2/+2
* wavparse: clean up adtl/note/labl chunk parsingTim-Philipp Müller2021-06-011-4/+2
* wavparse: guard against overflow when comparing chunk sizesTim-Philipp Müller2021-06-011-1/+1
* 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
* v4l2object: Add interlace-mode back to caps for cameraHou Qi2021-04-301-8/+19
* 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-1314-25/+25
* v4l2object: Use default colorimetry if that in caps is unknownHou Qi2021-04-011-0/+10
* v4l2object: Avoid colorimetry mismatch for streams with invalid colorimetryHou Qi2021-03-251-7/+6
* v4l2object: Add support for hdr10 stream playbackHou Qi2021-03-251-0/+6