FFmpeg git repo
Go to file
Marton Balint ad01fae86d ffplay: set default window size before starting audio
Fixes ticket #2381.

Signed-off-by: Marton Balint <cus@passwd.hu>
2013-12-06 19:57:45 +01:00
compat
doc lavfi: add aeval filter 2013-12-06 10:57:26 +01:00
libavcodec avcodec/error_resilience: check that er is supported before attempting to read the status of the previous slice 2013-12-06 16:49:35 +01:00
libavdevice Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
libavfilter do O(1) instead of O(n) atomic operations in register functions 2013-12-06 15:27:36 +01:00
libavformat do O(1) instead of O(n) atomic operations in register functions 2013-12-06 15:27:36 +01:00
libavresample Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
libavutil Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
libpostproc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
libswresample Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
libswscale Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
presets
tests Merge commit '58a868968df445068a143f327ced03b6a02baf0d' 2013-12-06 04:03:05 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add aeval filter 2013-12-06 10:57:26 +01:00
INSTALL
LICENSE
MAINTAINERS
Makefile Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
configure doc: add script to compute texi files dependencies 2013-12-06 10:40:38 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c ffplay: set default window size before starting audio 2013-12-06 19:57:45 +01:00
ffprobe.c
ffserver.c
library.mak Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +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.