summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-21rmdemux: fix wrong unref when there are no tagsVineeth TM1-4/+6
2015-07-21rmdemux: fix memory leaks during error casesVineeth T M1-10/+17
2015-07-16rmdemux: fix tag memory leakVineeth T M1-0/+1
2015-06-19asfdemux: Use gst_video_multiview_guess_half_aspect() functionJan Schmidt1-2/+11
2015-06-11asfdemux: Add support for stereoscopic video metadata.Jan Schmidt3-8/+158
2015-06-10xingmux: fix compiler warningsChris Clayton1-1/+4
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller2-6/+6
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt2-2/+2
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller5-70/+0
2015-04-24realmedia: remove unused enum item PROP_LASTLuis de Bethencourt1-2/+1
2015-04-20asfdemux: fix a seek failure due to out-of-range in push modeCliff Han1-1/+1
2015-03-28rmdemux: resurrect some flow return handlingMark Nauwelaerts1-1/+2
2015-03-28asfdemux: resurrect some flow return handlingMark Nauwelaerts1-0/+1
2015-03-10dvbsub: fix indentationTim-Philipp Müller1-2/+1
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-2/+1
2014-11-12dvdlpcmdec: set channel positions using the appropriate APIVincent Penquerc'h1-11/+15
2014-11-05asfdemux: fix commentTim-Philipp Müller1-1/+1
2014-11-05asfdemux: Send duration query upstream firstEdward Hervey1-11/+14
2014-11-02asf: fix up file modeTim-Philipp Müller1-0/+0
2014-09-16asfdemux: first try to delegate TIME seek events upstreamGuillaume Desmottes1-16/+15
2014-09-05asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECTGuillaume Desmottes3-1/+6
2014-08-27asfdemux: if video is h264, check the codec_data for bytestream dataThiago Santos2-3/+62
2014-08-08asfdemux: simplify log statementThiago Santos1-5/+2
2014-07-04rademux: Print invalid fourcc in error message in hexSebastian Rasmussen1-2/+1
2014-06-03rmdemux: use GstFlowCombinerThiago Santos2-39/+13
2014-06-03asfdemux: use GstFlowCombinerThiago Santos2-35/+13
2014-05-26asfdemux: Handle initial 0 timestamp that should have been -1Matej Knopp1-1/+21
2014-05-16rtspreal: Fix some memory leaks in an error pathSebastian Dröge1-0/+4
2014-04-27docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller4-8/+0
2014-04-10dvdsubdec: fix spurious rejection of 0 time offset commandsVincent Penquerc'h1-0/+1
2014-04-03asfdemux: Fix payloads checkEdward Hervey1-9/+9
2014-02-26xingmux: add muxer category and make element plugableStefan Sauer2-2/+2
2014-02-09asfdemux: Remove unused functionSebastian Dröge1-26/+0
2014-01-03asfdemux: only add "format" field with fourcc to WMV capsTim-Philipp Müller1-4/+9
2013-10-29asfdemux: mo_size check bug fix. mo_size is not mandatory field.HyeJin Choi1-3/+6
2013-10-22asfdemux: Keep audio error checking fields only for audioThiago Santos2-34/+34
2013-10-22asfdemux: really copy the buffer dataThiago Santos1-1/+1
2013-09-24asfdemux: Only use segment.start as seek_time if it is relativeThiago Santos1-1/+4
2013-09-24asfdemux: Parse last simple index entryThiago Santos1-1/+6
2013-09-18asfdemux: fix playback regression in push modeMatej Knopp2-18/+29
2013-09-10asfdemux: remove unused variableThiago Santos1-1/+0
2013-08-08asfdemux: fix build on C89 compilersMatej Knopp1-1/+2
2013-08-08asfdemux: fix seeking in push modeMatej Knopp2-12/+13