summaryrefslogtreecommitdiff
path: root/ext/modplug
Commit message (Collapse)AuthorAgeFilesLines
* modplug: Fix compiler warning about C++11 compatibilitySebastian Dröge2016-02-181-1/+1
| | | | | | | | | gstmodplug.cc:94:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] #define FORMATS "{ "GST_AUDIO_NE (S32)", "GST_AUDIO_NE (S16)", U8 }" ^ gstmodplug.cc:94:39: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] #define FORMATS "{ "GST_AUDIO_NE (S32)", "GST_AUDIO_NE (S16)", U8 }" ^
* modplug: remove unused variableLuis de Bethencourt2015-02-241-9/+0
|
* modplug: not using deprecated API anymoreLuis de Bethencourt2015-02-241-4/+0
|
* modplug: update example pipeline commandLuis de Bethencourt2015-02-241-1/+1
|
* modplug: don't hardcode c++ standard libraryKoop Mast2014-06-221-1/+1
| | | | | | Fixes build with llvm on FreeBSD. https://bugzilla.gnome.org//show_bug.cgi?id=731930
* modplug: small seeking code reshuffleStefan Sauer2013-12-201-5/+5
| | | | Put the code that checks stop values together. Don't clamp a cur value of -1 to 0 (should not happen right now).
* modplug: Specify directory when including stdafx.hIain Lane2013-09-101-1/+1
| | | | | | | modplug stopped exposing their directory in their pcfile, meaining consumers accessing the headers directly fail to build. http://sourceforge.net/p/modplug-xmms/git/ci/75e9b166982ed637b59ef7cbc1835a09f768923e/
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
|
* ext, gst: only activate in pull mode if upstream is seekableMark Nauwelaerts2012-09-111-1/+2
|
* tag: Update for taglist/tag event API changesSebastian Dröge2012-07-281-13/+15
|
* update for task api changeWim Taymans2012-06-201-2/+2
|
* update for tag event changeWim Taymans2012-06-061-1/+1
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-4/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: NEWS RELEASE common configure.ac docs/libs/gst-plugins-bad-libs-sections.txt docs/plugins/gst-plugins-bad-plugins.args docs/plugins/gst-plugins-bad-plugins.hierarchy docs/plugins/gst-plugins-bad-plugins.interfaces docs/plugins/inspect/plugin-adpcmdec.xml docs/plugins/inspect/plugin-adpcmenc.xml docs/plugins/inspect/plugin-assrender.xml docs/plugins/inspect/plugin-audiovisualizers.xml docs/plugins/inspect/plugin-autoconvert.xml docs/plugins/inspect/plugin-bayer.xml docs/plugins/inspect/plugin-bz2.xml docs/plugins/inspect/plugin-camerabin2.xml docs/plugins/inspect/plugin-celt.xml docs/plugins/inspect/plugin-dataurisrc.xml docs/plugins/inspect/plugin-debugutilsbad.xml docs/plugins/inspect/plugin-dtmf.xml docs/plugins/inspect/plugin-dtsdec.xml docs/plugins/inspect/plugin-dvbsuboverlay.xml docs/plugins/inspect/plugin-dvdspu.xml docs/plugins/inspect/plugin-faac.xml docs/plugins/inspect/plugin-faad.xml docs/plugins/inspect/plugin-gsm.xml docs/plugins/inspect/plugin-h264parse.xml docs/plugins/inspect/plugin-mms.xml docs/plugins/inspect/plugin-modplug.xml docs/plugins/inspect/plugin-mpeg2enc.xml docs/plugins/inspect/plugin-mpegdemux2.xml docs/plugins/inspect/plugin-mpegtsdemux.xml docs/plugins/inspect/plugin-mpegvideoparse.xml docs/plugins/inspect/plugin-mplex.xml docs/plugins/inspect/plugin-pcapparse.xml docs/plugins/inspect/plugin-rawparse.xml docs/plugins/inspect/plugin-rtpmux.xml docs/plugins/inspect/plugin-rtpvp8.xml docs/plugins/inspect/plugin-scaletempo.xml docs/plugins/inspect/plugin-schro.xml docs/plugins/inspect/plugin-sdp.xml docs/plugins/inspect/plugin-segmentclip.xml docs/plugins/inspect/plugin-shm.xml docs/plugins/inspect/plugin-videomaxrate.xml docs/plugins/inspect/plugin-videoparsersbad.xml docs/plugins/inspect/plugin-vp8.xml docs/plugins/inspect/plugin-y4mdec.xml ext/celt/gstceltdec.c ext/dts/gstdtsdec.c ext/modplug/gstmodplug.cc ext/opus/gstopusenc.c gst-libs/gst/video/gstbasevideocodec.c gst-libs/gst/video/gstbasevideocodec.h gst-libs/gst/video/gstbasevideodecoder.c gst-libs/gst/video/gstbasevideodecoder.h gst-libs/gst/video/gstbasevideoencoder.c gst-libs/gst/video/gstbasevideoencoder.h gst/adpcmdec/Makefile.am gst/audiovisualizers/gstbaseaudiovisualizer.c gst/h264parse/gsth264parse.c gst/mpegdemux/mpegtsparse.c gst/mpegtsdemux/mpegtsbase.c gst/mpegtsdemux/mpegtspacketizer.c gst/mpegtsdemux/mpegtsparse.c gst/mpegtsdemux/tsdemux.c gst/mpegtsdemux/tsdemux.h gst/mxf/mxfdemux.c gst/rawparse/gstaudioparse.c gst/videoparsers/gsth263parse.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c sys/decklink/gstdecklinksink.cpp sys/dvb/gstdvbsrc.c sys/shm/gstshmsrc.c sys/vdpau/h264/gstvdph264dec.c sys/vdpau/mpeg/gstvdpmpegdec.c tests/examples/opencv/gst_element_print_properties.c win32/common/config.h
| * modplug: memory handling cleanupStefan Sauer2012-03-231-2/+6
| | | | | | | | | | Don't leak the CSoundFile. Use define for comment buffer size and ensure it is 0 terminated.
| * modplug: work around memory trashing in libmodplug (0.8.7)Stefan Sauer2012-03-231-3/+11
| | | | | | | | Allocate double sized buffers. Also add more debug logging.
* | update for memory api changesWim Taymans2012-03-151-1/+1
| |
* | fix for caps api changesWim Taymans2012-03-111-1/+1
| |
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/chromaprint/gstchromaprint.c ext/mpeg2enc/Makefile.am ext/voaacenc/gstvoaacenc.c gst/dvbsuboverlay/gstdvbsuboverlay.c gst/mpegtsdemux/mpegtsbase.c gst/sdp/gstsdpdemux.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c tests/examples/camerabin/gst-camera-perf.c tests/examples/camerabin/gst-camerabin-test.c tests/examples/camerabin2/gst-camerabin2-test.c tests/examples/mxf/mxfdemux-structure.c tests/examples/scaletempo/demo-main.c
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+4
| |
* | modplug: port to 0.11Wim Taymans2012-02-091-208/+234
| |
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-131-1/+3
|\ \ | |/
| * modplug: fix caps leakVincent Penquerc'h2012-01-101-1/+3
| |
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-5/+4
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* modplug: fix modules playing as mono instead of stereoKrzysztof Krakowiak2011-11-231-4/+4
| | | | | | | | | replaced broken if-return logic for fixating rate and number of channels that caused that modules were always (after successful fixation of rate) played as mono (instead of stereo) by correct one with appropiate warnings. https://bugzilla.gnome.org/show_bug.cgi?id=619035
* Fix compilation for unused but not setNicolas Dufresne2011-07-201-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=654572
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-12/+22
| | | | Canonicalize property names as needed.
* modplug: Define WORDS_BIGENDIAN to avoid undefined warningBenjamin Otte2010-03-241-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=613795
* modplug: Fix indentionSebastian Dröge2010-01-041-5/+5
|
* modplug: Allow 1-2 channels for 16 and 32 bit depths, not only for 8 bits.Kaj-Michael Lang2010-01-041-2/+2
| | | | Fixes bug #605721.
* modplug: Allow 32 bit depth, modplugs native format.Kaj-Michael Lang2010-01-042-12/+14
| | | | Fixes bug #605720.
* modplug: Use correct header fileLRN2009-04-211-1/+1
| | | | | | | modplug's sndfile.h conflicts with libsndfile's sndfile.h, so we'll access it directly using modplug/sndfile.h. Fixes #573849 Signed-off-by: David Schleef <ds@schleef.org>
* Build the modplug plugin against the modplug library and remove our copyHans de Goede2009-01-243-0/+953
Always build the modplug plugin against the system modplug library and remove our own copy. Using the system version has advantages if security issues or other critical bugs are found in libmodplug and our own copy wasn't really maintained anyway. Also our copy only contained some patches to use GLib types and functions. Fixes bug #568837.