FFmpeg git repo
Go to file
Martin Storsjö bc8c1395ca configure: Allow linking to the gnutls library
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-05 12:09:20 +02:00
doc avconv: add -dump_attachment option. 2011-11-03 07:29:29 +01:00
libavcodec avcodec: Allow locking and unlocking an avformat specific mutex 2011-11-05 12:08:53 +02:00
libavdevice pulse: introduce pulseaudio input 2011-10-26 16:39:33 -07:00
libavfilter avfilter: Don't copy garbage from the stack when setting up video pictures. 2011-11-03 15:54:04 -07:00
libavformat avformat: Add ff_tls_init()/deinit() that initialize OpenSSL 2011-11-05 12:08:59 +02:00
libavutil Replace some forgotten FFmpeg references by Libav. 2011-11-02 10:42:55 +01:00
libpostproc postprocess.c: filter name needs to be double 0 terminated 2011-08-26 20:28:54 +02:00
libswscale swscale: add missing colons to x86 assembly yuv2planeX. 2011-10-23 09:44:03 -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 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
COPYING.LGPLv2.1
COPYING.LGPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
CREDITS partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
Changelog replacement Indeo 3 decoder 2011-11-03 00:59:12 +01:00
Doxyfile doxygen: Move function documentation into the macro generating the function. 2011-07-14 04:09:50 +02:00
INSTALL doc: clarify configure features 2011-04-07 02:54:12 +02:00
LICENSE cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
Makefile presets: rename presets directory 2011-10-19 21:20:17 +02:00
README cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
RELEASE Use the contents of RELEASE as version fallback instead of 'UNKNOWN' 2011-06-19 19:54:07 +02:00
avconv.c avconv: add -dump_attachment option. 2011-11-03 07:29:29 +01:00
avplay.c Replace outdated references to ffmpeg tool with avconv. 2011-11-02 10:42:54 +01:00
avprobe.c cmdutils/avtools: simplify show_help() by using av_opt_child_class_next() 2011-10-12 16:51:17 +02:00
avserver.c Replace outdated references to ffmpeg tool with avconv. 2011-11-02 10:42:54 +01: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 configure: Allow linking to the gnutls library 2011-11-05 12:09:20 +02:00
ffmpeg.c cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
subdir.mak build: make examples build normally 2011-07-30 13:42:44 +02:00
version.sh Drop git- prefix from version labels 2011-06-19 19:41:23 +01:00

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.