summaryrefslogtreecommitdiff
path: root/gst/real
AgeCommit message (Expand)AuthorFilesLines
2009-03-04gsreal: bring down the rank of the real decoders to MARGINAL.Edward Hervey1-2/+2
2009-03-01realdec: use gst_plugin_add_dependency()Tim-Philipp Müller1-0/+5
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-29gst/real/gstrealvideodec.c: A RealVideo video inside a container (for example...Robin Stocker1-0/+7
2008-07-16gst/real/gstrealvideodec.c: Add some casts to fix the build on ForteJan Schmidt1-4/+5
2008-06-13gst/real/gstrealaudiodec.c: Disable sipro on 64bits, it crashes.Wim Taymans1-0/+5
2008-06-13gst/real/gstrealaudiodec.c: Add raversions we can support on the caps.Wim Taymans3-180/+417
2008-05-13gst/real/gstrealvideodec.c: Add some debug for where we are searching for lib...Wim Taymans1-0/+3
2007-10-08gst/: Fix compiler warnings shown by Forte.Jan Schmidt3-16/+23
2007-09-19gst/real/gstrealvideodec.*: Don't generate an error for occasional decoding e...Wim Taymans2-11/+67
2007-09-05gst/real/gstrealvideodec.c: Add some more debugging.Wim Taymans1-15/+33
2007-08-07gst/real/gstrealvideodec.*: Remove some old unused vars.Wim Taymans2-22/+0
2007-08-07gst/real/gstrealaudiodec.c: Small cleanups.Wim Taymans2-374/+106
2007-07-26gst/real/gstrealaudiodec.c: Use the proper context variable when setting the ...Edward Hervey1-10/+13
2007-07-25gst/real/Makefile.am: And dist the new header file too.Tim-Philipp Müller1-0/+1
2007-07-25gst/real/gstreal.h: Add missing header file.Tim-Philipp Müller1-0/+35
2007-07-24gst/real/: Improved search algorithm for location of real .so files.Edward Hervey4-202/+233
2007-06-06gst/real/gstrealvideodec.c: Printf fix in debug statement; also print the rig...Tim-Philipp Müller1-2/+3
2007-05-16gst/real/: Don't crash when we get a buffer and our input caps haven't been s...Tim-Philipp Müller2-14/+50
2007-05-06gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598.Tim-Philipp Müller4-60/+85
2007-03-02ext/dts/gstdtsdec.c: A few small clean-ups.Tim-Philipp Müller1-5/+11
2007-02-26gst/real/: Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation ...Tim-Philipp Müller2-14/+17
2007-01-31gst/real/: Fix classification in GstElementDetails.Stefan Kost2-2/+2
2007-01-09gst/real/Makefile.am: Fix build (add LIBS and CFLAGS for gst-plugins-base stu...Tim-Philipp Müller1-3/+8
2007-01-06gst/real/gstrealaudiodec.c: Don't call the RAFreeDecoder since it randomly ca...Edward Hervey2-4/+8
2007-01-06gst/real/gstrealvideodec.*: Implement error recovery on setcaps failure.Lutz Mueller2-76/+80
2007-01-06gst/real/: Added RealAudio wrapper elementfactory.Lutz Mueller4-2/+560
2007-01-05configure.ac: Real video .so are now also available for x86_64, so we can bui...Edward Hervey4-784/+979
2007-01-02gst/real/gstreal.c: Use codec_data supplied in caps.Edward Hervey1-30/+36
2007-01-01New plugin for decoding RealVideo Streams using the x86 32bit shared libraries.Edward Hervey2-0/+814