summaryrefslogtreecommitdiff
path: root/ext/cdparanoia
AgeCommit message (Expand)AuthorFilesLines
2013-11-16docs: remove old 0.10 Since markersTim-Philipp Müller1-5/+3
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge1-1/+1
2012-10-24gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-05-24cdparanoia: always set the read_speedWim Taymans1-5/+5
2012-05-17cdparanoiasrc: include stdio.h for SEEK_SETTim-Philipp Müller1-0/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-01-22Replace deprecated GStaticMutex with GMutexTim-Philipp Müller1-3/+3
2011-11-12cdparanoia: update for GstCddaBaseSrc -> GstAudioCdSrc renamingTim-Philipp Müller3-22/+22
2011-05-17Merge branch 'master' into 0.11Wim Taymans2-3/+8
2011-05-17cdparanoiasrc: fix build on OSX by #undef-ing VERSION before including system...Tim-Philipp Müller2-3/+8
2011-04-19ext: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-14/+9
2011-03-27plugins: fix for new memory APIWim Taymans1-1/+1
2010-06-11cdparanoia: check for cdparanoia with pkg-config firstTim-Philipp Müller1-1/+5
2010-03-19build: Makefile.am fixesTim-Philipp Müller1-1/+1
2010-03-16gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-06-19cdparanoia: run-time license is LGPL now that we require cdparanoia 0.10.2Tim-Philipp Müller1-1/+1
2009-06-19cdparanoia: try to guess a good cache size if it's set to -1Tim-Philipp Müller1-5/+24
2009-06-19cdparanoia: expose cache size settingJonathan Matthew2-1/+19
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+1
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2008-05-22Add some documentation comments, and some new headers to be scanned.Jan Schmidt1-0/+16
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-4/+5
2007-05-22ext/cdparanoia/gstcdparanoiasrc.c: Repair umlaut.Tim-Philipp Müller1-1/+1
2007-05-21Small cleanups.Wim Taymans1-14/+23
2007-02-15More docs coverage and some ChangeLog surgery (add missing names)Stefan Kost1-0/+5
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele1-1/+1
2006-06-11further clean up buildThomas Vander Stichele1-6/+4
2006-04-28make GstElementDetails constStefan Kost1-1/+1
2006-03-24Add docs for adder, use GST_ELEMENT_DETAILS macro, define GstElementDetails a...Stefan Kost1-7/+6
2006-02-17ext/cdparanoia/gstcdparanoiasrc.*: Add back 'transport-error' and 'uncorrecte...Tim-Philipp Müller2-4/+95
2006-01-27ext/: - a library should not call setlocale. see Libraries node in gettext ma...Thomas Vander Stichele1-3/+10
2006-01-10ext/cdparanoia/gstcdparanoiasrc.c: Don't try to free NULL pointers.Tim-Philipp Müller1-5/+11
2005-12-29New cdparanoiasrc element based on cddabasesrc; enable cdparanoia plugin agai...Tim-Philipp Müller5-1239/+481
2005-12-12ext/cdparanoia/: Partially ported cdparanoia now that basesrc can support a p...Wim Taymans3-456/+334
2005-12-06expand tabsThomas Vander Stichele1-5/+5
2005-11-22remove deprecated properties fix up enums to correctly have short lowercase d...Thomas Vander Stichele1-5/+5
2005-10-16restructure configure.ac, use correct libtool LDFLAGS, fix up definesThomas Vander Stichele1-1/+1
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2-10/+10
2005-09-02All plugins updated for element state changes.Andy Wingo1-14/+15
2005-08-05renamed to actual element names, so much nicer to look atThomas Vander Stichele1-4/+4
2005-07-13make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be added manually to e...Thomas Vander Stichele1-2/+1
2005-07-05Many files: Null if we got it....Andy Wingo1-1/+0
2005-02-08ext/cdparanoia/gstcdparanoia.c: Fix track calculations (#166208).Ronald S. Bultje1-2/+3
2004-12-09Synchronize property names where not yet the case. Devices are now device=X, ...Ronald S. Bultje1-3/+9
2004-11-09ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte1-5/+1
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt1-7/+5