Go to file
2013-03-19 16:21:26 +01:00
compat
doc doc: update release_notes by taking the ones from release/1.2 2013-03-19 16:21:26 +01:00
libavcodec vp56: Check av_frame_ref() return code 2013-03-19 15:26:23 +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 avformat/tee: add forgotten ret assignment 2013-03-19 15:09:10 +01:00
libavresample
libavutil avutil/add_to_pool: remove unused assgnment 2013-03-19 13:35:10 +01:00
libpostproc
libswresample
libswscale
presets
tests fate: add curves filter test. 2013-03-19 16:20:22 +01:00
tools Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' 2013-03-16 16:09:37 +01:00
.gitignore
arch.mak
Changelog ffplay: add -af option 2013-03-17 03:43:36 +01:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure lavc: make compilation of frame_thread_encoder.o optional. 2013-03-14 15:04:17 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: make -lavfi an alias for -filter_complex. 2013-03-17 16:24:43 +01:00
ffmpeg.c Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding. 2013-03-19 01:16:37 +01:00
ffmpeg.h
ffplay.c ffplay: silence warning of mixed enumeration types 2013-03-19 09:39:28 +00:00
ffprobe.c ffprobe: remove deprecated frame "reference" field 2013-03-17 00:27:48 +01:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
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.