summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2018-07-18asfdemux: Remove 0.10 codeEdward Hervey1-12/+0
2018-07-18asfdemux: Only send flush event on seeking flushesEdward Hervey1-8/+6
2018-04-17asfdemux: 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
2016-07-25dvdlpcmdec: rewrite to use GstAudioDecoderMichael Olbrich2-337/+191
2016-05-27asfdemux: fix seeking back after EOS has been reached in push modeVootele Vesterblom1-0/+5
2016-05-20rdtmanager: fix clock leakGuillaume Desmottes1-0/+1
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM11-50/+43
2016-03-08asfdemux: Don't modify segment values on accurate seeksEdward Hervey2-6/+11
2016-02-22asfdemux: fix adding bitrate to stream tagsTim-Philipp Müller1-4/+4
2016-02-21win32: remove outdated build cruftTim-Philipp Müller2-311/+0
2016-01-08dvdsubdec: use query caps instead of accept-capsThiago Santos1-1/+5
2016-01-04asfdemux: Support reverse playbackRavi Kiran K N3-66/+332
2015-09-26dvdlpcmdec: fix invalid read beyond channel position arrayTim-Philipp Müller1-1/+3
2015-09-26dvdlpcmdec: factor out common code to set output format into new functionHoonHee Lee1-30/+27
2015-09-25asfdemux: Don't push any data on pads after the segment.stopSebastian Dröge1-1/+22
2015-09-25asfdemux: Only change segment start to a keyframe for KEYUNIT seeksSebastian Dröge2-12/+12
2015-09-25asfdemux: Update segment.position when pushing buffersSebastian Dröge1-8/+21