FFmpeg git repo
Go to file
Alexander Strasser 2b17c7685f ffmpeg_opt: assert_file_overwrite: Work for all file protocol outputs
Currently the file overwrite check does not work for paths that
contain a colon.

Use avio_find_protocol to always execute the existence check if
the file protocol is going to be used.

Fix remaining part of ticket #3249.

Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
2014-02-16 22:34:21 +01:00
compat
doc lavfi: adding dejudder filter to remove judder produced by partially telecined material. 2014-02-16 17:43:58 +01:00
libavcodec avcodec/dxtory: fix src size checks 2014-02-16 21:13:02 +01:00
libavdevice lavd/avdevice: add param to create window buffer message 2014-02-14 05:13:33 +01:00
libavfilter lavfi: adding dejudder filter to remove judder produced by partially telecined material. 2014-02-16 17:43:58 +01:00
libavformat lavf/avio: Introduce avio_find_protocol_name 2014-02-16 22:34:21 +01:00
libavresample
libavutil Merge commit 'c98f3169bfb578c1a4e407b44524f0bfa3b4dc0c' 2014-02-16 02:05:29 +01:00
libpostproc
libswresample
libswscale
presets
tests utvideoenc: Enable support for multiple slices and use them 2014-02-14 21:38:00 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: adding dejudder filter to remove judder produced by partially telecined material. 2014-02-16 17:43:58 +01:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add myself as ffserver maintainer 2014-02-14 14:31:42 -03:00
Makefile
README
RELEASE Prepare for 10_beta1 Release 2014-02-15 16:49:04 -05:00
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: assert_file_overwrite: Work for all file protocol outputs 2014-02-16 22:34:21 +01:00
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c ffserver: merge RTSP's teardown & pause routines 2014-02-14 14:31:42 -03:00
library.mak Merge commit '3a26ccbf0d9f806d067e76a3f484170abecb36b3' 2014-02-14 15:23:29 +01:00
version.sh

README

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.