summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost119-21/+261
2008-11-04gst/mpegdemux/mpegtsparse.c: Fix memleak.Sebastian Pölsterl2-0/+16
2008-11-03examples/scaletempo/.cvsignore: Add example to cvs ignores.Jan Schmidt2-0/+6
2008-11-03sys/qtwrapper/audiodecoders.c: Fix mismatched signedness compiler warning.Jan Schmidt2-1/+7
2008-11-03gst/speexresample/gstspeexresample.c: Add TODO at the top of the file for ena...Sebastian Dröge2-0/+18
2008-11-02gst/speexresample/gstspeexresample.c: Fix format string and arguments.Sebastian Dröge3-1/+138
2008-11-01ext/resindvd/Makefile.am: Dist the play scripts.Stefan Kost2-0/+7
2008-11-01gst/speexresample/: Add missing headers to Makefile.am.Sebastian Dröge9-24/+232
2008-10-31configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the l...Sebastian Dröge2-1/+9
2008-10-30sys/qtwrapper/audiodecoders.c: Add ALAC support.Michael Smith3-74/+201
2008-10-30configure.ac: Require at least Gtk 2.8.0 for the demos (that's the oldest I c...Tim-Philipp Müller3-21/+15
2008-10-30gst/speexresample/gstspeexresample.c: The length for the buffer conversion fu...Sebastian Dröge2-0/+11
2008-10-30tests/check/elements/speexresample.c: Add pipeline unit tests for testing all...Sebastian Dröge5-14/+138
2008-10-30gst/speexresample/: Add support for int8, int24 and int32 input by converting...Sebastian Dröge4-12/+216
2008-10-30ext/resindvd/resindvdsrc.*: Better fix for #546319 and similar cases by expli...Jan Schmidt3-20/+35
2008-10-30ext/ladspa/gstladspa.c: Whitespace.Stefan Kost3-3/+10
2008-10-30Add support for double samples as input and refactor the usage of the differe...Sebastian Dröge10-188/+393
2008-10-30gst/scaletempo/gstscaletempo.c: Return the result of parent_class->event().Stefan Kost2-2/+6
2008-10-30gst/audiobuffer/: Add first version of an audioringbuffer element that can be...Wim Taymans3-0/+1223
2008-10-30gst/audioresample/gstaudioresample.c: Return the result of parent_class->even...Stefan Kost1-3/+1
2008-10-30gst/aiffparse/aiffparse.c: AIFF is always signed, even for 8 bit.Michael Smith2-2/+6
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