FFmpeg git repo
Go to file
Stefano Sabatini a4cb0af945 lavfi: drop deprecated and pointless avfilter_default_end_frame() function
Fix warning when compiling boxblur.

While this is technically a major API break, practically there will be no
one using that function since the filtering API is mostly private, so
that function alone is not usable.
2012-09-09 10:57:28 +02:00
compat Merge remote-tracking branch 'qatar/master' 2012-09-06 16:23:17 +02:00
doc lavd/dshow: support video codec and pixel format selection 2012-09-07 09:59:12 +02:00
libavcodec dsputil/me/pixels: Actually use av_restrict 2012-09-09 03:55:56 +02:00
libavdevice dshow: Change WINBOOL to BOOL 2012-09-07 22:23:32 +02:00
libavfilter lavfi: drop deprecated and pointless avfilter_default_end_frame() function 2012-09-09 10:57:28 +02:00
libavformat smush: read subversion for version==1 too. 2012-09-09 02:36:57 +02:00
libavresample
libavutil random_seed: Replace a VLA with a normal array 2012-09-08 17:30:10 +02:00
libpostproc
libswresample swr: add av_cold to init/free functions 2012-09-09 02:26:20 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-09-08 12:53:44 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-09-08 12:53:44 +02:00
tools
.gitignore gitignore: codec_names.h is no more 2012-09-07 14:59:01 +02:00
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure vf_mp: Do not build if inline assembly is not available 2012-09-07 22:27:20 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c ffserver: fix order of evaluation bugs 2012-09-08 23:56:26 +02:00
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile Makefile: remove old codec_names.h on distclean 2012-09-07 14:59:01 +02:00
README
RELEASE
version.sh

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.