FFmpeg git repo
Go to file
Ramiro Polla 190f6135b4 dshow: handle events in graph
Handling DirectShow events prevents infinite loops when there is an error in
the graph, such as a device being disconnected. This makes it possible for
dshow to return an error to the caller and run the cleanup code.

Based on patch by Don Moir <donmoir@comcast.net>.
2012-12-17 03:44:12 -02:00
compat
doc doc/examples/resampling_audio.c: fix path 2012-12-16 21:37:23 +01:00
libavcodec ac3dec: fix outptr increment. 2012-12-17 01:35:14 +01:00
libavdevice dshow: handle events in graph 2012-12-17 03:44:12 -02:00
libavfilter lavfi/crop: free x and y parsed expression objects 2012-12-16 13:16:47 +01:00
libavformat sctp: dont abort on invalid input 2012-12-17 01:53:35 +01:00
libavresample Merge commit '27c8337e595a058347150269d5c2c48281e4285b' 2012-12-16 13:09:30 +01:00
libavutil lavu/pixdesc: fix a const qualifier discarding warning. 2012-12-16 20:41:28 +01:00
libpostproc
libswresample swr/doxy: fix missing quote in code example. 2012-12-16 21:04:54 +01:00
libswscale
presets
tests mjpegenc: fix 444 block count so it is below 10 2012-12-16 15:05:31 +01:00
tools qt-faststart: Check offset_count 2012-12-13 15:07:20 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add aselect audio variant of select 2012-12-13 00:10:24 +01:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt. 2012-12-16 20:39:39 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure fate: check if rsync has the contimeout option 2012-12-15 01:33:19 +01:00
ffmpeg.c ffmpeg: replace magic number with VSYNC_CFR 2012-12-16 09:48:54 +11:00
ffmpeg.h
ffmpeg_filter.c ffmpeg: Improve filter input fps selection heuristic. 2012-12-16 05:21:29 +01:00
ffmpeg_opt.c
ffplay.c ffplay: provide some feedback in case the codec cannot be set 2012-12-16 10:58:02 +01:00
ffprobe.c ffprobe: show pkt_size in frame 2012-12-15 11:46:47 +01:00
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.