Home
last modified time | relevance | path

Searched refs:faststart (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/tests/fate/
Dmov.mak34 FATE_MOV_FASTSTART = fate-mov-faststart-4gb-overflow \
123faststart-4gb-overflow: CMD = run tools/qt-faststart$(EXESUF) $(TARGET_SAMPLES)/mov/faststart-4gb-…
124 fate-mov-faststart-4gb-overflow: CMP = oneline
125 fate-mov-faststart-4gb-overflow: REF = bc875921f151871e787c4b4023269b29
Dlavf-container.mak40 fate-lavf-mov: CMD = lavf_container_timecode "-movflags +faststart -c:a pcm_alaw -c:v mpeg4 -thread…
/third_party/gstreamer/gstplugins_good/gst/isomp4/
DGstQTMux.prs6 faststart=true
Dgstqtmuxmap.c336 GstClockTime longest_chunk, gboolean faststart) in gst_qt_mux_map_format_to_header() argument
390 if (faststart && longest_chunk <= GST_SECOND) { in gst_qt_mux_map_format_to_header()
Dgstqtmuxmap.h82 gboolean faststart);
/third_party/ffmpeg/tools/
D.gitignore14 /qt-faststart
DMakefile1 TOOLS = enum_options qt-faststart trasher uncoded_frame
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.h53 gboolean faststart; member
Dresindvdsrc.c246 rsndvdsrc->faststart = (strcmp (envvar, "0") && strcmp (envvar, "no")); in rsn_dvdsrc_init()
248 rsndvdsrc->faststart = DEFAULT_FASTSTART; in rsn_dvdsrc_init()
318 src->faststart = g_value_get_boolean (value); in rsn_dvdsrc_set_property()
341 g_value_set_boolean (value, src->faststart); in rsn_dvdsrc_get_property()
392 if (src->faststart) { in rsn_dvdsrc_start()
/third_party/ffmpeg/
DREADME.md24 * Additional small tools such as `aviocat`, `ismindex` and `qt-faststart`.
DMAINTAINERS35 QuickTime faststart:
36 tools/qt-faststart.c Baptiste Coudurier
DChangelog1215 - faststart option in the MOV/MP4 muxer
/third_party/ffmpeg/tests/
DMakefile223 $(FATE_SAMPLES_FASTSTART): tools/qt-faststart$(EXESUF)
/third_party/ffmpeg/doc/
Dmuxers.texi1477 better playback by adding @var{faststart} to the @var{movflags}, or
1478 using the @command{qt-faststart} tool). A fragmented
1541 @item -movflags faststart
2121 ffmpeg -i in.mkv -f segment -segment_time 10 -segment_format_options movflags=+faststart out%03d.mp4
2454 … -f tee "[bsfs/v=dump_extra=freq=keyframe]out.ts|[movflags=+faststart]out.mp4|[select=a]out.aac"
2463 …-f tee "[bsfs/v=dump_extra=freq=keyframe]out.ts|[movflags=+faststart]out.mp4|[select=\'a:1\']out.a…
/third_party/gstreamer/gstplugins_good/
DChangeLog24278 rtpjitterbuffer: Add a faststart-min-packets property
24281 faststart-min-packets of zero disables this feature. This heuristic is
30185 faststart to True.
63029 mp4mux: in faststart mode, don't output up to 4 kB of garbage at the end.
88021 brand if it is a faststart file and the longest chunk is
88029 qtmux: Only push ftyp later (in faststart mode)
88030 In faststart mode, there is no need to send the ftyp
/third_party/gstreamer/gstplugins_bad/
DChangeLog77643 Fixes problem in curlhttpsink when qtmux uses faststart.
189236 brand if it is a faststart file and the longest chunk is
189244 qtmux: Only push ftyp later (in faststart mode)
189245 In faststart mode, there is no need to send the ftyp
199481 resindvd: Add faststart, and work around some multi-angle issues