Searched refs:apetag (Results 1 – 16 of 16) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | adtsenc.c | 41 int apetag; member 210 if (adts->apetag) in adts_write_trailer() 220 …{ "write_apetag", "Enable APE tag writing", OFFSET(apetag), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1…
|
D | Makefile | 68 OBJS-$(CONFIG_AAC_DEMUXER) += aacdec.o apetag.o img2.o rawdec.o 78 OBJS-$(CONFIG_ADTS_MUXER) += adtsenc.o apetag.o img2.o \ 97 OBJS-$(CONFIG_APE_DEMUXER) += ape.o apetag.o img2.o 342 OBJS-$(CONFIG_MPC_DEMUXER) += mpc.o apetag.o img2.o 343 OBJS-$(CONFIG_MPC8_DEMUXER) += mpc8.o apetag.o img2.o 537 OBJS-$(CONFIG_TAK_DEMUXER) += takdec.o apetag.o img2.o rawdec.o 547 OBJS-$(CONFIG_TTA_DEMUXER) += tta.o apetag.o img2.o 548 OBJS-$(CONFIG_TTA_MUXER) += ttaenc.o apetag.o img2.o 591 OBJS-$(CONFIG_WV_DEMUXER) += wvdec.o wv.o apetag.o img2.o 593 OBJS-$(CONFIG_WV_MUXER) += wvenc.o wv.o apetag.o img2.o
|
/third_party/gstreamer/gstplugins_good/gst/ |
D | meson.build | 1 foreach plugin : ['alpha', 'apetag', 'audiofx', 'audioparsers', 'auparse',
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsplugin.h | 104 GST_TYPE_FIND_REGISTER_DECLARE (apetag);
|
D | gsttypefindfunctionsplugin.c | 117 GST_TYPE_FIND_REGISTER (apetag, plugin); in plugin_init()
|
D | gsttypefindfunctions.c | 6109 GST_TYPE_FIND_REGISTER_DEFINE (apetag, "application/x-apetag",
|
/third_party/gstreamer/gstplugins_good/gst/apetag/ |
D | gstapedemux.c | 444 apetag,
|
/third_party/gstreamer/gstplugins_good/ |
D | meson_options.txt | 3 option('apetag', type : 'feature', value : 'auto') feature
|
D | ChangeLog | 4849 * gst/apetag/gstapedemux.c: 4850 * gst/apetag/gstapedemux.h: 4851 apetag: allow per feature registration 11984 * gst/apetag/Makefile.am: 14102 * docs/plugins/inspect/plugin-apetag.xml: 14197 * gst/apetag/meson.build: 14299 * gst/apetag/gstapedemux.c: 14589 * docs/plugins/inspect/plugin-apetag.xml: 14679 * docs/plugins/inspect/plugin-apetag.xml: 14796 * docs/plugins/inspect/plugin-apetag.xml: [all …]
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 266 -good apetag: apedemux: APE tag demuxer
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 1248 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data): 1792 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags): 2098 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data): 2426 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags), 2432 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init): 2810 * gst/apetag/Makefile.am: 2811 * gst/apetag/apedemux.c: (gst_ape_demux_get_type), 2822 * gst/apetag/apedemux.h: 2823 * gst/apetag/apetag.c: (plugin_init):
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 3419 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data): 3963 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags): 4269 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data): 4597 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags), 4603 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init): 4981 * gst/apetag/Makefile.am: 4982 * gst/apetag/apedemux.c: (gst_ape_demux_get_type), 4993 * gst/apetag/apedemux.h: 4994 * gst/apetag/apetag.c: (plugin_init):
|
/third_party/ffmpeg/ |
D | BUILD.gn | 962 "//third_party/ffmpeg/libavformat/apetag.c",
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 5511 - apetag: use int64_t for filesize
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 125397 …t_swfdec_init): * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init): * gst/apetag/apedemux.c: (gst_a… 197349 * gst/apetag/Makefile.am: 231995 gst/apetag/: Remove old files, apetag is in gst-plugins-good now. 231997 * gst/apetag/Makefile.am: 231998 * gst/apetag/apedemux.c: 231999 * gst/apetag/apedemux.h: 232000 * gst/apetag/apetag.c: 232001 Remove old files, apetag is in gst-plugins-good now. 232737 * gst/apetag/apedemux.h: 233920 * gst/apetag/apedemux.c: (gst_ape_demux_init): [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 99772 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain): 111599 typefindfunctions: Add mp3 to the apetag extensions
|