summaryrefslogtreecommitdiff
path: root/gst/asfdemux/asfpacket.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-08asfdemux: fix seeking in push modeMatej Knopp1-0/+13
2013-07-29asfdemux: Add support for dvr-msMatej Knopp1-43/+37
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-08gst: silence some compiler warnings with -DG_DISABLE_ASSERTTim-Philipp Müller1-0/+1
2012-08-06asfdemux: avoid some more invalid timestamp arithmeticSreerenj Balachandran1-0/+1
2012-07-20asfdemux: make sure to avoid arithmetic with _NONE timestampMark Nauwelaerts1-1/+2
2012-07-20asfdemux: convert invalid 0 payload TS into GST_CLOCK_TIME_NONENicolas Dufresne1-0/+6
2012-06-27asf: unmap packetsWim Taymans1-6/+13
2012-06-27asfdemux: Ignore parsing errors from broken packetsBastien Nocera1-25/+32
2012-05-13asfdemux: Use correct enum typeSebastian Dröge1-2/+2
2012-04-16asfdemux: fix performance issue, especially with high-bitrate streamsTim-Philipp Müller1-9/+40
2012-04-16asfdemux: avoid unnecessary stream lookupTim-Philipp Müller1-2/+1
2012-03-28update for buffer changesWim Taymans1-1/+1
2012-01-25port to new memory APIWim Taymans1-7/+6
2012-01-13asfpacket: fix 0.11 ported payload extractionMark Nauwelaerts1-1/+4
2011-09-26Merge branch 'master' into 0.11Wim Taymans1-1/+2
2011-09-08asfpacket: skip empty payload packetsMark Nauwelaerts1-1/+2
2011-08-02asfdemux: Fix print statementEdward Hervey1-1/+2
2011-06-20asfdemux: Porting to 0.11Thiago Santos1-8/+13
2011-01-30asfpacket: Avoid using broken duration extensionEdward Hervey1-2/+4
2010-04-14asfdemux: Make a table static to avoid having to always allocate it.Edward Hervey1-2/+2
2010-03-01asfdemux: Make sure we always set proper payload duration.Edward Hervey1-1/+4
2010-02-19asfdemux: Make sure we don't end up with negative timestamps.Edward Hervey1-2/+9
2010-01-22asfdemux: Do not subtract padding twiceThiago Santos1-4/+9
2009-10-29asfdemux: fix c99-style comments.Michael Smith1-3/+3
2009-10-29asfdemux: accept fragments in a continued packet where the subsequent fragmentsMichael Smith1-2/+10
2009-10-26asfdemux: careful to avoid crash on bogus dataThiago Santos1-5/+16
2009-06-28asfdemux: Sprinkle branch prediction macros accross the codeEdward Hervey1-30/+30
2009-05-12asfdemux: Downgrade simple statements from WARNING to DEBUGEdward Hervey1-3/+3
2009-05-12asf: Detect more payload extensions.Edward Hervey1-0/+29
2009-05-07asfdemux: use upstream segment and timestamps for some interpolationMark Nauwelaerts1-1/+1
2009-05-05asfdemux: 0-base timestamps consistently (whether or not streaming)Mark Nauwelaerts1-11/+17
2009-05-05asfdemux: handle FIXME; normalize prerollMark Nauwelaerts1-2/+2
2009-04-23asfpacket: Fix pull-mode timestamping handling.Edward Hervey1-12/+8
2009-01-30Remove redundant push_mode struct memberSebastian Dröge1-2/+2
2009-01-26Add seeking support to asfdemux in push modeHans de Goede1-1/+7
2009-01-26Drop packets with an invalid replicated data lengthHans de Goede1-0/+3
2007-05-04gst/asfdemux/: Make all timestamps start from zero in pull-mode too; some sma...Tim-Philipp Müller1-0/+21
2007-05-01gst/asfdemux/asfpacket.c: If packet size is specified within the packet and s...Tim-Philipp Müller1-5/+14
2007-05-01gst/asfdemux/: Seeking improvements: honour the KEY_UNIT seek flag; after a s...Tim-Philipp Müller1-0/+25
2007-04-30gst/asfdemux/: Implement payload extension system/extended replicated data pa...Tim-Philipp Müller1-9/+47
2007-04-20gst/asfdemux/: New packet parsing code: should put halfway decent timestamps ...Tim-Philipp Müller1-0/+430