summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-22asfdemux: Handle issues with "empty" filesEdward Hervey1-6/+21
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier2-8/+3
2016-08-24meson: Link asfdemux against the gstsdp libraryThibault Saunier1-1/+3
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan6-0/+83
2016-08-19plugins: Use <stdint.h> instead of _stdint.hNirbheek Chauhan2-2/+8
2016-08-08dvdlpcmdec: add libgstbase CFLAGS as wellTim-Philipp Müller1-1/+1
2016-08-08dvdlpcmdec: link libgstbase-1.0xlazom001-1/+1
2016-08-02asfdemux: Add byte rate based bitrate tag in case there are no audio propsCarlos Rafael Giani1-0/+21
2016-07-25dvdlpcmdec: add support for another formatMichael Olbrich2-0/+105