1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Kirill Zorin 6ec2fd5f77 mmsh: fix 400 bad request
There is no need to write two HTTP newlines (\r\n) into "headers",
because http_connect (in http.c) already appends one HTTP newline at
the end of the given headers chunk, which would result in sending
three HTTP newlines after the headers. Most of the time it's okay
(although not RFC-conforming), but many proxy servers and the
occasional strict httpd will puke with a "400 bad request".
2011-06-16 20:15:53 +02:00
doc
ffpresets
libavcodec Merge remote-tracking branch 'qatar/master' 2011-06-16 03:53:58 +02:00
libavdevice
libavfilter vf_mp: Fix large memleak. 2011-06-15 01:36:12 +02:00
libavformat mmsh: fix 400 bad request 2011-06-16 20:15:53 +02:00
libavutil
libpostproc
libswscale Merge remote-tracking branch 'qatar/master' 2011-06-16 03:53:58 +02:00
mt-work
tests Merge remote-tracking branch 'qatar/master' 2011-06-16 03:53:58 +02:00
tools
.gitignore
Changelog Merge remote-tracking branch 'qatar/master' 2011-06-14 04:56:26 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak Merge remote-tracking branch 'qatar/master' 2011-06-15 02:15:25 +02:00
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2011-06-16 03:53:58 +02:00
ffplay.c
ffprobe.c
ffserver.c
ffserver.h
INSTALL
LICENSE
MAINTAINERS
Makefile Merge remote-tracking branch 'qatar/master' 2011-06-15 02:15:25 +02:00
README
subdir.mak
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.