You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Stefano Sabatini 608bccf470 lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxy 12 years ago
compat
doc doc: update release_notes by taking the ones from release/1.2 12 years ago
libavcodec mips: inline assembly clobber list polishing 12 years ago
libavdevice libavdevice sdl: added window_fullscreen option to switch SDL output into fullscreen mode 12 years ago
libavfilter lavfi/pad: fix horizontal/vertical shift confusion. 12 years ago
libavformat lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxy 12 years ago
libavresample
libavutil avutil/add_to_pool: remove unused assgnment 12 years ago
libpostproc
libswresample
libswscale
presets
tests fate: add curves filter test. 12 years ago
tools Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' 12 years ago
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ffplay: add -af option 12 years ago
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding. 12 years ago
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: make -lavfi an alias for -filter_complex. 12 years ago
ffplay.c ffplay: silence warning of mixed enumeration types 12 years ago
ffprobe.c ffprobe: remove deprecated frame "reference" field 12 years ago
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.