summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-21avimux: return false when event is not handledgstcollectpads2Thiago Santos1-2/+2
2009-10-21avimux: avoid leaking on errorThiago Santos1-1/+9
2009-10-21avimux: Let GstCollectPads2 select the oldest buffer for usThiago Santos1-52/+26
2009-10-21avimux: Use GstCollectPads2 event handling functionsThiago Santos1-20/+8
2009-10-21avimux: trivial port to gstcollectpads2Thiago Santos2-15/+15
2009-10-21matroskamux: minor cosmetic changeThiago Santos1-1/+1
2009-10-21matroskamux: port to GstCollectPads2Thiago Santos2-134/+260
2009-10-20qtdemux: Handle another kind of redirect trakThiago Santos3-0/+114
2009-10-20avidemux: Stop scanning at the last entry... and not the one before :)Edward Hervey1-1/+1
2009-10-20qtdemux: unpack more information into image/x-j2c capsAndy Wingo2-5/+122
2009-10-20tests: include stdio.h for sscanfStefan Kost1-0/+1
2009-10-19Fix the StreamVolume interface not being advertisedBastien Nocera1-0/+2
2009-10-18level: code cleanupStefan Kost1-13/+13
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 Hervey2-1/+6
2009-10-18avidemux: Only expose streams that actually have something in it.Edward Hervey2-6/+33
2009-10-18avidemux: Properly mark presence of index.Edward Hervey1-15/+15
2009-10-18pulse: never apply volume more than onceLennart Poettering1-14/+20
2009-10-17pulsesink: Initialize gettext for the translated strings in plugin_init()Sebastian Dröge1-0/+8
2009-10-17pulse: use 'performer' as a fallback for 'artist' tagLennart Poettering1-0/+7
2009-10-17pulse: when constructing a stream title from tag data make sure it is transla...Lennart Poettering2-1/+3
2009-10-17pulse: loop while connecting to serverLennart Poettering1-10/+6
2009-10-17pulse: mainloop creation can fail too, so handle thatLennart Poettering2-6/+16
2009-10-17pulse: adjust CHECK_DEAD_GOTO macro to glib styleLennart Poettering1-6/+9
2009-10-17pulse: make a few things smaller by making them bitfieldsLennart Poettering7-38/+63
2009-10-17pulse: bump minimum libpulse version to 0.9.10Lennart Poettering1-2/+2
2009-10-16debugutils: register pushfilesrc elementMark Nauwelaerts1-3/+4
2009-10-16avimux: support (some) VBR audio muxingMark Nauwelaerts2-13/+132
2009-10-16jpegdec: fix branch hintsTim-Philipp Müller1-7/+7
2009-10-16jpegdec: fix regression in indirect decode pathTim-Philipp Müller1-1/+1
2009-10-16jpegdec: fix regression with certain formatsTim-Philipp Müller1-24/+41
2009-10-16jpegdec: don't use decompress structure members we shouldn't be usingTim-Philipp Müller1-14/+15
2009-10-16jpegdec: remove some unused members from jpegdec instance structureTim-Philipp Müller1-3/+0
2009-10-16build: use gst-glib-gen.mak to fix the glib build rules.Stefan Kost2-4/+6
2009-10-16Automatic update of common submoduleStefan Kost1-0/+0
2009-10-15avidemux: adjust flow return aggregation to updated loop_dataMark Nauwelaerts1-7/+14
2009-10-15qtdemux: check some more atom sizes prior to parsingMark Nauwelaerts1-5/+55
2009-10-15rtsp: handle events in TCP modeWim Taymans1-0/+26
2009-10-15avidemux: add missing argument in debug messageMark Nauwelaerts1-1/+1
2009-10-15flvmux: Use loop test to prevent timeout on slow machinesMarvin Schmidt1-8/+3
2009-10-14rtspsrc: forward events into the rtpbinWim Taymans1-5/+16
2009-10-14matroskademux: Fix late tags findingThiago Santos1-2/+3
2009-10-14avidemux: use GstIndex for (limited) seeking in push modeMark Nauwelaerts2-5/+263
2009-10-14avidemux: add GstIndex supportMark Nauwelaerts2-0/+127
2009-10-14avidemux: also determine duration in push modeMark Nauwelaerts1-0/+3
2009-10-14qtdemux: add GstIndex supportMark Nauwelaerts2-4/+72