summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2017-12-01realmedia: fix leak in asmrules error code pathSatya Prakash Gupta1-0/+1
2017-12-01realmedia: Fix Memory leak in error caseSatya Prakash Gupta1-0/+1
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-06asfdemux: fix checking for header objectsThiago Santos1-2/+3
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
2015-09-25asfdemux: Only push EOS event if we're not doing a segment seekSebastian Dröge1-4/+8
2015-09-25asfdemux: If pushing buffers returned EOS, go into the EOS and not failure co...Sebastian Dröge1-17/+13
2015-08-28asfdemux: fix file mode of some source filesTim-Philipp Müller2-0/+0
2015-08-06rmdemux: fix assertion error when freeing old tags.Vineeth TM1-1/+2
2015-07-30asfdemux: fix assertion error when codec_data is not present in structureVineeth TM1-11/+13
2015-07-29asfdemux: remove unread valueLuis de Bethencourt1-1/+1
2015-07-25asfdemux: Don't post error on flushing while reading headersOlivier Crête1-9/+14
2015-07-21rmdemux: mark tag list as global scopeTim-Philipp Müller1-0/+2
2015-07-21rmdemux: fix taglist leakTim-Philipp Müller1-1/+5