index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
avi
/
gstavidemux.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-27
avidemux: use segment_full when we can
Wim Taymans
1
-10
/
+11
2009-10-22
avidemux: fix compilation with debugging disabled
Tim-Philipp Müller
1
-3
/
+4
2009-10-20
avidemux: Stop scanning at the last entry... and not the one before :)
Edward Hervey
1
-1
/
+1
2009-10-18
avidemux: MEMDUMP the junk blobs
Edward Hervey
1
-0
/
+10
2009-10-18
avidemux: Some avi files have INFO lists in the headers.
Edward Hervey
1
-0
/
+5
2009-10-18
avidemux: Don't seek on empty streams
Edward Hervey
1
-1
/
+1
2009-10-18
avidemux: Ensure _calculate_durations_from_index only uses valid streams
Edward Hervey
1
-2
/
+5
2009-10-18
avidemux: Only call convert function if we have strf.auds
Edward Hervey
1
-1
/
+1
2009-10-18
avidemux: Use first indexed stream for seeking.
Edward Hervey
1
-1
/
+4
2009-10-18
avidemux: Only expose streams that actually have something in it.
Edward Hervey
1
-6
/
+32
2009-10-18
avidemux: Properly mark presence of index.
Edward Hervey
1
-15
/
+15
2009-10-15
avidemux: adjust flow return aggregation to updated loop_data
Mark Nauwelaerts
1
-7
/
+14
2009-10-15
avidemux: add missing argument in debug message
Mark Nauwelaerts
1
-1
/
+1
2009-10-14
avidemux: use GstIndex for (limited) seeking in push mode
Mark Nauwelaerts
1
-5
/
+262
2009-10-14
avidemux: add GstIndex support
Mark Nauwelaerts
1
-0
/
+120
2009-10-14
avidemux: also determine duration in push mode
Mark Nauwelaerts
1
-0
/
+3
2009-10-13
avidemux: demote some warnings to debug
Wim Taymans
1
-2
/
+2
2009-10-13
avidemux: add debug for the superindex offsets
Wim Taymans
1
-0
/
+3
2009-10-09
avidemux: fix warning in macosx making the format portable
Josep Torra
1
-2
/
+2
2009-10-08
avi/wav: Fix some compiler warnings about incompatible pointers.
Jan Schmidt
1
-1
/
+1
2009-10-03
Fix printf formats to avoid warnings in avidemux. Fixes #597214
Robert Swain
1
-11
/
+11
2009-10-01
avi: don't misues perf-category and remove unused ext category
Stefan Kost
1
-8
/
+4
2009-09-28
avi: small cleanups
Wim Taymans
1
-16
/
+23
2009-09-28
avi: fix timestamping in some audio streams
Wim Taymans
1
-96
/
+95
2009-09-28
avi: add support for ODML indexes again
Wim Taymans
1
-238
/
+165
2009-09-28
avi: implement index scanning
Wim Taymans
1
-745
/
+292
2009-09-28
avi: fix reverse playback
Wim Taymans
1
-31
/
+55
2009-09-28
avi: fix prev keyframe search and cleanups
Wim Taymans
1
-36
/
+34
2009-09-28
avi: remove code that got converted
Wim Taymans
1
-404
/
+0
2009-09-28
avi: more cleanups
Wim Taymans
1
-96
/
+147
2009-09-28
avidemux: small cleanups
Wim Taymans
1
-23
/
+25
2009-09-28
avi: fix read offset and cleanups
Wim Taymans
1
-25
/
+27
2009-09-28
avi: rewrite index playback
Wim Taymans
1
-361
/
+615
2009-09-28
avidemux: add new index parsing code
Wim Taymans
1
-0
/
+197
2009-09-22
Fix compile warnings with gcc 4.0.1.
Alessandro Decina
1
-2
/
+2
2009-09-21
avi: fix timestamps in push mode
Wim Taymans
1
-6
/
+8
2009-09-21
avi: add some performance measurements
Wim Taymans
1
-4
/
+38
2009-09-18
avidemux: some logging cleanup to help understanding the index parsing overhead
Stefan Kost
1
-14
/
+38
2009-09-05
Remove Ronald Bultje from Authors field
David Schleef
1
-1
/
+0
2009-08-31
avidemux: push mode; cater for unusual chunk sizes
Mark Nauwelaerts
1
-17
/
+31
2009-08-10
avidemux: push mode; cater for chunk padding
Mark Nauwelaerts
1
-0
/
+7
2009-08-10
avidemux: only use stream's pad after having checked it exists
Mark Nauwelaerts
1
-5
/
+8
2009-08-10
avidemux: sprinkle some more GST_DEBUG_FUNCPTR
Mark Nauwelaerts
1
-5
/
+9
2009-08-10
avidemux: post error message if no pads to push EOS event on
Mark Nauwelaerts
1
-3
/
+22
2009-08-10
avidemux: fix typo in warning message
Mark Nauwelaerts
1
-1
/
+1
2009-08-10
avidemux: fix some buffer ref handling
Mark Nauwelaerts
1
-5
/
+31
2009-08-10
avidemux: do not exceed maximum number of supported streams
Mark Nauwelaerts
1
-1
/
+12
2009-08-10
avidemux: prevent double unref; gst_avi_demux_parse_avih already unrefs
Mark Nauwelaerts
1
-2
/
+0
2009-08-10
avidemux: verify size of INFO LIST to satisfy subsequent expectations
Mark Nauwelaerts
1
-5
/
+17
2009-08-10
avidemux: check video stream framerate against avi header frame duration
Mark Nauwelaerts
1
-1
/
+18
[next]