FFmpeg git repo
Go to file
Luca Barbato 299809defb doc: update libavfilter documentation
Update the reference to the conversion tool to use avconv and
make sure the example line works as supposed.
Remove the paragraph pointing to the svn repo
2011-11-10 15:55:29 -08:00
doc doc: update libavfilter documentation 2011-11-10 15:55:29 -08:00
libavcodec mpc7: Fix memset call in mpc7_decode_frame function 2011-11-10 09:30:49 -08:00
libavdevice Remove leftover includes of strings.h 2011-11-06 11:53:05 +02:00
libavfilter libavfilter: reindent. 2011-11-05 07:01:39 -07:00
libavformat tls: Use the URLContext as logging context 2011-11-10 23:23:10 +02:00
libavutil aes: Avoid illegal read and don't generate more key than we use. 2011-11-10 10:15:59 -08:00
libpostproc postprocess.c: filter name needs to be double 0 terminated 2011-08-26 20:28:54 +02:00
libswscale swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions. 2011-11-05 20:48:14 -07:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests Replace vendor string in Ogg and FLAC muxers. 2011-11-02 10:43:39 +01:00
tools tools/pktdumper: update to recent avformat api 2011-10-28 19:08:38 +02:00
.gitignore Make a copy of ffmpeg under a new name -- avconv. 2011-08-12 13:27:30 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog BMV demuxer and decoder 2011-11-08 00:36:45 +02:00
Doxyfile doxygen: Move function documentation into the macro generating the function. 2011-07-14 04:09:50 +02:00
INSTALL
LICENSE
Makefile presets: rename presets directory 2011-10-19 21:20:17 +02:00
README
RELEASE
avconv.c avconv: remove some codec-specific hacks 2011-11-10 11:55:58 +01:00
avplay.c avplay: reset rdft when closing stream. 2011-11-08 10:43:57 -05:00
avprobe.c Call avformat_network_init/deinit in the programs 2011-11-06 18:31:39 +02:00
avserver.c Call avformat_network_init/deinit in the programs 2011-11-06 18:31:39 +02:00
cmdutils.c cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
cmdutils.h cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
common.mak build: remove unnecessary FFLDFLAGS variable 2011-07-11 11:39:04 +01:00
configure avformat: Add the https protocol 2011-11-05 12:09:36 +02:00
ffmpeg.c Call avformat_network_init/deinit in the programs 2011-11-06 18:31:39 +02:00
subdir.mak build: make examples build normally 2011-07-30 13:42:44 +02:00
version.sh

README

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.