FFmpeg git repo
Go to file
Michael Niedermayer 9c27f29a01 Merge remote-tracking branch 'cus/stable'
* cus/stable:
  ffplay: force exit when filter configuration fails
  ffplay: fix stream cycling if audio decoding fails
  ffplay: flush codec buffers before freeing filters
  ffplay: dont destroy packet queues on stream change

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-27 16:04:10 +02:00
doc Merge remote-tracking branch 'qatar/master' 2012-05-26 22:37:37 +02:00
libavcodec x86: use new schema for ASM macros 2012-05-27 15:42:45 +02:00
libavdevice avdevice: bump soname due to lavf soname bump 2012-05-25 12:22:21 +02:00
libavfilter lswsutils: fix "ncompatible pointer type" warning 2012-05-26 20:46:00 +02:00
libavformat mxfdec: remove unused last_index_duration 2012-05-27 15:42:45 +02:00
libavresample
libavutil Merge remote-tracking branch 'qatar/master' 2012-05-26 22:37:37 +02:00
libpostproc
libswresample swr: fix swr_drop_output() 2012-05-26 02:33:38 +02:00
libswscale
mt-work
presets
tests tests and tools: cleanup ffmpeg reference 2012-05-27 15:42:55 +02:00
tools tests and tools: cleanup ffmpeg reference 2012-05-27 15:42:55 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: fix wrong/inaccurate entries. 2012-05-27 15:28:24 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: update versions 2012-05-24 21:15:01 +02:00
Makefile doc/examples: install them with the shared data. 2012-05-19 12:28:59 +02:00
README
RELEASE
arch.mak
cmdutils.c cmdutils: allow to specify a stream by its ID. 2012-05-20 12:47:27 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure lavfi/deshake: add libavcodec dependency (dsputil). 2012-05-27 00:34:09 +02:00
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2012-05-26 22:37:37 +02:00
ffplay.c ffplay: force exit when filter configuration fails 2012-05-24 23:48:52 +02:00
ffprobe.c ffprobe: reduce the number of AVBPrint resets. 2012-05-26 22:53:13 +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.