FFmpeg git repo
Go to file
Michael Niedermayer 4be0b91094 Merge remote-tracking branch 'cus/stable'
* cus/stable:
  ffplay: step to next frame if paused when seeking
  ffplay: move up pause functions
  ffplay: remember last window dimensions
  ffplay: fix order of setting show_mode
  ffplay: dynamically allocate audio buffer

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-02 16:14:21 +01:00
compat
doc doc/indevs: add missing final dot in v4l2 option value description 2013-02-02 15:32:34 +01:00
libavcodec vp56: remove clear_blocks call, and clear alpha plane U/V DC only. 2013-02-01 23:51:34 +01:00
libavdevice lavd/alsa: simplify reordering functions definition. 2013-02-02 14:13:11 +01:00
libavfilter lavfi/crop: fix help message for the keep_aspect option 2013-02-02 15:32:34 +01:00
libavformat Map the interlaced flag of yuv4mpeg streams to AVCodecContext->field_order. 2013-02-02 12:32:04 +01:00
libavresample
libavutil dict: fix memleak 2013-02-01 03:56:51 +01:00
libpostproc
libswresample
libswscale
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS CREDITS: redirect to Git log, remove current outdated content 2013-01-31 18:02:52 +01:00
Changelog Port biquads filters from SoX 2013-01-31 12:13:55 +00:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure build-sys: Fix pkgconfig files when ffmpeg is built with --build-suffix 2013-02-02 03:24:16 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: fix broken channel_layout option 2013-02-01 22:54:18 +01:00
ffplay.c Merge remote-tracking branch 'cus/stable' 2013-02-02 16:14:21 +01:00
ffprobe.c
ffserver.c
library.mak build-sys: Fix pkgconfig files when ffmpeg is built with --build-suffix 2013-02-02 03:24:16 +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.