Searched refs:openmpt (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | libopenmpt.c | 82 OpenMPTContext *openmpt = s->priv_data; in read_header_openmpt() local 105 …openmpt->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/ |
D | plugin.c | 38 openmpt,
|
D | meson.build | 1 openmpt_dep = dependency('libopenmpt', required: get_option('openmpt'))
|
/third_party/gstreamer/gstplugins_bad/ext/ |
D | meson.build | 45 subdir('openmpt') subdir
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson_options.txt | 138 option('openmpt', type : 'feature', value : 'auto', description : 'OpenMPT module music library plu… feature
|
D | ChangeLog | 12193 * 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/ |
D | demuxers.texi | 584 See @url{https://lib.openmpt.org/libopenmpt/} for more information.
|