summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2021-06-02Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2-4/+7
2021-04-20realmedia: Drop duplicate seek events.Doug Nazar2-7/+43
2021-04-20asfdemux: Drop duplicate seek events.Doug Nazar1-3/+12
2021-03-29xingmux: allow per feature registrationStéphane Cerveau3-5/+4
2021-03-29realmedia: allow per feature registrationStéphane Cerveau13-65/+28
2021-03-29dvdsub: allow per feature registrationStéphane Cerveau4-11/+22
2021-03-29dvdlpcmdec: allow per feature registrationStéphane Cerveau2-7/+4
2021-03-29asfdemux: allow per feature registrationStéphane Cerveau8-30/+108
2021-03-15rmdemux: Make sure we have enough data available when parsing audio/video pac...Sebastian Dröge1-0/+35
2020-07-27rmdemux: Don't ignore the return value of gst_segment_do_seek()Jan Schmidt1-2/+5
2020-07-27asfdemux: Don't ignore the return result of gst_segment_do_seek()Jan Schmidt1-6/+13
2020-07-26asfdemux: Only forward SEEK event when in push mode.Derek Lesho1-5/+5
2020-06-02asfdemux: extract WM/PartOfSet disc number and count metadataTim-Philipp Müller1-0/+17
2020-06-02asfdemux: sprinkle some INDENT-OFFTim-Philipp Müller1-0/+7
2020-04-08asfdemux: Always re-initialize metadata and global_metadataDerek Lesho1-4/+23
2019-10-13Remove autotools build systemTim-Philipp Müller8-72/+0
2019-09-02documentation: fix some typosAaron Boxer5-8/+8
2019-05-25asfdemux: remove some unused cruft in internal headersTim-Philipp Müller1-31/+0
2019-05-13docs: Port documentation to hotdocThibault Saunier6-1/+6
2019-04-26docs: Port all docstring to gtk-doc markdownThibault Saunier7-18/+20
2018-07-27Add feature options for all pluginsNirbheek Chauhan1-5/+5
2018-06-11asfdemux: Remove 0.10 codeEdward Hervey1-12/+0
2018-05-22asfdemux: Only send flush event on seeking flushesEdward Hervey1-8/+6
2018-05-04dvdsubdec: Take the highlight event from the structure.Jan Schmidt1-2/+5
2018-04-25Meson: Generate pc file for all plugins in uglyXavier Claessens5-0/+5
2018-04-16asfdemux: Set the stream-format field of H264 streamsSebastian Dröge1-0/+8
2017-11-13asfdemux: Fix prerolling files with "empty" streamsEdward Hervey1-11/+22
2017-11-13asfdemux: Store the stream type in streamsEdward Hervey1-1/+3
2017-08-31realmedia: fix leak in asmrules error code pathSatya Prakash Gupta1-0/+1
2017-08-30realmedia: Fix Memory leak in error caseSatya Prakash Gupta1-0/+1
2017-07-11dvdlpmdec: Fix overrun from coverityVivia Nikolaidou1-2/+2
2017-07-05dvdlpcmdec: Added support for Blu-Ray audioVivia Nikolaidou2-8/+214
2017-06-27asfdemux: More index handlingEdward Hervey1-1/+9
2017-06-27asfdemux; Don't assume index is present at end of fileEdward Hervey1-1/+4
2017-06-24asfdemux: adjust segment start to a keyframe ts only for a KEYUNIT seekMark Nauwelaerts1-2/+2
2017-06-06asfdemux: fix checking for header objectsThiago Santos1-2/+3
2017-05-16Remove plugin specific static build optionNicolas Dufresne5-5/+0
2017-03-08Rename plugin filenames to match plugin namesNicolas Dufresne2-7/+7
2017-02-27asfdemux: Fix compilation with gcc 7Sebastian Dröge1-1/+1
2017-01-31asfdemux: Check that we have enough data available before parsing bool/uint e...Sebastian Dröge1-2/+12
2017-01-30asfdemux: Reset number of languages to 0 when freeing the array because of er...Sebastian Dröge1-0/+1
2016-12-02asfdemux: Fix memory leak of payload extensions for unusable/unsupported streamsSebastian Dröge1-2/+8
2016-11-25real: Fix compiler warnings with latest clangSebastian Dröge1-1/+1
2016-11-25asfdemux: Allow 64bit sizes for DATA objectEdward Hervey1-12/+11
2016-11-25asfdemux: Add sanity check for asf_stream_audioEdward Hervey1-0/+5
2016-11-25asfdemux: Add sanity checks when reading asf_stream_video_formatEdward Hervey1-2/+13
2016-11-25asfdemux: Add check for invalid/corrupt asf objectEdward Hervey1-28/+72
2016-11-22asfdemux: Handle EOS in push-mode on corrupted filesEdward Hervey1-0/+7
2016-11-22asfdemux: FILE headers are mandatory in the headerEdward Hervey2-1/+10
2016-11-22asfdemux: Handle incomplete header in pull modeEdward Hervey1-0/+2