FFmpeg git repo
Go to file
Martin Storsjö 617475a95c applehttp: Use half the target duration as interval if the playlist didn't update
This is mandated in draft-pantos-http-live-streaming-07, section
6.3.4.

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-29 11:42:45 +02:00
doc avformat: Add SMJPEG demuxer. 2011-12-28 20:17:20 +01:00
libavcodec lagarith: add decode support for arith rgb24 mode 2011-12-29 07:37:33 +01:00
libavdevice v4l2: remove unneded linux specific asm/types.h include 2011-12-27 16:07:58 +01:00
libavfilter Add minor bumps and APIchanges entries for lavc/lavfi changes. 2011-12-25 20:50:16 +01:00
libavformat applehttp: Use half the target duration as interval if the playlist didn't update 2011-12-29 11:42:45 +02:00
libavutil Replace Subversion revisions in comments by Git hashes. 2011-12-21 09:04:25 +01:00
libpostproc postproc: altivec: fix remaining mixed declarations and code 2011-12-21 00:57:45 +00:00
libswscale swscale: prevent invalid writes in packed_16bpc_bswap 2011-12-26 15:50:17 +01:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests fate: Add v210 codec regression tests 2011-12-28 20:50:41 +01:00
tools Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
.gitignore Make a copy of ffmpeg under a new name -- avconv. 2011-08-12 13:27:30 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avformat: Add SMJPEG demuxer. 2011-12-28 20:17:20 +01:00
Doxyfile doxy: add website-alike style to the html output 2011-12-25 14:34:32 +01:00
INSTALL doc: clarify configure features 2011-04-07 02:54:12 +02:00
LICENSE
Makefile build: rename subdir.mak ---> library.mak 2011-12-13 23:34:22 +01:00
README
RELEASE Prepare for 0.8_beta1 snapshot release 2011-12-23 15:38:15 +01:00
avconv.c avconv: avoid memcpy in vsrc_buffer when possible. 2011-12-25 16:18:57 +01:00
avplay.c lavfi: add avfilter_copy_frame_props() 2011-12-25 16:18:57 +01:00
avprobe.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
avserver.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
cmdutils.c lavc: add a sample_aspect_ratio field to AVFrame 2011-12-25 16:18:57 +01:00
cmdutils.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
common.mak build: remove unnecessary FFLDFLAGS variable 2011-07-11 11:39:04 +01:00
configure threads: test for sys/param.h and include it for sysctl on OpenBSD 2011-12-27 16:09:41 +01:00
ffmpeg.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
library.mak build: link test programs with static libraries 2011-12-17 23:21:08 +00:00
version.sh Drop git- prefix from version labels 2011-06-19 19:41:23 +01:00

README

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.