summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-06-022-4/+7
* realmedia: Drop duplicate seek events.Doug Nazar2021-04-202-7/+43
* asfdemux: Drop duplicate seek events.Doug Nazar2021-04-201-3/+12
* xingmux: allow per feature registrationStéphane Cerveau2021-03-293-5/+4
* realmedia: allow per feature registrationStéphane Cerveau2021-03-2913-65/+28
* dvdsub: allow per feature registrationStéphane Cerveau2021-03-294-11/+22
* dvdlpcmdec: allow per feature registrationStéphane Cerveau2021-03-292-7/+4
* asfdemux: allow per feature registrationStéphane Cerveau2021-03-298-30/+108
* rmdemux: Make sure we have enough data available when parsing audio/video pac...Sebastian Dröge2021-03-151-0/+35
* rmdemux: Don't ignore the return value of gst_segment_do_seek()Jan Schmidt2020-07-271-2/+5
* asfdemux: Don't ignore the return result of gst_segment_do_seek()Jan Schmidt2020-07-271-6/+13
* asfdemux: Only forward SEEK event when in push mode.Derek Lesho2020-07-261-5/+5
* asfdemux: extract WM/PartOfSet disc number and count metadataTim-Philipp Müller2020-06-021-0/+17
* asfdemux: sprinkle some INDENT-OFFTim-Philipp Müller2020-06-021-0/+7
* asfdemux: Always re-initialize metadata and global_metadataDerek Lesho2020-04-081-4/+23
* Remove autotools build systemTim-Philipp Müller2019-10-138-72/+0
* documentation: fix some typosAaron Boxer2019-09-025-8/+8
* asfdemux: remove some unused cruft in internal headersTim-Philipp Müller2019-05-251-31/+0
* docs: Port documentation to hotdocThibault Saunier2019-05-136-1/+6
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-04-267-18/+20
* Add feature options for all pluginsNirbheek Chauhan2018-07-271-5/+5
* asfdemux: Remove 0.10 codeEdward Hervey2018-06-111-12/+0
* asfdemux: Only send flush event on seeking flushesEdward Hervey2018-05-221-8/+6
* dvdsubdec: Take the highlight event from the structure.Jan Schmidt2018-05-041-2/+5
* Meson: Generate pc file for all plugins in uglyXavier Claessens2018-04-255-0/+5
* asfdemux: Set the stream-format field of H264 streamsSebastian Dröge2018-04-161-0/+8
* asfdemux: Fix prerolling files with "empty" streamsEdward Hervey2017-11-131-11/+22
* asfdemux: Store the stream type in streamsEdward Hervey2017-11-131-1/+3
* realmedia: fix leak in asmrules error code pathSatya Prakash Gupta2017-08-311-0/+1
* realmedia: Fix Memory leak in error caseSatya Prakash Gupta2017-08-301-0/+1
* dvdlpmdec: Fix overrun from coverityVivia Nikolaidou2017-07-111-2/+2
* dvdlpcmdec: Added support for Blu-Ray audioVivia Nikolaidou2017-07-052-8/+214
* asfdemux: More index handlingEdward Hervey2017-06-271-1/+9
* asfdemux; Don't assume index is present at end of fileEdward Hervey2017-06-271-1/+4
* asfdemux: adjust segment start to a keyframe ts only for a KEYUNIT seekMark Nauwelaerts2017-06-241-2/+2
* asfdemux: fix checking for header objectsThiago Santos2017-06-061-2/+3
* Remove plugin specific static build optionNicolas Dufresne2017-05-165-5/+0
* Rename plugin filenames to match plugin namesNicolas Dufresne2017-03-082-7/+7
* asfdemux: Fix compilation with gcc 7Sebastian Dröge2017-02-271-1/+1
* asfdemux: Check that we have enough data available before parsing bool/uint e...Sebastian Dröge2017-01-311-2/+12
* asfdemux: Reset number of languages to 0 when freeing the array because of er...Sebastian Dröge2017-01-301-0/+1
* asfdemux: Fix memory leak of payload extensions for unusable/unsupported streamsSebastian Dröge2016-12-021-2/+8
* real: Fix compiler warnings with latest clangSebastian Dröge2016-11-251-1/+1
* asfdemux: Allow 64bit sizes for DATA objectEdward Hervey2016-11-251-12/+11
* asfdemux: Add sanity check for asf_stream_audioEdward Hervey2016-11-251-0/+5
* asfdemux: Add sanity checks when reading asf_stream_video_formatEdward Hervey2016-11-251-2/+13
* asfdemux: Add check for invalid/corrupt asf objectEdward Hervey2016-11-251-28/+72
* asfdemux: Handle EOS in push-mode on corrupted filesEdward Hervey2016-11-221-0/+7
* asfdemux: FILE headers are mandatory in the headerEdward Hervey2016-11-222-1/+10
* asfdemux: Handle incomplete header in pull modeEdward Hervey2016-11-221-0/+2