FFmpeg git repo
Go to file
Michael Niedermayer 068d0b4e25 h264: some fields in SEIs are longer than 25 bits thus use get_bits_long()
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-23 19:41:46 +02:00
doc print_options: warn that the files are generated. 2012-04-23 18:14:25 +02:00
ffpresets
libavcodec h264: some fields in SEIs are longer than 25 bits thus use get_bits_long() 2012-04-23 19:41:46 +02:00
libavdevice
libavfilter buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST. 2012-04-23 14:13:59 +02:00
libavformat lavf: print a warning if probesize seems not enough. 2012-04-23 12:26:19 +02:00
libavutil parseutils: add av_parse_time() test. 2012-04-23 14:39:01 +02:00
libpostproc
libswresample fix swr_convert buffering of packed audio 2012-04-21 01:57:21 +02:00
libswscale
mt-work
presets
tests parseutils: add av_parse_time() test. 2012-04-23 14:39:01 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c Merge remote-tracking branch 'qatar/master' 2012-04-22 22:26:42 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-04-19 21:23:52 +02:00
ffmpeg.c ffmpeg: directly request frames from filters. 2012-04-23 14:14:25 +02:00
ffplay.c lowres2 support. 2012-04-22 22:26:55 +02:00
ffprobe.c ffprobe: do not try to decode empty packets. 2012-04-21 14:02:08 +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.