summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-21mpeg2decoder: Fix multiplication wraparound1.20Marek Vasut1-2/+2
2023-12-21vp9decoder: Fix multiplication wraparoundMarek Vasut1-3/+6
2023-12-21vp8decoder: Fix multiplication wraparoundMarek Vasut1-3/+5
2023-09-07sdp: fix wrong error message for missing clock-rate in capsStephan Seitz1-1/+1
2023-07-26Back to developmentTim-Philipp Müller22-32/+32
2023-07-26Release 1.20.71.20.7Tim-Philipp Müller70-82/+2016
2023-07-26Update ChangeLogs for 1.20.7Tim-Philipp Müller12-0/+442
2023-07-20rmdemux: Check for integer overflow when calculation audio packet sizeSebastian Dröge1-1/+7
2023-07-20rmdemux: Use GST_LOG_OBJECT instead of GST_LOGSebastian Dröge1-2/+2
2023-07-20rmdemux: Check that enough SIPR audio data is available when copyingSebastian Dröge1-1/+7
2023-07-20rmdemux: Check for integer overflows when calculating the size of SIPR audio ...Sebastian Dröge1-1/+7
2023-07-20rmdemux: Use GST_LOG_OBJECT instead of GST_LOGSebastian Dröge1-2/+2
2023-06-21subparse: Skip after the end of a valid closing tag instead of only skipping `<`Sebastian Dröge1-0/+2
2023-06-21subparse: Look for the closing `>` of a tag after the opening `<`Sebastian Dröge1-1/+1
2023-06-21dvdspu: Avoid integer overflow when checking if enough data is availableSebastian Dröge1-1/+2
2023-06-21dvdspu: Make sure enough data is allocated for the available dataSebastian Dröge1-0/+3
2023-06-20tags: Don't allow image tags with G_MAXUINT32 lengthSebastian Dröge1-1/+2
2023-06-20flacparse: Avoid integer overflow in available data check for image tagsSebastian Dröge1-3/+3
2023-06-18medias: Bump the medias commitNicolas Dufresne1-0/+0
2023-06-18h265parse: Don't override upstream framerateNicolas Dufresne2-9/+6
2023-06-18h265parse: Rename parsed_framerate to framerate_from_capsNicolas Dufresne2-5/+5
2023-06-18h265parse: Fix to check returned valueMengkejiergeli Ba1-4/+10
2023-06-14asfmux: fix potentially unaligned write on 32-bit ARMTim-Philipp Müller1-8/+4
2023-06-14tests: rtpbin_buffer_list: fix possible unaligned read on 32-bit ARMTim-Philipp Müller1-2/+8
2023-06-14filesink: Fix buffered mode writingSeungha Yang2-0/+92
2023-06-12ptp: Correctly parse clock ID from the commandline parameters in the helperSebastian Dröge1-1/+28
2023-06-11qtdemux: add unit test for edit list regressionTim-Philipp Müller2-0/+139
2023-06-11Revert "qtdemux: fix conditions for end of segment in reverse playback"Mathieu Duponchelle1-9/+1
2023-06-11ptp: Work around bug in ptpd in default configurationSebastian Dröge1-4/+39
2023-06-11qtmux: Fix extraction of CEA608 data from S334-1A packetsSebastian Dröge1-5/+5
2023-06-11avviddec: Temporarily unlock stream lock while flushing buffersSebastian Dröge1-0/+5
2023-06-11video-blend: Fix linking error with C++Seungha Yang1-0/+4
2023-06-11tests: allocators: Fix fdmem test with recent GLibJan Alexander Steffens (heftig)1-1/+38
2023-05-06rtspsrc: Skip PTs with caps incompatible to the global capsSebastian Dröge1-0/+7
2023-05-06tsdemux: Set number of channels to 2 for dual mono OpusSebastian Dröge1-0/+1
2023-05-06rtsp-server: media: First set state to PLAYING again temporarily, then send EOSSebastian Dröge1-3/+3
2023-05-06rtspsrc: Fix handling of `*` control pathSebastian Dröge1-1/+1
2023-05-06audiotestsrc: Initialize all samples in wave=ticks modeSebastian Dröge1-0/+4
2023-04-17qtdemux: Fix av1C parsingEdward Hervey1-3/+4
2023-04-16imagesequencesrc: Properly set default locationJan Alexander Steffens (heftig)2-2/+2
2023-03-30glimagesink: Fix render rect assertionNicolas Dufresne1-0/+4
2023-03-25rtpjpegdepay: fix logic error when checking if an EOI is presentTim-Philipp Müller1-1/+1
2023-03-25ksdeviceprovider: Fix leak in gst_dshow_device_provider_startAdrien De Coninck1-1/+1
2023-03-25dshowdeviceprovider: Fix leak in gst_dshow_device_provider_startAdrien De Coninck1-1/+1
2023-03-15cea708overlay: fix HCR interpretationMatthew Waters1-5/+5
2023-03-14rtspsrc: Consider "451: Parameter Not Understood" when handling broken contro...Matt Feury1-0/+1
2023-02-28ffmpeg: avauddec/avviddec: Free packet side data after usageSebastian Dröge2-3/+7
2023-02-27gsturisourcebin: Don't try to plug a typefinder on dynamic sources.Enrique Ocaña González1-4/+9
2023-02-24Back to developmentTim-Philipp Müller22-32/+32
2023-02-23Release 1.20.61.20.6Tim-Philipp Müller70-190/+2676