FFmpeg git repo
Go to file
Michael Niedermayer a06f943f9d roqvideodec: replace dead code by assert
Fixes CID732195
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-19 03:15:06 +02:00
compat
doc examples/muxing: merge add_audio_stream() and add_video_stream() 2012-10-17 21:39:13 +02:00
libavcodec roqvideodec: replace dead code by assert 2012-10-19 03:15:06 +02:00
libavdevice
libavfilter lavfi/avf_concat: fix invalid exclusive test. 2012-10-17 21:28:58 +02:00
libavformat riff: retry reading metadata without padding if it fails with 2012-10-18 16:03:16 +02:00
libavresample
libavutil
libpostproc
libswresample
libswscale
presets
tests idcinvideo: if decoding fails return error 2012-10-19 00:08:01 +00:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavc: add raw text subtitles decoder. 2012-10-18 22:51:44 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: add missing check for ftell() return 2012-10-18 00:10:59 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-10-18 12:16:08 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c Merge commit '71e92414bfd79e56ea6fff174a665ff7b9b86e68' 2012-10-17 14:30:25 +02:00
ffplay.c
ffprobe.c
ffserver.c ffm_read_write_index: check lseek return code 2012-10-17 20:35:16 +02:00
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.