summaryrefslogtreecommitdiff
path: root/gst/real
Commit message (Expand)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-046-12/+12
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* real: Remove dead assignmentsEdward Hervey2010-11-252-2/+0
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-192-19/+30
* Add -Wwrite-stringsBenjamin Otte2010-03-222-4/+4
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-12/+6
* realaudiodec: reindent and make valgrind happyStefan Kost2009-11-191-4/+1
* real: differentiate between 'module does not exist' and genuine module openin...Tim-Philipp Müller2009-07-192-11/+23
* gsreal: bring down the rank of the real decoders to MARGINAL.Edward Hervey2009-03-041-2/+2
* realdec: use gst_plugin_add_dependency()Tim-Philipp Müller2009-03-011-0/+5
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/real/gstrealvideodec.c: A RealVideo video inside a container (for example...Robin Stocker2008-10-291-0/+7
* gst/real/gstrealvideodec.c: Add some casts to fix the build on ForteJan Schmidt2008-07-161-4/+5
* gst/real/gstrealaudiodec.c: Disable sipro on 64bits, it crashes.Wim Taymans2008-06-131-0/+5
* gst/real/gstrealaudiodec.c: Add raversions we can support on the caps.Wim Taymans2008-06-133-180/+417
* gst/real/gstrealvideodec.c: Add some debug for where we are searching for lib...Wim Taymans2008-05-131-0/+3
* gst/: Fix compiler warnings shown by Forte.Jan Schmidt2007-10-083-16/+23
* gst/real/gstrealvideodec.*: Don't generate an error for occasional decoding e...Wim Taymans2007-09-192-11/+67
* gst/real/gstrealvideodec.c: Add some more debugging.Wim Taymans2007-09-051-15/+33
* gst/real/gstrealvideodec.*: Remove some old unused vars.Wim Taymans2007-08-072-22/+0
* gst/real/gstrealaudiodec.c: Small cleanups.Wim Taymans2007-08-072-374/+106
* gst/real/gstrealaudiodec.c: Use the proper context variable when setting the ...Edward Hervey2007-07-261-10/+13
* gst/real/Makefile.am: And dist the new header file too.Tim-Philipp Müller2007-07-251-0/+1
* gst/real/gstreal.h: Add missing header file.Tim-Philipp Müller2007-07-251-0/+35
* gst/real/: Improved search algorithm for location of real .so files.Edward Hervey2007-07-244-202/+233
* gst/real/gstrealvideodec.c: Printf fix in debug statement; also print the rig...Tim-Philipp Müller2007-06-061-2/+3
* gst/real/: Don't crash when we get a buffer and our input caps haven't been s...Tim-Philipp Müller2007-05-162-14/+50
* gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598.Tim-Philipp Müller2007-05-064-60/+85
* ext/dts/gstdtsdec.c: A few small clean-ups.Tim-Philipp Müller2007-03-021-5/+11
* gst/real/: Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation ...Tim-Philipp Müller2007-02-262-14/+17
* gst/real/: Fix classification in GstElementDetails.Stefan Kost2007-01-312-2/+2
* gst/real/Makefile.am: Fix build (add LIBS and CFLAGS for gst-plugins-base stu...Tim-Philipp Müller2007-01-091-3/+8
* gst/real/gstrealaudiodec.c: Don't call the RAFreeDecoder since it randomly ca...Edward Hervey2007-01-062-4/+8
* gst/real/gstrealvideodec.*: Implement error recovery on setcaps failure.Lutz Mueller2007-01-062-76/+80
* gst/real/: Added RealAudio wrapper elementfactory.Lutz Mueller2007-01-064-2/+560
* configure.ac: Real video .so are now also available for x86_64, so we can bui...Edward Hervey2007-01-054-784/+979
* gst/real/gstreal.c: Use codec_data supplied in caps.Edward Hervey2007-01-021-30/+36
* New plugin for decoding RealVideo Streams using the x86 32bit shared libraries.Edward Hervey2007-01-012-0/+814