summaryrefslogtreecommitdiff
path: root/gst/avi/gstavidemux.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-27avidemux: use segment_full when we canWim Taymans1-10/+11
2009-10-22avidemux: fix compilation with debugging disabledTim-Philipp Müller1-3/+4
2009-10-20avidemux: Stop scanning at the last entry... and not the one before :)Edward Hervey1-1/+1
2009-10-18avidemux: MEMDUMP the junk blobsEdward Hervey1-0/+10
2009-10-18avidemux: Some avi files have INFO lists in the headers.Edward Hervey1-0/+5
2009-10-18avidemux: Don't seek on empty streamsEdward Hervey1-1/+1
2009-10-18avidemux: Ensure _calculate_durations_from_index only uses valid streamsEdward Hervey1-2/+5
2009-10-18avidemux: Only call convert function if we have strf.audsEdward Hervey1-1/+1
2009-10-18avidemux: Use first indexed stream for seeking.Edward Hervey1-1/+4
2009-10-18avidemux: Only expose streams that actually have something in it.Edward Hervey1-6/+32
2009-10-18avidemux: Properly mark presence of index.Edward Hervey1-15/+15
2009-10-15avidemux: adjust flow return aggregation to updated loop_dataMark Nauwelaerts1-7/+14
2009-10-15avidemux: add missing argument in debug messageMark Nauwelaerts1-1/+1
2009-10-14avidemux: use GstIndex for (limited) seeking in push modeMark Nauwelaerts1-5/+262
2009-10-14avidemux: add GstIndex supportMark Nauwelaerts1-0/+120
2009-10-14avidemux: also determine duration in push modeMark Nauwelaerts1-0/+3
2009-10-13avidemux: demote some warnings to debugWim Taymans1-2/+2
2009-10-13avidemux: add debug for the superindex offsetsWim Taymans1-0/+3
2009-10-09avidemux: fix warning in macosx making the format portableJosep Torra1-2/+2
2009-10-08avi/wav: Fix some compiler warnings about incompatible pointers.Jan Schmidt1-1/+1
2009-10-03Fix printf formats to avoid warnings in avidemux. Fixes #597214Robert Swain1-11/+11
2009-10-01avi: don't misues perf-category and remove unused ext categoryStefan Kost1-8/+4
2009-09-28avi: small cleanupsWim Taymans1-16/+23
2009-09-28avi: fix timestamping in some audio streamsWim Taymans1-96/+95
2009-09-28avi: add support for ODML indexes againWim Taymans1-238/+165
2009-09-28avi: implement index scanningWim Taymans1-745/+292
2009-09-28avi: fix reverse playbackWim Taymans1-31/+55
2009-09-28avi: fix prev keyframe search and cleanupsWim Taymans1-36/+34
2009-09-28avi: remove code that got convertedWim Taymans1-404/+0
2009-09-28avi: more cleanupsWim Taymans1-96/+147
2009-09-28avidemux: small cleanupsWim Taymans1-23/+25
2009-09-28avi: fix read offset and cleanupsWim Taymans1-25/+27
2009-09-28avi: rewrite index playbackWim Taymans1-361/+615
2009-09-28avidemux: add new index parsing codeWim Taymans1-0/+197
2009-09-22Fix compile warnings with gcc 4.0.1.Alessandro Decina1-2/+2
2009-09-21avi: fix timestamps in push modeWim Taymans1-6/+8
2009-09-21avi: add some performance measurementsWim Taymans1-4/+38
2009-09-18avidemux: some logging cleanup to help understanding the index parsing overheadStefan Kost1-14/+38
2009-09-05Remove Ronald Bultje from Authors fieldDavid Schleef1-1/+0
2009-08-31avidemux: push mode; cater for unusual chunk sizesMark Nauwelaerts1-17/+31
2009-08-10avidemux: push mode; cater for chunk paddingMark Nauwelaerts1-0/+7
2009-08-10avidemux: only use stream's pad after having checked it existsMark Nauwelaerts1-5/+8
2009-08-10avidemux: sprinkle some more GST_DEBUG_FUNCPTRMark Nauwelaerts1-5/+9
2009-08-10avidemux: post error message if no pads to push EOS event onMark Nauwelaerts1-3/+22
2009-08-10avidemux: fix typo in warning messageMark Nauwelaerts1-1/+1
2009-08-10avidemux: fix some buffer ref handlingMark Nauwelaerts1-5/+31
2009-08-10avidemux: do not exceed maximum number of supported streamsMark Nauwelaerts1-1/+12
2009-08-10avidemux: prevent double unref; gst_avi_demux_parse_avih already unrefsMark Nauwelaerts1-2/+0
2009-08-10avidemux: verify size of INFO LIST to satisfy subsequent expectationsMark Nauwelaerts1-5/+17
2009-08-10avidemux: check video stream framerate against avi header frame durationMark Nauwelaerts1-1/+18