Go to file
Simon Thelen fa6716c66d libavformat/segment: change segment_list_size behavior to match hls_list_size behavior.
Make the segment muxer keep segment_list_size segments instead of
segment_list_size + 1 segments. This patch also changes the
documentation for segment_list_size to reduce possible confusion over
how many segments are kept.

this allows the segment list to
be limited to containing only one segment which used to be impossible
because a segment_list_size of 0 kept all the segments and a
segment_list_size of 1 kept 2 segments.

Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-17 02:35:56 +02:00
compat
doc libavformat/segment: change segment_list_size behavior to match hls_list_size behavior. 2014-07-17 02:35:56 +02:00
libavcodec avcodec/snow: remove unused variables 2014-07-16 21:24:11 +02:00
libavdevice avdevice/avfoundation: kCVPixelFormatType_OneComponent8 only exists from 10.8 onward 2014-07-16 00:40:32 +02:00
libavfilter avfilter/drawtext: Add basic text shaping using libfribidi 2014-07-16 00:40:39 +02:00
libavformat libavformat/segment: change segment_list_size behavior to match hls_list_size behavior. 2014-07-17 02:35:56 +02:00
libavresample
libavutil armv6: Accelerate butterflies_float 2014-07-16 21:38:02 +02:00
libpostproc
libswresample
libswscale
presets
tests fate: Use the correct, local path to samples for opus reference files 2014-07-14 22:12:28 +03:00
tools
.gitignore
arch.mak
Changelog Changelog: change "version <next>" to "version 2.3" 2014-07-16 02:09:06 +02:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure avcodec/snowdec: remove mpegvideoencdsp dependency 2014-07-16 04:20:59 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: remove intra_dc_precision, its handled by AVOptions 2014-07-15 20:18:19 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffmpeg.c ffmpeg: Fix copying timebase to muxer context 2014-07-15 15:51:31 +02:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS Adding Maintainer for dvbsubdec 2014-07-15 00:46:30 +02:00
Makefile
README.md
RELEASE
RELEASE_NOTES avfilter/drawtext: Add basic text shaping using libfribidi 2014-07-16 00:40:39 +02:00
version.sh

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.