FFmpeg git repo
Go to file
Michael Niedermayer 5c14b282d1 Merge remote-tracking branch 'qatar/master'
* qatar/master:
  flacdec: read attached pictures.
  lavf: don't segfault when a NULL filename is passed to avformat_open_input()

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-16 23:22:42 +02:00
doc lavfi: add asetnsamples audio filter 2012-06-16 00:54:20 +02:00
libavcodec diracdsp: try to fix segfault 2012-06-16 23:16:54 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-06-15 00:14:21 +02:00
libavfilter lavfi: update some deprecated functions 2012-06-16 15:15:16 +00:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-06-16 23:22:42 +02:00
libavresample
libavutil md5: consistently use uint32_t instead of unsigned int 2012-06-16 12:47:46 +02:00
libpostproc
libswresample swr: fix 10l use of uninitialized data 2012-06-13 13:43:42 +02:00
libswscale sws/swscale_unscaled: use av_assert 2012-06-16 17:34:07 +02:00
mt-work
presets
tests lavfi/super2xsai: fix fate test on bigendian 2012-06-16 09:35:05 +00:00
tools
.gitignore Merge remote-tracking branch 'qatar/master' 2012-06-13 22:43:57 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add asetnsamples audio filter 2012-06-16 00:54:20 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add my GPG fingerprint. 2012-06-16 02:50:00 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: do not auto enable mlp decoder when enabling truehd decoder 2012-06-15 01:00:54 +00:00
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2012-06-15 00:14:21 +02:00
ffplay.c Merge remote-tracking branch 'qatar/master' 2012-06-15 00:14:21 +02:00
ffprobe.c ffprobe: add writer_print_rational() 2012-06-16 00:42:54 +02: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.