summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* asfdemux: Handle issues with "empty" filesEdward Hervey2016-11-221-6/+21
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-262-8/+3
* meson: Link asfdemux against the gstsdp libraryThibault Saunier2016-08-241-1/+3
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-206-0/+83
* plugins: Use <stdint.h> instead of _stdint.hNirbheek Chauhan2016-08-192-2/+8
* dvdlpcmdec: add libgstbase CFLAGS as wellTim-Philipp Müller2016-08-081-1/+1
* dvdlpcmdec: link libgstbase-1.0xlazom002016-08-081-1/+1
* asfdemux: Add byte rate based bitrate tag in case there are no audio propsCarlos Rafael Giani2016-08-021-0/+21
* dvdlpcmdec: add support for another formatMichael Olbrich2016-07-252-0/+105
* dvdlpcmdec: rewrite to use GstAudioDecoderMichael Olbrich2016-07-252-337/+191
* asfdemux: fix seeking back after EOS has been reached in push modeVootele Vesterblom2016-05-271-0/+5
* rdtmanager: fix clock leakGuillaume Desmottes2016-05-201-0/+1
* ugly: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-2411-50/+43
* asfdemux: Don't modify segment values on accurate seeksEdward Hervey2016-03-082-6/+11
* asfdemux: fix adding bitrate to stream tagsTim-Philipp Müller2016-02-221-4/+4
* win32: remove outdated build cruftTim-Philipp Müller2016-02-212-311/+0
* dvdsubdec: use query caps instead of accept-capsThiago Santos2016-01-081-1/+5
* asfdemux: Support reverse playbackRavi Kiran K N2016-01-043-66/+332
* dvdlpcmdec: fix invalid read beyond channel position arrayTim-Philipp Müller2015-09-261-1/+3
* dvdlpcmdec: factor out common code to set output format into new functionHoonHee Lee2015-09-261-30/+27
* asfdemux: Don't push any data on pads after the segment.stopSebastian Dröge2015-09-251-1/+22
* asfdemux: Only change segment start to a keyframe for KEYUNIT seeksSebastian Dröge2015-09-252-12/+12
* asfdemux: Update segment.position when pushing buffersSebastian Dröge2015-09-251-8/+21
* asfdemux: Only push EOS event if we're not doing a segment seekSebastian Dröge2015-09-251-4/+8
* asfdemux: If pushing buffers returned EOS, go into the EOS and not failure co...Sebastian Dröge2015-09-251-17/+13
* asfdemux: fix file mode of some source filesTim-Philipp Müller2015-08-282-0/+0