Searched refs:muxer (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A 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 FATE_SAMPLES_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.wav\ 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 [all...] |
H A 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 mainly tests the Matroska muxer's ability to shift the data 118 # This test the following features of the Matroska muxer: Writing projection 189 # (and therefore lost). It moreover tests that the muxer writes CuePoints
|
H A D | lavf-container.mak | 61 # The RealMedia muxer is broken.
|
/third_party/ffmpeg/libavformat/ |
H A D | img2enc.c | 47 const char *muxer; member 59 img->muxer = "gif"; in write_header() 61 img->muxer = "fits"; in write_header() 63 img->muxer = "avif"; in write_header() 88 ret = avformat_alloc_output_context2(&fmt, NULL, img->muxer, s->url); in write_muxed_file() 119 if (img->muxer) { in write_packet_pipe() 213 } else if (img->muxer) { in write_packet() 265 .class_name = "image2 muxer",
|
H A D | movenc.c | 2 * MOV, 3GP, MP4 muxer 72 { "movflags", "MOV muxer flags", offsetof(MOVMuxContext, flags), AV_OPT_TYPE_FLAGS, {.i64 = 0}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" }, 129 .class_name = "mov/mp4/tgp/psp/tg2/ipod/ismv/f4v muxer", 7354 #define IS_MODE(muxer, config) (CONFIG_ ## config ## _MUXER && !strcmp(#muxer, s->oformat->name)) 7453 av_log(s, AV_LOG_ERROR, "muxer does not support non seekable output\n"); 7743 doesn't mandate a track timescale of 10,000,000. The muxer allows a custom timescale 8320 .class_name = "avif muxer",
|
/third_party/ffmpeg/tools/ |
H A D | patcheck | 178 check that the patch does not touch codec & (de)muxer layer at the same time ->split
|
/third_party/ffmpeg/tests/ |
H A D | Makefile | 185 include $(SRC_PATH)/tests/fate/fifo-muxer.mak
|
/third_party/ffmpeg/ |
H A D | configure | 160 --disable-muxer=NAME disable muxer NAME 161 --enable-muxer=NAME enable muxer NAME 4003 OUTDEV_LIST=$(find_things_extern muxer AVOutputFormat libavdevice/alldevices.c outdev) 4005 MUXER_LIST=$(find_things_extern muxer AVOutputFormat libavformat/allformats.c) 7582 for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do
|
Completed in 22 milliseconds