index
:
~slomo/gst-plugins-ugly
master
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
asfdemux
/
asfpacket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-08
asfdemux: fix seeking in push mode
Matej Knopp
1
-0
/
+13
2013-07-29
asfdemux: Add support for dvr-ms
Matej Knopp
1
-43
/
+37
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-08-08
gst: silence some compiler warnings with -DG_DISABLE_ASSERT
Tim-Philipp Müller
1
-0
/
+1
2012-08-06
asfdemux: avoid some more invalid timestamp arithmetic
Sreerenj Balachandran
1
-0
/
+1
2012-07-20
asfdemux: make sure to avoid arithmetic with _NONE timestamp
Mark Nauwelaerts
1
-1
/
+2
2012-07-20
asfdemux: convert invalid 0 payload TS into GST_CLOCK_TIME_NONE
Nicolas Dufresne
1
-0
/
+6
2012-06-27
asf: unmap packets
Wim Taymans
1
-6
/
+13
2012-06-27
asfdemux: Ignore parsing errors from broken packets
Bastien Nocera
1
-25
/
+32
2012-05-13
asfdemux: Use correct enum type
Sebastian Dröge
1
-2
/
+2
2012-04-16
asfdemux: fix performance issue, especially with high-bitrate streams
Tim-Philipp Müller
1
-9
/
+40
2012-04-16
asfdemux: avoid unnecessary stream lookup
Tim-Philipp Müller
1
-2
/
+1
2012-03-28
update for buffer changes
Wim Taymans
1
-1
/
+1
2012-01-25
port to new memory API
Wim Taymans
1
-7
/
+6
2012-01-13
asfpacket: fix 0.11 ported payload extraction
Mark Nauwelaerts
1
-1
/
+4
2011-09-26
Merge branch 'master' into 0.11
Wim Taymans
1
-1
/
+2
2011-09-08
asfpacket: skip empty payload packets
Mark Nauwelaerts
1
-1
/
+2
2011-08-02
asfdemux: Fix print statement
Edward Hervey
1
-1
/
+2
2011-06-20
asfdemux: Porting to 0.11
Thiago Santos
1
-8
/
+13
2011-01-30
asfpacket: Avoid using broken duration extension
Edward Hervey
1
-2
/
+4
2010-04-14
asfdemux: Make a table static to avoid having to always allocate it.
Edward Hervey
1
-2
/
+2
2010-03-01
asfdemux: Make sure we always set proper payload duration.
Edward Hervey
1
-1
/
+4
2010-02-19
asfdemux: Make sure we don't end up with negative timestamps.
Edward Hervey
1
-2
/
+9
2010-01-22
asfdemux: Do not subtract padding twice
Thiago Santos
1
-4
/
+9
2009-10-29
asfdemux: fix c99-style comments.
Michael Smith
1
-3
/
+3
2009-10-29
asfdemux: accept fragments in a continued packet where the subsequent fragments
Michael Smith
1
-2
/
+10
2009-10-26
asfdemux: careful to avoid crash on bogus data
Thiago Santos
1
-5
/
+16
2009-06-28
asfdemux: Sprinkle branch prediction macros accross the code
Edward Hervey
1
-30
/
+30
2009-05-12
asfdemux: Downgrade simple statements from WARNING to DEBUG
Edward Hervey
1
-3
/
+3
2009-05-12
asf: Detect more payload extensions.
Edward Hervey
1
-0
/
+29
2009-05-07
asfdemux: use upstream segment and timestamps for some interpolation
Mark Nauwelaerts
1
-1
/
+1
2009-05-05
asfdemux: 0-base timestamps consistently (whether or not streaming)
Mark Nauwelaerts
1
-11
/
+17
2009-05-05
asfdemux: handle FIXME; normalize preroll
Mark Nauwelaerts
1
-2
/
+2
2009-04-23
asfpacket: Fix pull-mode timestamping handling.
Edward Hervey
1
-12
/
+8
2009-01-30
Remove redundant push_mode struct member
Sebastian Dröge
1
-2
/
+2
2009-01-26
Add seeking support to asfdemux in push mode
Hans de Goede
1
-1
/
+7
2009-01-26
Drop packets with an invalid replicated data length
Hans de Goede
1
-0
/
+3
2007-05-04
gst/asfdemux/: Make all timestamps start from zero in pull-mode too; some sma...
Tim-Philipp Müller
1
-0
/
+21
2007-05-01
gst/asfdemux/asfpacket.c: If packet size is specified within the packet and s...
Tim-Philipp Müller
1
-5
/
+14
2007-05-01
gst/asfdemux/: Seeking improvements: honour the KEY_UNIT seek flag; after a s...
Tim-Philipp Müller
1
-0
/
+25
2007-04-30
gst/asfdemux/: Implement payload extension system/extended replicated data pa...
Tim-Philipp Müller
1
-9
/
+47
2007-04-20
gst/asfdemux/: New packet parsing code: should put halfway decent timestamps ...
Tim-Philipp Müller
1
-0
/
+430