summaryrefslogtreecommitdiff
path: root/gst/asfdemux/gstasfdemux.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-28asfdemux: fix file mode of some source filesTim-Philipp Müller1-0/+0
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-06-19asfdemux: Use gst_video_multiview_guess_half_aspect() functionJan Schmidt1-2/+11
2015-06-11asfdemux: Add support for stereoscopic video metadata.Jan Schmidt1-8/+138
2015-04-20asfdemux: fix a seek failure due to out-of-range in push modeCliff Han1-1/+1
2015-03-28asfdemux: resurrect some flow return handlingMark Nauwelaerts1-0/+1
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-2/+1
2014-11-05asfdemux: fix commentTim-Philipp Müller1-1/+1
2014-11-05asfdemux: Send duration query upstream firstEdward Hervey1-11/+14
2014-09-16asfdemux: first try to delegate TIME seek events upstreamGuillaume Desmottes1-16/+15
2014-09-05asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECTGuillaume Desmottes1-0/+1
2014-08-27asfdemux: if video is h264, check the codec_data for bytestream dataThiago Santos1-3/+59
2014-08-08asfdemux: simplify log statementThiago Santos1-5/+2
2014-06-03asfdemux: use GstFlowCombinerThiago Santos1-34/+11
2014-05-26asfdemux: Handle initial 0 timestamp that should have been -1Matej Knopp1-1/+21
2014-04-03asfdemux: Fix payloads checkEdward Hervey1-9/+9
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-22asfdemux: Keep audio error checking fields only for audioThiago Santos1-28/+28
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 Knopp1-5/+29
2013-08-08asfdemux: fix build on C89 compilersMatej Knopp1-1/+2
2013-08-08asfdemux: fix seeking in push modeMatej Knopp1-12/+0
2013-07-29gst: Don't swap start/stop for negative rates in the SEGMENT querySebastian Dröge1-7/+0
2013-07-29asfdemux: Implement SEGMENT querySebastian Dröge1-1/+27
2013-07-29asfdemux: Add support for dvr-msMatej Knopp1-17/+212
2013-07-25asfdemux: fix seqnum handling for seeksThiago Santos1-9/+29
2013-07-22asfdemux: Add support for group-id in the stream-start eventSebastian Dröge1-1/+22
2013-03-25Use %03u instead of %u in gst_pad_create_stream_id_printf()David Schleef1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-11gst: only activate in pull mode if upstream is seekableMark Nauwelaerts1-1/+2
2012-08-06gst: Add stream-id to stream-start eventsSebastian Dröge1-1/+9
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-6/+6
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-3/+6
2012-07-20asfdemux: slightly relax supported seek requirementsMark Nauwelaerts1-2/+3
2012-07-15asfdemux: extract WM/Year as GstDateTime instead of GDateTim-Philipp Müller1-5/+4
2012-07-13asfdemux: don't leak payload if we are not pushing itTim-Philipp Müller1-0/+1
2012-07-13demuxers: Push STREAM_START when neededEdward Hervey1-0/+1
2012-07-13asf: don't push on inactive streamsWim Taymans1-2/+6
2012-07-05gst: Implement segment-done eventSebastian Dröge1-0/+2
2012-06-27asf: fix x-wmv format in capsWim Taymans1-1/+4
2012-06-27asfdemux: Ignore parsing errors from broken packetsBastien Nocera1-15/+31
2012-06-26fix interlace-modeWim Taymans1-2/+2
2012-06-20update for task api changeWim Taymans1-2/+2
2012-06-06update for tag event changeWim Taymans1-2/+2
2012-05-10asfdemux: implement pull mode seek snap flags when an index is presentVincent Penquerc'h1-12/+47