FFmpeg git repo
Go to file
Stefan Fritsch 31dfc49598 http: Fix decetion of range support in HTTP servers
currently libavformat only allows seeking if a request with "Range:
0-" results in a 206 reply from the HTTP server which includes a
Content-Range header. But according to RFC 2616, the server may also
reply with a normal 200 reply (which is more efficient for a request
for the whole file). In fact Apache HTTPD 2.2.20 has changed the
behaviour in this way and it looks like this change will be kept in
future versions. The fix for libavformat is easy: Also look at the
Accept-Ranges header.
2011-09-03 22:29:07 +02:00
doc doc: issue tracking: explain the term issue 2011-09-02 23:08:03 +02:00
ffpresets Remove libx264 baseline ffpreset 2011-07-28 01:44:57 +02:00
libavcodec mpeg4: adjust dummy frame threashold for packed divx. 2011-09-02 18:04:28 +02:00
libavdevice openal-dec: fix missing list_devices unit for list_devices AVOption 2011-09-02 05:28:31 +02:00
libavfilter vsink_buffer: fix void pointer dereference in av_vsink_buffer_get_video_buffer_ref() 2011-08-31 16:27:33 +02:00
libavformat http: Fix decetion of range support in HTTP servers 2011-09-03 22:29:07 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2011-09-01 22:08:44 +02:00
libpostproc postprocess.c: filter name needs to be double 0 terminated 2011-08-26 20:28:54 +02:00
libswscale Remove unused variables. 2011-09-01 22:55:51 +02:00
mt-work
tests fate: Switch default tool to test from avconv to ffmpeg 2011-08-30 18:16:03 +02:00
tools Merge remote-tracking branch 'qatar/master' 2011-08-26 23:18:54 +02:00
.gitignore lavc: add a table of all codecs names. 2011-08-22 10:54:44 +02:00
avconv.c Merge remote-tracking branch 'qatar/master' 2011-09-01 22:08:44 +02:00
Changelog lavfi: add amovie source - audio movie source 2011-08-27 12:46:55 +02:00
cmdutils_common_opts.h
cmdutils.c cmdutils: revert avconv rename of pathes 2011-09-03 00:50:08 +02:00
cmdutils.h Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' 2011-08-13 02:56:08 +02:00
common.mak Merge remote-tracking branch 'qatar/master' 2011-08-15 23:35:53 +02:00
configure Autodetect PowerPC vs. PowerPC64. 2011-09-01 22:55:51 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Revert "ffmpeg: remove presets." and reimplement the needed parts that no longer exist. 2011-09-03 00:50:00 +02:00
ffplay.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-09-01 01:31:03 +02:00
ffprobe.c ffprobe: directly use va args in print fmt callbacks. 2011-09-01 22:15:06 +02:00
ffserver.c Merge remote-tracking branch 'qatar/master' 2011-08-26 23:18:54 +02:00
INSTALL
LICENSE
MAINTAINERS
Makefile Makefile: remove unused PROGS_G. 2011-09-01 20:23:40 +02:00
README
RELEASE set Release to 0.8.2.git. We are at 0.8.2 and a bit further. 2011-08-13 03:39:58 +02:00
subdir.mak Merge remote-tracking branch 'qatar/master' 2011-07-31 00:34:47 +02:00
version.sh

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.