summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2005-08-14gst/qtdemux/qtdemux.c: That was a nice freudian slip.Ronald S. Bultje1-1/+1
2005-08-14gst/qtdemux/qtdemux.c: Handle quicktime-RLE.Ronald S. Bultje1-1/+7
2005-08-11gst/freeze/gstfreeze.c: Fix invalid memory access: GST_IS_BUFFER() can't be u...Tim-Philipp Müller1-3/+3
2005-08-10ext/gdk_pixbuf/gstgdkpixbuf.c: Support various image formats (e.g. RGBA). Mak...Ronald S. Bultje1-3/+10
2005-07-31gst/modplug/gstmodplug.cc: Don't crash if a query comes in and we're not set ...Tim-Philipp Müller1-0/+3
2005-07-27gst/mpeg1videoparse/gstmp1videoparse.*: Add support for MPEG-2 video (#311600).Ronald S. Bultje2-147/+217
2005-07-21gst/spectrum/demo-osssrc.c: Use 32 for the graph since it's the dimension of ...Tim-Philipp Müller2-15/+33
2005-07-20gst/spectrum/gstspectrum.*: Misc. clean-ups; most importantly, add a template...Tim-Philipp Müller2-37/+38
2005-07-20gst/spectrum/gstspectrum.*: Handle mono streams.Tim-Philipp Müller2-6/+25
2005-06-30FORTIFY fixesThomas Vander Stichele1-8/+9
2005-06-09Fixed time query and added position query.Arwed v. Merkatz1-12/+12
2005-06-09gst/qtdemux/qtdemux.c: Fix EOS handling (#305150).Ronald S. Bultje1-22/+12
2005-06-09gst/qtdemux/qtdemux.c: Fix up SVQ3 caps (to fix frame order problems; #306530).Ronald S. Bultje1-53/+10
2005-06-08gst/qtdemux/qtdemux.c: Fix distortion in 8-bit audio tracks (#306680).Ronald S. Bultje1-1/+1
2005-06-03gst/qtdemux/qtdemux.c: Add codecdata on avc1 (h264).Ronald S. Bultje1-0/+22
2005-05-18gst/mpeg1videoparse/gstmp1videoparse.c: Prevent crash, detect keyframes (#303...Ronald S. Bultje1-7/+19
2005-05-17gst/librfb/Makefile.am: reenable pluginDavid Schleef1-21/+19
2005-05-17gst/librfb/rfb.h: Don't include a nonexistant header.David Schleef1-1/+7
2005-05-17gst/librfb/Makefile.am: disable build until gstrfbsrc.h gets addedThomas Vander Stichele1-25/+24
2005-05-17gst/librfb/: Some much needed hackage. Fixed #171659, but then went on to ac...David Schleef9-356/+599
2005-05-15Let's try that again (put virtual deconstructor into the public section)Tim-Philipp Müller1-1/+1
2005-05-15Another batch of gcc-4.0 fixes (#304180).Tim-Philipp Müller2-2/+5
2005-05-07gst/librfb/gstrfbsrc.c: Changed short and long description to something meani...Gergely Nagy1-2/+2
2005-05-05ex/: Even more gcc-4.0 fixes.Tim-Philipp Müller1-1/+1
2005-05-05gst/: gcc-4.0 fixes part oneTim-Philipp Müller5-16/+27
2005-04-22gst/: More signed/unsigned fixes for GCC4.Ronald S. Bultje2-8/+8
2005-04-22First set of GCC4 compiler fixes.Ronald S. Bultje12-52/+51
2005-04-21gst/qtdemux/qtdemux.c: Add extradata for ALAC.Ronald S. Bultje1-2/+19
2005-04-21gst/qtdemux/qtdemux.c: Set correct extradata for QDM2.Ronald S. Bultje1-0/+15
2005-04-21gst/speed/gstspeed.c: Don't reset speed->sample_size to 0 in state change fro...Tim-Philipp Müller1-3/+0
2005-04-18gst/qtdemux/qtdemux.c: Prevent hangs that I apparently introduced a while ago.Ronald S. Bultje1-2/+13
2005-04-14Added gst/freeze/FAQ.Gergely Nagy2-1/+11
2005-04-14algernon, commit the faq pleaseThomas Vander Stichele1-1/+1
2005-04-14New plugin: freeze, a stream freezer. (#165726)Gergely Nagy3-0/+367
2005-04-14gst/qtdemux/qtdemux.c: Skip unknown nodes.Ronald S. Bultje1-0/+1
2005-04-14gst/switch/gstswitch.c: Set a default debug category. (Fixes: #300337)Gergely Nagy1-0/+1
2005-04-09gst/videocrop/gstvideocrop.c: Renegotiate after a set_property, not after a g...Ronald S. Bultje1-3/+3
2005-04-09gst/qtdemux/qtdemux.c: NULL-terminate vararg functions properly (#172946).Ronald S. Bultje1-2/+2
2005-04-02gst-libs/gst/riff/riff-media.c: Some syntax fixes in tags output.Ronald S. Bultje1-27/+71
2005-04-02gst/speed/gstspeed.c: Fix buffer overflow (#172281).Ronald S. Bultje1-0/+3
2005-03-31gst/speed/gstspeed.c: Caps negotiation, event upstream/downstream forwarding ...Ronald S. Bultje1-12/+97
2005-03-30configure.ac: update for liboil-0.3. Remove librfb check.David Schleef1-24/+36
2005-03-26gst/librfb/gstrfbsrc.c: Check return values to avoid segfaults.David Schleef4-13/+44
2005-03-18gst/: Some crap for the redirect signal. Also fix hang on redirect-files in q...Ronald S. Bultje2-7/+51
2005-03-14Implement 'framed' property, independent of 'codec_data'.Ronald S. Bultje1-2/+3
2005-03-10gst/apetag/apedemux.c: Read replay-gain tags.Ronald S. Bultje1-0/+12
2005-03-09configure.ac: Fix FAAD detection problems against FAAD-CVS.Ronald S. Bultje1-2/+7
2005-03-02Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of direct casts; fixes...Tim-Philipp Müller1-4/+4
2005-02-23Small C99'ism fix.Maciej Katafiasz1-1/+2
2005-02-15gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.Ronald S. Bultje1-0/+1