FFmpeg git repo
Go to file
Isaac Dooley 469a65b150 x11: Fix x11grab BadCursor
Fixes Ticket1738

Based-on: A fix found in a perl module (http://ffmpeg.org/pipermail/ffmpeg-user/2012-August/008804.html)
Reviewed-by: Clemens Fruhwirth <clemens@endorphin.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-23 21:49:01 +02:00
compat compat/getopt: add {} to complex ifs 2012-10-21 18:05:22 +02:00
doc Merge commit 'add3a6902ea4d459f36655656a1f8daa409118a7' 2012-10-23 13:17:47 +02:00
libavcodec pnmdec: use more meaningful error codes 2012-10-23 17:25:38 +00:00
libavdevice x11: Fix x11grab BadCursor 2012-10-23 21:49:01 +02:00
libavfilter vf_aspect: unbreak avoption system 2012-10-22 13:12:15 +02:00
libavformat lavf: fix duration estimation for multi program TS 2012-10-23 18:11:26 +02:00
libavresample
libavutil Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714' 2012-10-23 15:00:27 +02:00
libpostproc
libswresample
libswscale
presets
tests Merge remote-tracking branch 'qatar/master' 2012-10-23 15:12:20 +02:00
tools qt-faststart: check fseeko() return codes 2012-10-22 22:42:51 +02:00
.gitignore
arch.mak
Changelog LVF demuxer 2012-10-22 23:22:39 +00:00
cmdutils_common_opts.h
cmdutils.c cmdutils: apply option to codec and format contexts if possible. 2012-10-22 22:24:23 +02:00
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg_filter.c ffmpeg: fix negative array index 2012-10-22 13:58:19 +02:00
ffmpeg_opt.c Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a' 2012-10-23 13:05:52 +02:00
ffmpeg.c ffmpeg: check avpicture_get_size() retuen value 2012-10-23 00:22:23 +02:00
ffmpeg.h
ffplay.c ffplay: if there is no audio stream, use external clock by default 2012-10-21 17:18:12 +02:00
ffprobe.c
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.