Home
last modified time | relevance | path

Searched refs:openmpt (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Dlibopenmpt.c82 OpenMPTContext *openmpt = s->priv_data; in read_header_openmpt() local
105openmpt->module = openmpt_module_create_from_memory2(buf, size, openmpt_logfunc, s, NULL, NULL, &e… in read_header_openmpt()
107 if (!openmpt->module) { in read_header_openmpt()
116 openmpt->module = openmpt_module_create_from_memory(buf, size, openmpt_logfunc, s, NULL); in read_header_openmpt()
118 if (!openmpt->module) in read_header_openmpt()
122 openmpt->channels = av_get_channel_layout_nb_channels(openmpt->layout); in read_header_openmpt()
124 if (openmpt->subsong >= openmpt_module_get_num_subsongs(openmpt->module)) { in read_header_openmpt()
125 openmpt_module_destroy(openmpt->module); in read_header_openmpt()
126 av_log(s, AV_LOG_ERROR, "Invalid subsong index: %d\n", openmpt->subsong); in read_header_openmpt()
130 if (openmpt->subsong != -2) { in read_header_openmpt()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dplugin.c38 openmpt,
Dmeson.build1 openmpt_dep = dependency('libopenmpt', required: get_option('openmpt'))
/third_party/gstreamer/gstplugins_bad/ext/
Dmeson.build45 subdir('openmpt') subdir
/third_party/gstreamer/gstplugins_bad/
Dmeson_options.txt138 option('openmpt', type : 'feature', value : 'auto', description : 'OpenMPT module music library plu… feature
DChangeLog12193 * ext/openmpt/gstopenmptdec.c:
12194 * ext/openmpt/gstopenmptdec.h:
12195 * ext/openmpt/plugin.c:
12196 openmpt: allow per feature registration
23442 openmpt: Namespace enum GType names
34092 * ext/openmpt/Makefile.am:
35749 * ext/openmpt/gstopenmptdec.c:
39116 * ext/openmpt/meson.build:
39408 * ext/openmpt/gstopenmptdec.c:
40045 * docs/plugins/inspect/plugin-openmpt.xml:
[all …]
/third_party/ffmpeg/doc/
Ddemuxers.texi584 See @url{https://lib.openmpt.org/libopenmpt/} for more information.