FFmpeg git repo
Go to file
Diego Biurrun 6b60a4c9c9 cljr: K&R cosmetics 2011-12-08 20:28:27 +01:00
doc doc: add pulseaudio to the input list 2011-12-08 12:47:39 +01:00
libavcodec cljr: K&R cosmetics 2011-12-08 20:28:27 +01:00
libavdevice cosmetics: drop some completely pointless parentheses 2011-12-07 15:29:13 +01:00
libavfilter drawtext: remove typo 2011-12-07 20:40:18 +01:00
libavformat cljr: add encoder 2011-12-08 09:47:53 +01:00
libavutil tests/examples: Mark some variables only used within their files as static. 2011-12-08 01:01:00 +01:00
libpostproc doxygen: eliminate Qt-style doxygen syntax 2011-12-05 13:06:58 +01:00
libswscale swscale: #include "libavutil/mathematics.h" 2011-12-01 19:12:26 +01:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests h264-fate: remove -strict 1 except where necessary (mr4/5-tandberg). 2011-12-05 07:39:46 -08:00
tools tests/tools/examples: Replace direct exit() calls by return. 2011-12-08 01:00:58 +01: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 partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
Changelog cljr: add encoder 2011-12-08 09:47:53 +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: remove unsubstantiated comment 2011-12-08 12:47:34 +01:00
avplay.c avplay: use avcodec_decode_audio4() 2011-12-04 18:29:51 -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 Add libavutil/mathematics.h #includes for INFINITY 2011-11-22 16:36:44 +00:00
cmdutils.h misc Doxygen markup improvements 2011-12-05 13:06:58 +01: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: Store vda lib flags in extralibs instead of ldflags 2011-11-25 15:52:55 +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 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.