FFmpeg git repo
Go to file
Clément Bœsch 4b35be3251 lavc: fix avpacket memleak with subtitles recoding. 2013-03-18 22:04:29 +01:00
compat
doc Merge remote-tracking branch 'qatar/master' 2013-03-18 17:43:43 +01:00
libavcodec lavc: fix avpacket memleak with subtitles recoding. 2013-03-18 22:04:29 +01:00
libavdevice libavdevice sdl: added window_fullscreen option to switch SDL output into fullscreen mode 2013-03-18 20:44:21 +01:00
libavfilter lavfi/pad: fix horizontal/vertical shift confusion. 2013-03-18 08:51:55 +01:00
libavformat append_packet_chunked: remove outcommented code 2013-03-18 17:54:01 +01:00
libavresample
libavutil avutil/buffer: Fix race in pool. 2013-03-18 19:19:22 +01:00
libpostproc
libswresample
libswscale
presets
tests fate: add a test for -filter_complex / -lavfi without input. 2013-03-17 16:24:43 +01:00
tools Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' 2013-03-16 16:09:37 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ffplay: add -af option 2013-03-17 03:43:36 +01:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: make -lavfi an alias for -filter_complex. 2013-03-17 16:24:43 +01:00
ffplay.c ffplay: remove options skiploop, skipidct, skipframe 2013-03-17 13:05:44 +01:00
ffprobe.c ffprobe: remove deprecated frame "reference" field 2013-03-17 00:27:48 +01:00
ffserver.c
library.mak
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.