FFmpeg git repo
Go to file
Clément Bœsch afbeb49456 ffprobe: replace fmt callback with str callback.
Having a string callback is much more simpler than a variable args
one for writers to deal with, especially when dealing with escaping.

This patch also introduces a local fast_asprintf() function which is
similar to av_asprintf() but avoids reallocating at each print (leading
to a performance issue).
2011-09-13 22:41:08 +02:00
doc Merge avconv.texi in ffmpeg.texi 2011-09-13 20:34:19 +02:00
ffpresets
libavcodec avcodec: move "thread emulation" warning to common code 2011-09-13 15:05:42 +02:00
libavdevice dshow: indent 2011-09-12 19:22:13 +02:00
libavfilter vf_remove_logo: domt access vf->next->query_format() directly but use the API. 2011-09-13 03:52:30 +02:00
libavformat libavformat/utils: print ts in the "invalid dts/pts combination" case. 2011-09-13 06:42:13 +02:00
libavutil
libpostproc
libswscale
mt-work
tests ffmpeg: fix video synchronization code to be exact on constant fps videos. Fixes Ticket137 2011-09-13 17:29:23 +02:00
tools
.gitignore
avconv.c
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: slightly more robust looking check for math functions. 2011-09-13 17:34:19 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: fix video synchronization code to be exact on constant fps videos. Fixes Ticket137 2011-09-13 17:29:23 +02:00
ffplay.c ffplay: remove thread command line option code, it is unneeded for -threads X to work. 2011-09-13 15:05:42 +02:00
ffprobe.c ffprobe: replace fmt callback with str callback. 2011-09-13 22:41:08 +02:00
ffserver.c
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
subdir.mak
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.