summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-29gst-libs/gst/app/gstappsink.c: Fix the docs.Wim Taymans2-1/+6
2008-10-29gst/real/gstrealvideodec.c: A RealVideo video inside a container (for example...Robin Stocker2-1/+16
2008-10-29gst/speexresample/gstspeexresample.*: Rewrite timestamp tracking to make it m...Sebastian Dröge5-110/+668
2008-10-29ext/resindvd/resindvdsrc.c: Make sure to start the NAV packet processing when...Jan Schmidt2-17/+35
2008-10-28ext/resindvd/resin-play: Remove $@ to fix parse_launch warningStefan Kost3-1/+23
2008-10-28gst/speexresample/gstspeexresample.*: Some random cleanup, add G_LIKELY and f...Sebastian Dröge3-64/+90
2008-10-28gst/flv/gstflvdemux.c: Implement position query in time format.Sebastian Dröge2-0/+27
2008-10-28gst/flv/: Put the GstSegment directly into the instance struct instead of all...Sebastian Dröge4-77/+91
2008-10-28gst/speexresample/gstspeexresample.c: Fixate to the nearest supported rate in...Sebastian Dröge2-1/+31
2008-10-28gst/audioresample/gstaudioresample.c: Fixate the rate to the nearest supporte...Sebastian Dröge1-0/+20
2008-10-28gst/speexresample/: Update Speex resampler with latest version from Speex GIT.Sebastian Dröge10-537/+1421
2008-10-28gst/aiffparse/aiffparse.*: Calculate width from depth correctly.Michael Smith3-6/+49
2008-10-27ext/x264/gstx264enc.c: Adapt to slightly modified x264 API. Fixes #555238.Mark Nauwelaerts2-0/+10
2008-10-27ext/faac/gstfaac.c: Prevent endless loop if buffer alloc error.Mark Nauwelaerts2-1/+7
2008-10-27gst/flv/: Don't memcpy() all data we want to push downstream, instead just cr...Sebastian Dröge4-141/+153
2008-10-27configure.ac: Require CVS of core for the last change.Sebastian Dröge2-1/+6
2008-10-27gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFL...Sebastian Dröge3-119/+116
2008-10-27gst/flv/gstflvparse.c: Properly check everywhere that we have enough data to ...Sebastian Dröge2-1/+29
2008-10-27gst/flv/gstflvparse.c: If the caps change during playback and negotiation fai...Sebastian Dröge2-2/+16
2008-10-27gst/flv/: Add support for Speex audio and allow buffers without valid timesta...Sebastian Dröge4-8/+38
2008-10-27gst/flv/gstflvdemux.c: Don't post an error message on the bus if sending EOS ...Sebastian Dröge2-27/+30
2008-10-27gst/flv/gstflvdemux.c: Error out early if pulling a tag failed.Sebastian Dröge2-0/+8
2008-10-27gst/flv/: In pull mode we create our own index before doing anything else and...Sebastian Dröge4-53/+111
2008-10-27gst/flv/gstflvdemux.c: Instead of using gst_pad_event_default() use a small g...Sebastian Dröge2-9/+34
2008-10-27gst/flv/gstflvdemux.*: If our index was created by the element and not provid...Sebastian Dröge3-0/+22
2008-10-27gst/flv/gstflvdemux.c: Improve debugging a bit when pulling a buffer from ups...Sebastian Dröge2-3/+11
2008-10-27gst/flv/: Close the currently playing segment from the streaming thread inste...Sebastian Dröge4-9/+42
2008-10-27gst/mpegdemux/mpegtspacketizer.c: Add support for the frequency list descript...David Härdeman2-0/+81
2008-10-27gst/mpegtsmux/mpegtsmux.c: Fix EOS logic by correctly popping the collect pad...vanista2-2/+23
2008-10-26configure.ac: Back to development -> 0.10.9.1Jan Schmidt2-1/+6
2008-10-24Release 0.10.9RELEASE-0_10_9Jan Schmidt71-847/+965
2008-10-24Update .po filesJan Schmidt29-532/+10474
2008-10-24configure.ac: Commit 0.10.8.4 pre-releaseJan Schmidt2-1/+6
2008-10-20gst/mpegdemux/gstmpegdemux.c: Fix reverse playback regression.Edward Hervey2-4/+22
2008-10-19ext/apexsink/gstapexplugin.c: Set apexsink's rank to NONE so it doesn't get u...Tim-Philipp Müller3-1/+7
2008-10-16configure.ac: 0.10.8.3 pre-releaseJan Schmidt2-1/+6
2008-10-16gst/mpegdemux/gstmpegtsdemux.*: Properly handle some resync cases in the opti...Zaheer Abbas Merali3-21/+84
2008-10-16sys/acmenc/Makefile.am: Remove incorrect use of DIRECTSOUND_LDFLAGSMichael Smith2-1/+5
2008-10-16gst/flv/gstflvmux.c: Don't set video_codec to the value that actually should ...Sebastian Dröge2-4/+12
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+2
2008-10-16tests/check/Makefile.am: Leave apexsink out of the states test.Jan Schmidt2-1/+6
2008-10-16gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum...Wim Taymans3-28/+61
2008-10-16configure.ac: Commit 0.10.8.2 pre-release bump, that actually went out in a t...Jan Schmidt2-1/+7
2008-10-16gst/rtpmanager/gstrtpsession.c: Install event handler on the rtcp_src pad, ma...Wim Taymans2-0/+36
2008-10-16gst/mpegdemux/gstmpegdemux.c: Make sure the mpegpsdemux element creates valid...Edward Hervey2-2/+14
2008-10-16gst/mpegdemux/mpegtspacketizer.c: Fixes segfault in get_encoding_and_convert.Sebastian Pölsterl2-0/+11
2008-10-16gst/mpegdemux/gstmpegtsdemux.c: Fixes a segfault in the adaptation buffer siz...Zaheer Abbas Merali2-4/+15
2008-10-15gst/selector/gstinputselector.c: Gracefully handle the cases when we dont' ha...Edward Hervey2-7/+17
2008-10-14gst/aiffparse/aiffparse.c: Fix debugging category initialization.Edward Hervey2-5/+9
2008-10-14ext/apexsink/gstapexsink.c: Fix some more format string compiler warnings (fr...Jan Schmidt2-4/+9