summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* rmdemux: fix assertion error when freeing old tags.Vineeth TM2015-08-061-1/+2
* asfdemux: fix assertion error when codec_data is not present in structureVineeth TM2015-07-301-11/+13
* asfdemux: remove unread valueLuis de Bethencourt2015-07-291-1/+1
* asfdemux: Don't post error on flushing while reading headersOlivier Crête2015-07-251-9/+14
* rmdemux: mark tag list as global scopeTim-Philipp Müller2015-07-211-0/+2
* rmdemux: fix taglist leakTim-Philipp Müller2015-07-211-1/+5
* rmdemux: fix wrong unref when there are no tagsVineeth TM2015-07-211-4/+6
* rmdemux: fix memory leaks during error casesVineeth T M2015-07-211-10/+17
* rmdemux: fix tag memory leakVineeth T M2015-07-161-0/+1
* asfdemux: Use gst_video_multiview_guess_half_aspect() functionJan Schmidt2015-06-191-2/+11
* asfdemux: Add support for stereoscopic video metadata.Jan Schmidt2015-06-113-8/+158
* xingmux: fix compiler warningsChris Clayton2015-06-101-1/+4
* docs: update example pipelines in element docsTim-Philipp Müller2015-05-102-6/+6
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-272-2/+2
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-265-70/+0
* realmedia: remove unused enum item PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* asfdemux: fix a seek failure due to out-of-range in push modeCliff Han2015-04-201-1/+1
* rmdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-281-1/+2
* asfdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-281-0/+1
* dvbsub: fix indentationTim-Philipp Müller2015-03-101-2/+1
* Fix double semicolonsTim-Philipp Müller2015-03-101-1/+1
* Improve and fix LATENCY query handlingSebastian Dröge2015-02-111-2/+1
* dvdlpcmdec: set channel positions using the appropriate APIVincent Penquerc'h2014-11-121-11/+15
* asfdemux: fix commentTim-Philipp Müller2014-11-051-1/+1
* asfdemux: Send duration query upstream firstEdward Hervey2014-11-051-11/+14
* asf: fix up file modeTim-Philipp Müller2014-11-021-0/+0
* asfdemux: first try to delegate TIME seek events upstreamGuillaume Desmottes2014-09-161-16/+15
* asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECTGuillaume Desmottes2014-09-053-1/+6
* asfdemux: if video is h264, check the codec_data for bytestream dataThiago Santos2014-08-272-3/+62
* asfdemux: simplify log statementThiago Santos2014-08-081-5/+2
* rademux: Print invalid fourcc in error message in hexSebastian Rasmussen2014-07-041-2/+1
* rmdemux: use GstFlowCombinerThiago Santos2014-06-032-39/+13
* asfdemux: use GstFlowCombinerThiago Santos2014-06-032-35/+13
* asfdemux: Handle initial 0 timestamp that should have been -1Matej Knopp2014-05-261-1/+21
* rtspreal: Fix some memory leaks in an error pathSebastian Dröge2014-05-161-0/+4
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-274-8/+0
* dvdsubdec: fix spurious rejection of 0 time offset commandsVincent Penquerc'h2014-04-101-0/+1
* asfdemux: Fix payloads checkEdward Hervey2014-04-031-9/+9
* xingmux: add muxer category and make element plugableStefan Sauer2014-02-262-2/+2
* asfdemux: Remove unused functionSebastian Dröge2014-02-091-26/+0
* asfdemux: only add "format" field with fourcc to WMV capsTim-Philipp Müller2014-01-031-4/+9
* asfdemux: mo_size check bug fix. mo_size is not mandatory field.HyeJin Choi2013-10-291-3/+6
* asfdemux: Keep audio error checking fields only for audioThiago Santos2013-10-222-34/+34
* asfdemux: really copy the buffer dataThiago Santos2013-10-221-1/+1
* asfdemux: Only use segment.start as seek_time if it is relativeThiago Santos2013-09-241-1/+4
* asfdemux: Parse last simple index entryThiago Santos2013-09-241-1/+6
* asfdemux: fix playback regression in push modeMatej Knopp2013-09-182-18/+29
* asfdemux: remove unused variableThiago Santos2013-09-101-1/+0
* asfdemux: fix build on C89 compilersMatej Knopp2013-08-081-1/+2
* asfdemux: fix seeking in push modeMatej Knopp2013-08-082-12/+13