FFmpeg git repo
Go to file
Jeff Downs 7d704f5127 Make all option parsing functions match the function pointer type through which they are called.
All option parsing functions now match the function pointer signature through
which they are called (int f(const char *, const char *), thereby working
reliably on all platforms.
Prefix all option processing functions with opt_
2011-09-07 08:56:04 +02:00
doc Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 2011-07-26 00:14:04 +02:00
ffpresets presets: forgotten libvpx presets 2011-06-21 17:52:16 +02:00
libavcodec mjpegdec; even better RSTn skiping 2011-09-07 00:31:14 +02:00
libavdevice x11grab: remove a memory allocation and the associated memcpy. 2011-06-12 12:18:05 +02:00
libavfilter libavfilter: fix --enable-small 2011-08-15 19:49:17 +02:00
libavformat Fix several security issues in matroskadec.c (MSVR-11-0080). 2011-07-28 15:29:43 +02:00
libavutil Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 2011-07-26 00:14:04 +02:00
libpostproc postprocess: Remove test for impossible condition (was: Re: postprocess.c: replace check for p==NULL with *p==0) 2011-06-02 14:43:14 +02:00
libswscale Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 2011-07-26 00:14:04 +02:00
mt-work Update todo 2011-06-12 18:01:29 +02:00
tests Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200' 2011-06-17 05:49:58 +02:00
tools showfiltfmts: use av_get_pix_fmt_name() 2011-06-07 12:44:51 +02:00
.gitignore Merge remote-tracking branch 'qatar/master' 2011-05-20 05:48:22 +02:00
Changelog Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 2011-07-26 00:14:04 +02:00
cmdutils_common_opts.h Make all option parsing functions match the function pointer type through which they are called. 2011-09-07 08:56:04 +02:00
cmdutils.c Make all option parsing functions match the function pointer type through which they are called. 2011-09-07 08:56:04 +02:00
cmdutils.h Make all option parsing functions match the function pointer type through which they are called. 2011-09-07 08:56:04 +02:00
common.mak Merge remote-tracking branch 'qatar/master' 2011-06-15 02:15:25 +02:00
configure Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 2011-08-26 01:55:20 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
Doxyfile 0.8.2 2011-08-10 13:48:30 +02:00
ffmpeg.c Make all option parsing functions match the function pointer type through which they are called. 2011-09-07 08:56:04 +02:00
ffplay.c Make all option parsing functions match the function pointer type through which they are called. 2011-09-07 08:56:04 +02:00
ffprobe.c Make all option parsing functions match the function pointer type through which they are called. 2011-09-07 08:56:04 +02:00
ffserver.c Make all option parsing functions match the function pointer type through which they are called. 2011-09-07 08:56:04 +02:00
ffserver.h
INSTALL Merge remote branch 'qatar/master' 2011-04-08 02:50:13 +02:00
LICENSE Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
MAINTAINERS add MicroDVD muxer and demuxer 2011-04-04 01:29:40 +02:00
Makefile Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 2011-07-26 00:14:04 +02:00
README Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
RELEASE 0.8.2 2011-08-10 13:48:30 +02:00
subdir.mak Merge remote-tracking branch 'qatar/master' 2011-06-04 06:35:17 +02:00
VERSION 0.8.2 2011-08-10 13:48:30 +02:00
version.sh Merge remote-tracking branch 'qatar/master' 2011-06-20 04:07:34 +02:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.