FFmpeg git repo
Go to file
Michael Niedermayer 83d6ad3616 avidec: Mark first frame as keyframe in case there are no keyframes.
This fixes seeking in filecopy.avi of Ticket504

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-07-19 18:44:46 +02:00
compat Merge remote-tracking branch 'qatar/master' 2012-07-12 23:57:00 +02:00
doc ffmpeg: add -(no)stdin option. 2012-07-19 16:33:02 +02:00
libavcodec Fix misspellings of FFmpeg 2012-07-19 18:44:46 +02:00
libavdevice
libavfilter Fix misspellings of FFmpeg 2012-07-19 18:44:46 +02:00
libavformat avidec: Mark first frame as keyframe in case there are no keyframes. 2012-07-19 18:44:46 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-07-09 22:40:12 +02:00
libavutil lavu: disable av_uninit for clang 2012-07-16 19:30:13 +00:00
libpostproc
libswresample lswr: channel_map requires input conversion. 2012-07-17 09:50:36 +02:00
libswscale swscale/input: silence warnings about incompatible pointer types 2012-07-19 15:49:21 +00:00
mt-work
presets
tests ptx: correct decoding 2012-07-17 17:06:24 +00:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ffmpeg: add -(no)stdin option. 2012-07-19 16:33:02 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-07-18 22:34:48 +02:00
ffmpeg.c ffmpeg: add -(no)stdin option. 2012-07-19 16:33:02 +02:00
ffplay.c
ffprobe.c ffprobe: reindent after the previous commit 2012-07-15 16:27:22 +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.