FFmpeg git repo
Go to file
Carl Eugen Hoyos 4443c0e9a9 Include internal.h and imgconvert.h, they contain the prototypes for the
following functions:
ff_is_hwaccel_pix_fmt(), ff_set_systematic_pal(), ff_fill_linesize(),
ff_fill_pointer(), ff_get_plane_bytewidth()

Originally committed as revision 22106 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-28 03:52:10 +00:00
doc Add the graph2dot tools and document it. 2010-02-25 19:55:01 +00:00
ffpresets
libavcodec Include internal.h and imgconvert.h, they contain the prototypes for the 2010-02-28 03:52:10 +00:00
libavdevice vfwcap: support MJPG compressed streams. 2010-02-23 16:49:16 +00:00
libavfilter Add the graph2dot tools and document it. 2010-02-25 19:55:01 +00:00
libavformat Include avc.h from avc.c: It contains several prototypes. 2010-02-28 02:04:34 +00:00
libavutil Include sha1.h from sha.c: It contains several prototypes. 2010-02-28 02:32:16 +00:00
libpostproc Fix warnings about redefining constants when compiling libpostproc. 2010-02-02 19:35:52 +00:00
libswscale Make sws_dcVec static: It is only used inside libswscale/utils.c. 2010-02-28 02:18:16 +00:00
tests Correctly increment continuity_counter in PCR packets. 2010-02-24 10:56:13 +00:00
tools Add the graph2dot tools and document it. 2010-02-25 19:55:01 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Add myself as contributor. 2010-02-13 19:24:32 +00:00
Changelog Add an RTSP muxer 2010-02-22 21:28:19 +00:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS add myself to gpg fingerprint list 2010-02-27 10:11:23 +00:00
Makefile Add FFprobe tool. 2010-02-21 11:43:01 +00:00
README
cmdutils.c Make opt_default() print an error message and exit if the option 2010-02-22 12:28:51 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak Stop make deleting intermediate files (ffmpeg.o and friends) 2010-02-27 15:25:28 +00:00
configure Add -Wmissing-prototypes to CFLAGS if available. 2010-02-23 21:03:25 +00:00
ffmpeg.c Prevent overflow of start_time + recording_time. 2010-02-26 14:46:20 +00:00
ffplay.c Clear freed pointer in ffplay.c. 2010-02-24 14:45:18 +00:00
ffprobe.c 10l: add prefix "TAG:" to the metadata tags key showed for each stream. 2010-02-25 00:16:43 +00:00
ffserver.c Prefix non-static RTSP functions with ff_. 2010-02-23 00:35:50 +00:00
ffserver.h
subdir.mak Revert r21226, it was a joke: 2010-01-26 22:23:12 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.