summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-02Back to development1.18Tim-Philipp Müller1-1/+1
2022-02-02Release 1.18.61.18.6Tim-Philipp Müller5-17/+364
2022-01-28webrtcbin: Chain up to parent constructed methodJakub Adam1-0/+2
2022-01-18webrtc: fix log error message in function gst_webrtc_bin_set_local_descriptionDave Piché1-1/+1
2022-01-18mxfdemux: don't error out if VANC track only contains packets we don't handleTim-Philipp Müller1-5/+11
2022-01-18av1parser: Fix data type of film grain paramMengkejiergeli Ba1-2/+2
2022-01-17assrender: Support RFC8081 mime typesRafał Dzięgiel1-1/+5
2022-01-17assrender: Add "application/vnd.ms-opentype" mimetype detectionRafał Dzięgiel1-1/+2
2022-01-17assrender: Handle ".ttc" attachment extensionRafał Dzięgiel1-1/+2
2022-01-17pitch: Specify layout as required for negotiationThibault Saunier2-6/+8
2021-11-05magicleap: update lumin_rt libraries names to the latest official versionAntonio Ospite1-2/+2
2021-10-31codecs: h265decoder: Fix per-slice leakSeungha Yang1-0/+6
2021-10-31mpeg4videoparse: fix criticals trying to insert configs that don't exist yetTim-Philipp Müller1-19/+23
2021-10-31webrtcbin: Always set SINK/SRC flagsSebastian Dröge1-0/+10
2021-10-29mpegtspacketizer: memcmp potentially seen_before dataVivia Nikolaidou1-3/+14
2021-10-29zxing: update to support version 1.1.1Stéphane Cerveau3-29/+61
2021-10-21interlace: Reset after changing state to READYJan Alexander Steffens (heftig)1-6/+6
2021-09-09Back to developmentTim-Philipp Müller1-1/+1
2021-09-08Release 1.18.51.18.5Tim-Philipp Müller5-9/+878
2021-09-08vulkan: don't link to XOpenDisplay in documentationMathieu Duponchelle1-1/+1
2021-09-06rtpsrc: Fix wrong/NULL URI handlingThibault Saunier1-3/+16
2021-09-06tsdemux: Clear all streams when rewindingEdward Hervey1-4/+21
2021-09-06mpeg2enc: Only allow 1 pending frame for encodingJan Schmidt3-16/+25
2021-09-02videoparseutils: Fix for wrong CEA708 minimum size checkSeungha Yang1-1/+5
2021-08-30mpeg2enc: fix interlace-mode detectionMathieu Duponchelle1-1/+19
2021-08-25openh264enc: fix broken header AU emission by base classTim-Philipp Müller1-25/+0
2021-08-25openh264enc: fix header buffer leakTim-Philipp Müller1-1/+1
2021-08-25openh264enc: fix broken sps/pps header generationTim-Philipp Müller1-2/+7
2021-08-23dashdemux: Properly initalize GErrorEdward Hervey1-1/+1
2021-08-20mfvideosrc: Fix for negative MF strideSeungha Yang3-20/+186
2021-08-18v4l2slh264dec: Fix slice header bit size calculationNicolas Dufresne1-2/+2
2021-08-09x265: Fix a deadlock when failing to create the x265enc.He Junyan1-2/+5
2021-07-29audiolatency: Handle audio buffers with invalid durationNirbheek Chauhan1-9/+18
2021-07-16rtmp2src: workaround a GLib race when destroying a GMainContext/GSourceMatthew Waters1-1/+4
2021-07-09dashdemux: Remove duplicate logging callPhilippe Normand1-1/+0
2021-07-08dashdemux: Log protection events on corresponding padPhilippe Normand1-1/+4
2021-07-08mfvideosrc: Fix negotiation when interlace-mode is specifiedSeungha Yang2-2/+2
2021-07-08ccconverter: fix framerate caps negotiation from non-cdp to cdpMatthew Waters2-5/+22
2021-07-08mxfvanc: Handle empty ANC essenceEdward Hervey2-2/+33
2021-07-08opencv: Fix build error on macOSyoungsoo.lee1-0/+1
2021-06-24tsmux: When selecting random PIDs, name the pads according to those PIDsSebastian Dröge1-1/+7
2021-06-24tsmux: Recheck existing pad PIDs when requesting a new pad with a random pidSebastian Dröge1-1/+23
2021-06-22h264parse,h265parse: Push parameter set NAL units again per segment-doneSeungha Yang2-0/+2
2021-06-22h265parse: Fix a typo in get_compatible_profile_caps().He Junyan1-1/+2
2021-06-02waylandsink: Fix for missing initial configureNicolas Dufresne1-1/+1
2021-06-01interlace: Don't set field-order field for progressive capsSeungha Yang1-0/+4
2021-06-01interlace: Drop framerate from query caps of sinkpadSeungha Yang1-7/+14
2021-05-21audiolatency: Drop incoming downstream stick eventsSeungha Yang1-0/+22
2021-05-21audiolatency: Use live mode audiotestsrcSeungha Yang1-1/+2
2021-05-20interlace: Fix too small buffer size errorSeungha Yang1-5/+34