/third_party/ffmpeg/tests/fate/ |
D | fifo-muxer.mak | 1 fate-fifo-muxer-h264: CMD = ffmpeg -i $(TARGET_SAMPLES)/mkv/1242-small.mkv -frames:v 11\ 4 fate-fifo-muxer-h264: REF = $(SRC_PATH)/tests/ref/fate/mkv-1242 5 …MPLES_FIFO_MUXER-$(call ALLYES, FIFO_MUXER, MATROSKA_DEMUXER, H264_DECODER) += fate-fifo-muxer-h264 7 fate-fifo-muxer-wav: CMD = ffmpeg -i $(TARGET_SAMPLES)/audio-reference/chorusnoise_2ch_44kHz_s16.wa… 10 fate-fifo-muxer-wav: CMP = oneline 11 fate-fifo-muxer-wav: REF = 4dda5dcc7ecdc2218b0739a152ada802 12 FATE_SAMPLES_FIFO_MUXER-$(call ALLYES, FIFO_MUXER, WAV_DEMUXER) += fate-fifo-muxer-wav 14 fate-fifo-muxer-tst: libavformat/tests/fifo_muxer$(EXESUF) 15 fate-fifo-muxer-tst: CMD = run libavformat/tests/fifo_muxer$(EXESUF) 16 FATE_FIFO_MUXER-$(call ALLYES, FIFO_MUXER NETWORK) += fate-fifo-muxer-tst [all …]
|
D | matroska.mak | 40 # This tests that the Matroska muxer writes the channel layout 53 # demuxing it from Matroska/WebM. It furthermore tests the WebM muxer, in 63 # For the muxer this tests that it can correctly write huge TrackNumbers and 70 # This test the following features of the Matroska muxer: Writing projection
|
/third_party/gstreamer/gst_libav/tests/check/generic/ |
D | plugin-test.c | 41 GstElement *encoder, *muxer, *decoder; in GST_START_TEST() local 52 muxer = gst_element_factory_make ("avmux_dvd", "sink"); in GST_START_TEST() 53 GST_DEBUG ("Creating element avmux_dvd %p", muxer); in GST_START_TEST() 54 fail_unless (muxer != NULL); in GST_START_TEST() 58 gst_object_unref (muxer); in GST_START_TEST() 73 muxer = gst_element_factory_make ("avmux_dvd", "sink"); in GST_START_TEST() 74 GST_DEBUG ("Creating element avmux_dvd %p", muxer); in GST_START_TEST() 75 fail_unless (muxer != NULL); in GST_START_TEST() 79 gst_object_unref (muxer); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 632 if (splitmux->muxer) { in gst_splitmux_reset_elements() 633 gst_element_set_locked_state (splitmux->muxer, TRUE); in gst_splitmux_reset_elements() 634 gst_element_set_state (splitmux->muxer, GST_STATE_NULL); in gst_splitmux_reset_elements() 635 gst_bin_remove (GST_BIN (splitmux), splitmux->muxer); in gst_splitmux_reset_elements() 643 splitmux->sink = splitmux->active_sink = splitmux->muxer = NULL; in gst_splitmux_reset_elements() 652 splitmux->sink = splitmux->active_sink = splitmux->muxer = NULL; in gst_splitmux_sink_dispose() 724 if (sink->muxer == NULL) in update_muxer_properties() 726 klass = G_OBJECT_GET_CLASS (sink->muxer); in update_muxer_properties() 743 g_object_set (sink->muxer, "reserved-max-duration", muxer_threshold, NULL); in update_muxer_properties() 1926 gst_element_request_pad (splitmux->muxer, templ, in relink_context() [all …]
|
D | gstsplitmuxsink.h | 152 GstElement *muxer; member
|
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/ |
D | tsmux-prog-map.c | 61 GstElement *muxer; in main() local 82 muxer = gst_bin_get_by_name (GST_BIN (pipeline), "mux"); in main() 87 g_object_set (muxer, "prog-map", prog_map, NULL); in main()
|
/third_party/ffmpeg/libavformat/ |
D | img2enc.c | 46 const char *muxer; member 60 img->muxer = "gif"; in write_header() 62 img->muxer = "fits"; in write_header() 86 ret = avformat_alloc_output_context2(&fmt, NULL, img->muxer, s->url); in write_muxed_file() 117 if (img->muxer) { in write_packet_pipe() 203 } else if (img->muxer) { in write_packet()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 1096 padl = gst_element_get_pad_template_list (ebin->muxer); in get_compatible_muxer_sink_pad() 1135 sinkpad = gst_element_get_pad_from_template (ebin->muxer, padl->data); in get_compatible_muxer_sink_pad() 1505 if (ebin->muxer) { in _create_stream_group() 1538 if (!ebin->muxer || (!GST_IS_TAG_SETTER (ebin->muxer) in _create_stream_group() 1539 && !_has_class (ebin->muxer, "Formatter"))) { in _create_stream_group() 2090 GstElement *muxer = NULL; in _get_muxer() local 2160 if (cansinkstreams && (muxer = in _get_muxer() 2170 return muxer; in _get_muxer() 2177 GstElement *muxer = NULL; in create_elements_and_pads() local 2187 muxer = _get_muxer (ebin); in create_elements_and_pads() [all …]
|
D | gstencodebasebin.h | 53 GstElement *muxer; member
|
/third_party/ffmpeg/ |
D | Changelog | 200 - Rayman 2 APM muxer 204 - Argonaut Games ASF muxer 230 - LEGO Racers ALP (.tun & .pcm) muxer 234 - AMV muxer 270 - TTML subtitle encoder and muxer 286 - streamhash muxer 350 - Real War KVAG muxer 387 - mov muxer writes tracks with unspecified language instead of English by default 446 - Raw aptX and aptX HD muxer and demuxer 470 - Removed the ffmenc and ffmdec muxer and demuxer [all …]
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 13 with the options @code{--enable-muxer=@var{MUXER}} / 14 @code{--disable-muxer=@var{MUXER}}. 25 Audio Interchange File Format muxer. 44 Advanced Systems Format muxer. 47 muxer too. 55 Set the muxer packet size. By tuning this setting you may reduce data 56 fragmentation or muxer overhead depending on your source. Default value is 64 Audio Video Interleaved muxer. 105 This muxer feeds audio data to the Chromaprint library, 144 This muxer computes and prints the Adler-32 CRC of all the input audio [all …]
|
D | metadata.texi | 5 INI-like text file and then load it back using the metadata muxer/demuxer. 73 By using the ffmetadata muxer and demuxer it is possible to extract
|
D | devices.texi | 6 an output device like a muxer, and the interface and generic device
|
D | bitstream_filters.texi | 297 transport stream format (muxer @code{mpegts}). 306 Please note that this filter is auto-inserted for MPEG-TS (muxer 307 @code{mpegts}) and raw H.264 (muxer @code{h264}) output formats. 388 transport stream format (muxer @code{mpegts}). 397 Please note that this filter is auto-inserted for MPEG-TS (muxer 398 @code{mpegts}) and raw HEVC/H.265 (muxer @code{h265} or
|
D | fftools-common-opts.texi | 105 @item muxer=@var{muxer_name} 106 Print detailed information about the muxer named @var{muxer_name}. Use the 380 muxer:
|
D | formats.texi | 5 can be set on all the muxers and demuxers. In addition each muxer or 206 The offset is added by the muxer to the output timestamps.
|
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/ |
D | tagschecking.c | 85 const gchar * muxer, const gchar * file) in test_mux_tags() argument 96 GST_DEBUG ("testing xmp muxing on : %s", muxer); in test_mux_tags() 100 "%s ! %s name=mux ! filesink location=%s name=sink", caps, muxer, file); in test_mux_tags() 260 test_tags (const gchar * tag_str, const gchar * caps, const gchar * muxer, in test_tags() argument 271 test_mux_tags (tag_str, caps, muxer, tmpfile); in test_tags()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | README | 235 The ogg muxer's job is to output complete Ogg pages such that the absolute 241 granulepos represents for each ogg packet that it pushes to the ogg muxer. 243 the muxer can not produce valid streams. 245 The ogg muxer has a packet queue per sink pad. From this queue a page can 253 - muxer wants a flush to happen (so it can output pages) 255 The ogg muxer also has a page queue per sink pad. This queue collects 262 - if not, muxer can wait if the following limits aren't reached: 277 As said before, the basic rule is that the ogg muxer needs an exact time 290 Given that the basic rule for muxing is that the muxer needs an exact timestamp 292 from encoders to the Ogg muxer. So we need a mechanism to communicate [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashsink.c | 239 GstDashSinkMuxerType muxer; member 589 dash_muxer_list[sink->muxer].file_ext); in on_format_location() 594 dash_muxer_list[sink->muxer].file_ext); in on_format_location() 628 gst_element_factory_make (dash_muxer_list[sink->muxer].element_name, in gst_dash_sink_add_splitmuxsink() 631 if (sink->muxer == GST_DASH_SINK_MUXER_MP4) in gst_dash_sink_add_splitmuxsink() 806 ".", dash_muxer_list[sink->muxer].file_ext, NULL); in gst_dash_sink_generate_mpd_content() 980 stream->mimetype = g_strdup (dash_muxer_list[sink->muxer].mimetype); in gst_dash_sink_request_new_pad() 1109 sink->muxer = g_value_get_enum (value); in gst_dash_sink_set_property() 1155 g_value_set_enum (value, sink->muxer); in gst_dash_sink_get_property()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 38 * -base ogg: oggmux: Ogg muxer 108 * -good avi: avimux: Avi muxer 140 * -good flv: flvmux: FLV muxer 169 * -good multipart: multipartmux: Multipart muxer 198 * -good wavenc: wavenc: WAV audio muxer 239 * -bad jpegformat: jifmux: JPEG stream muxer 277 -good matroska: matroskamux: Matroska muxer 279 -good matroska: webmmux: WebM muxer 301 -bad aiff: aiffmux: AIFF audio muxer 305 -bad asfmux: asfmux: ASF muxer [all …]
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | dynpads | 19 For certain elements, like a tee and a muxer, we need another pad 28 The muxer element (an avi encoder, for example) might expose several 30 muxer would then be: create a compressor element (JPEG). Get the
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | PORTING | 22 * video recording encoder/muxer 23 In camerabin, video/audio encoder/muxer are selected by passing GstElements to
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | splitmuxsink.c | 621 GstElement *sink, *muxer; in GST_START_TEST() local 630 muxer = gst_element_factory_make ("qtmux", NULL); in GST_START_TEST() 631 fail_if (muxer == NULL); in GST_START_TEST() 635 g_object_set (sink, "muxer", muxer, "muxer-pad-map", pad_map, NULL); in GST_START_TEST() 640 muxpad = gst_element_get_static_pad (muxer, "video_100"); in GST_START_TEST() 646 muxpad = gst_element_get_static_pad (muxer, "audio_101"); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | README | 6 with an ogg muxer such as "oggmux" it is called "rawvorbisenc".
|
/third_party/ffmpeg/tools/ |
D | patcheck | 178 check that the patch does not touch codec & (de)muxer layer at the same time ->split
|