ffmpeg/doc
Mika Raento f685f7d7a8 hlsenc: single_file, support HLS ver 4 byteranges
This adds a new option -hls_flags single_file that creates one .ts file
for HLS and adds byteranges to the .m3u8 file, instead of creating one
.ts file for each segment.

This is helpful at least for storing large number of videos, as the
number of files per video is drastically reduced and copying and storing
those files takes less requests and inodes.

This is based on work by Nicolas Martyanoff, discussed on ffmpeg-devel
in July 2014. That patch seems abandoned by the author, and contained
unrelated changes. This patch tries to add the minimum amount of code to
support the byterange playlists.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-15 22:16:44 +02:00
..
examples doc/examples: remove unneeded NULL checks 2014-09-14 16:45:50 +02:00
APIchanges doc/APIchanges: Update hashes and dates 2014-09-14 12:45:36 +02:00
Doxyfile doc/Doxyfile: use 5 columns for alphabetical index 2014-07-08 00:43:18 +02:00
Makefile Use makeinfo to generate html doc for the new website 2014-09-04 02:34:20 +02:00
authors.texi
bitstream_filters.texi doc/bitstream_filters: document imxdump 2014-06-18 12:59:15 -08:00
bootstrap.min.css doc: Copyright in CSS, CSS split in 2 files 2014-09-06 01:37:31 +02:00
build_system.txt doc/build_system: document examples and config targets 2014-06-25 01:00:05 +02:00
codecs.texi avfilter: add codecview filter 2014-08-24 14:35:11 +02:00
decoders.texi doc/decoders: mention native Opus decoder 2014-07-27 13:46:48 -08:00
default.css doc: restore default.css 2014-07-20 02:01:50 +02:00
demuxers.texi doc/demuxers: document gif demuxer 2014-09-03 10:16:05 -08:00
developer.texi docs: add example around the suggested commit message format 2014-09-12 01:59:44 +02:00
devices.texi
doxy-wrapper.sh doc: make doxygen program configurable 2014-07-08 02:08:04 +02:00
encoders.texi Adds support for setting aq_mode in libvpx encoder 2014-08-27 23:12:47 -03:00
errno.txt
faq.texi fix various typos 2014-06-03 10:58:19 -08:00
fate.texi
fate_config.sh.template
ffmpeg-bitstream-filters.texi
ffmpeg-codecs.texi
ffmpeg-devices.texi
ffmpeg-filters.texi
ffmpeg-formats.texi
ffmpeg-protocols.texi
ffmpeg-resampler.texi
ffmpeg-scaler.texi
ffmpeg-utils.texi
ffmpeg.texi Merge commit '775a0b04f0cf8102fe322b2ee03fe1a0633dea04' 2014-09-11 01:27:38 +02:00
ffmpeg.txt
ffplay.texi Print bits_per_raw_sample for ffprobe -show_streams. 2014-09-08 17:49:20 +02:00
ffprobe.texi doc/ffprobe: fix -show_entries example 2014-08-28 12:20:18 +02:00
ffprobe.xsd Print bits_per_raw_sample for ffprobe -show_streams. 2014-09-08 17:49:20 +02:00
ffserver.conf ffserver: deprecate Port and BindAddress options in favor of HTTPPort and HTTPBindAddress 2014-08-17 22:51:45 -04:00
ffserver.texi ffserver: deprecate Port and BindAddress options in favor of HTTPPort and HTTPBindAddress 2014-08-17 22:51:45 -04:00
fftools-common-opts.texi Replace incorrect use of "multiply" with "multiple" 2014-08-27 16:00:17 -08:00
filter_design.txt
filters.texi doc/filters.texi: improve the wording of the expr_int_format documentation 2014-09-07 18:29:06 +02:00
formats.texi
general.texi general: Fix usage of @float 2014-09-01 16:21:44 +02:00
git-howto.texi
indevs.texi doc/indevs: mention required configure options 2014-07-31 15:00:41 -08:00
issue_tracker.txt doc/issue_tracker: Correct sub-domain for mailing list 2014-07-20 20:57:53 +02:00
libavcodec.texi
libavdevice.texi
libavfilter.texi
libavformat.texi
libavutil.texi
libswresample.texi
libswscale.texi
metadata.texi
mips.txt
multithreading.txt
muxers.texi hlsenc: single_file, support HLS ver 4 byteranges 2014-09-15 22:16:44 +02:00
nut.texi
optimization.txt Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' 2014-07-01 15:22:11 +02:00
outdevs.texi
platform.texi Use makeinfo to generate html doc for the new website 2014-09-04 02:34:20 +02:00
print_options.c
protocols.texi Merge commit '7e38903b5c86a759549e70647ae42bb22d353b14' 2014-08-13 22:54:31 +02:00
rate_distortion.txt
resampler.texi
scaler.texi
snow.txt doc/snow: remove possibly wrong todo item 2014-08-26 01:19:26 +02:00
style.min.css doc: Copyright in CSS, CSS split in 2 files 2014-09-06 01:37:31 +02:00
swresample.txt
swscale.txt
t2h.init doc: Copyright in CSS, CSS split in 2 files 2014-09-06 01:37:31 +02:00
t2h.pm doc: Copyright in CSS, CSS split in 2 files 2014-09-06 01:37:31 +02:00
tablegen.txt
texi2pod.pl Merge commit '94f084324e648876508bed546d950762f10b875e' 2014-09-03 12:24:47 +02:00
texidep.pl
utils.texi lavu/eval: add clip function 2014-07-17 11:29:01 +02:00
writing_filters.txt