summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-17gst: don't use volatile to mean atomic1.16Matthew Waters12-21/+21
2021-03-15matroskademux: Fix extraction of multichannel WavPackSebastian Dröge2-46/+55
2021-03-15matroskademux: Initialize track context out parameter to NULL before parsingSebastian Dröge1-0/+2
2020-10-21Release 1.16.31.16.3Tim-Philipp Müller6-63/+840
2020-10-21Update docsTim-Philipp Müller72-73/+73
2020-10-21Update translationsTim-Philipp Müller5-1076/+1010
2020-10-20Automatic update of common submoduleTim-Philipp Müller2-53/+52
2020-09-28rtpjitterbuffer: fix item freeing for 1.16 branchTim-Philipp Müller3-1/+20
2020-09-28rtpjitterbuffer: Properly free internal packets queue in finalize()Sebastian Dröge2-15/+18
2020-09-28v4l2videodec: Increase internal bitstream pool sizeNicolas Dufresne1-1/+4
2020-09-27rtspsrc: Don't return TRUE for unhandled querySeungha Yang1-2/+3
2020-09-27rtspsrc: Avoid stack overflow recursing waiting for responseThibault Saunier1-5/+8
2020-09-27rtpbin: fix shutdown crash in rtpbinHavard Graff2-13/+76
2020-09-25jpegdec: check buffer size before dereferencing. Fixes #541Jérôme Laheurte1-0/+2
2020-09-25qtdemux: fix allocation explosion with stsd entriesJustin Chadwell2-1/+56
2020-09-25qtdemux: fix crashes when input stream contained no stsd entriesJustin Chadwell2-0/+54
2020-09-25flacenc: Pass audio info from set_format() to query_total_samples() explicitlySebastian Dröge1-4/+3
2020-09-25pulse: fix discovery of newly added devicesGuillaume Desmottes1-2/+0
2020-09-25Use gst_element_class_set_metadata when passing dynamic stringsJordan Petridis2-2/+2
2020-09-25speex: Fix crash on Windows caused by cross-CRT issueSeungha Yang2-2/+3
2020-09-25rtspsrc: Use the correct type for storing the max-rtcp-rtp-time-diff propertySebastian Dröge1-1/+1
2020-09-25rtspsrc: Error out when failling to receive message responseThibault Saunier1-0/+18
2020-09-25deinterlace: Force renegotiation when changing modeJan Schmidt1-8/+18
2020-09-25slitmuxsrc: Properly stop the loop if not part reader is presentEdward Hervey1-0/+4
2020-09-25qtdemux: Add 'mp3 ' fourcc that VLC seems to produce nowOlivier Crête2-0/+2
2020-09-25jack: Use jack_free(3) to release portsokuoku2-5/+5
2020-06-07flacparse: fix broken reordering of flac metadataJennifer Berringer1-12/+16
2020-06-07rtpsession: rename RTCP threadNicolas Pernas Maradei1-1/+1
2020-03-13tests: rtp-payloading: add minimal vp8/vp9 rtp payloading/depayloading testTim-Philipp Müller1-0/+52
2020-03-13rtpvp8pay, rtpvp9pay: fix caps leak in set_caps()Stian Selnes2-0/+2
2020-03-13videomixer: Don't leak peer capsEdward Hervey1-0/+3
2020-02-10rtspsrc: Fix for segmentation fault when handling set/get_parameter requestsAlexander Lapajne1-1/+7
2020-02-08v4l2: map GST_VIDEO_FORMAT_BGR15Guillaume Desmottes1-0/+4
2020-02-08v4l2: fix crash on invalid capsGuillaume Desmottes1-0/+3
2020-02-04vp8enc/vp8enc: set 1 for the default value of VP8E_SET_STATIC_THRESHOLDJulien Isorce1-3/+6
2020-02-04jpegdec: Check return value of gst_buffer_map()Nicolas Dufresne1-1/+10
2020-01-14wavenc: Fix writing of the channel mask with >2 channelsSebastian Dröge1-1/+1
2020-01-07videocrop: allow properties to be animated by GstControllerDaniel Molkentin1-4/+25
2019-12-06rtpjpegdepay: outputs framed jpegTim-Philipp Müller1-3/+4
2019-12-06qtdemux: Specify REDIRECT information in error messageThibault Saunier2-8/+26
2019-12-03Release 1.16.21.16.2Tim-Philipp Müller6-21/+447
2019-12-03Update docsTim-Philipp Müller72-77/+77
2019-12-03Update translationsTim-Philipp Müller1-99/+160
2019-12-02rtpL16depay: don't crash if data is not modulo channels*widthHavard Graff1-2/+14
2019-11-29vp9dec: Fix broken 4:4:4 8bits decodingSeungha Yang1-2/+5
2019-11-29rtpsession: add locking for clear-pt-mapHavard Graff2-0/+46
2019-11-20wavparse: Fix push mode ignoring audio with a size smaller than segment bufferAmr Mahdi1-3/+3
2019-11-20wavparse: Fix ignoring of last chunk in push modeAmr Mahdi1-7/+18
2019-11-20v4l2bufferpool: Queue number of allocated buffers to captureNicolas Dufresne2-2/+6
2019-11-19v4l2object: Workaround bad TRY_FMT colorimetry implementationNicolas Dufresne1-6/+14