FFmpeg git repo
Go to file
Diego Biurrun 19277d9335 build: fix standalone compilation of ADX encoder
The encoder depends on the common code, so link against it.
2011-12-20 22:38:52 +01:00
doc segment: introduce segmented chain muxer 2011-12-19 18:31:28 +01:00
libavcodec build: fix standalone compilation of ADX encoder 2011-12-20 22:38:52 +01:00
libavdevice build: move inclusion of subdir.mak to main subdir loop 2011-12-13 14:26:49 +00:00
libavfilter yadif: support 10bit YUV 2011-12-13 17:02:55 +01:00
libavformat mpegts: Suppress invalid timebase warnings on DMB streams. 2011-12-20 09:52:05 -08:00
libavutil lavu: add AVERROR_BUG error value 2011-12-19 18:31:28 +01:00
libpostproc build: move inclusion of subdir.mak to main subdir loop 2011-12-13 14:26:49 +00:00
libswscale swscale: fix formatting and indentation of unscaled conversion routines. 2011-12-18 15:32:08 -08:00
presets
tests fate: fix eatqi test 2011-12-17 15:49:25 +00:00
tools Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog segment: introduce segmented chain muxer 2011-12-19 18:31:28 +01:00
Doxyfile
INSTALL
LICENSE
Makefile build: rename subdir.mak ---> library.mak 2011-12-13 23:34:22 +01:00
README
RELEASE
avconv.c avconv: support stream specifiers in -metadata and -map_metadata 2011-12-16 21:12:53 +01:00
avplay.c avplay: clear pkt_temp when pkt is freed. 2011-12-19 12:22:14 -05:00
avprobe.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
avserver.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
cmdutils.c
cmdutils.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
cmdutils_common_opts.h
common.mak
configure build: fix standalone compilation of mpc7/mpc8 decoders 2011-12-20 22:38:51 +01:00
ffmpeg.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
library.mak build: link test programs with static libraries 2011-12-17 23:21:08 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.