FFmpeg git repo
Go to file
Jordi Ortiz a7cc78cb11 tcp: Check the listen call
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-17 13:22:36 +03:00
doc doc: document THREAD_TYPE fate variable 2012-06-14 21:21:06 +02:00
libavcodec Avoid C99 variable declarations within for statements. 2012-06-14 23:36:04 +02:00
libavdevice Avoid C99 variable declarations within for statements. 2012-06-14 23:36:04 +02:00
libavfilter af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64 2012-06-15 19:10:58 +02:00
libavformat tcp: Check the listen call 2012-06-17 13:22:36 +03:00
libavresample lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffs 2012-05-29 15:33:25 -04:00
libavutil Bump lavu minor and add an APIChanges entry for audioconvert functions. 2012-06-10 08:04:01 +02:00
libswscale sws: fix planar RGB input conversions for 9/10/16 bpp. 2012-06-12 19:52:00 +02:00
presets
tests fate: add snow hpel tests 2012-06-15 19:10:58 +02:00
tools lavfi: remove avfilter_default_* from public API on next bump. 2012-05-22 21:33:26 +02:00
.gitignore build: Do not delete tests/vsynth2 directory, which is no longer created. 2012-06-13 12:27:49 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add channelsplit audio filter. 2012-06-12 21:38:59 +02:00
Doxyfile
INSTALL
LICENSE
Makefile build: Add 'check' target to run all compile and test targets. 2012-05-15 19:10:46 +02:00
README
RELEASE
arch.mak build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
avconv.c avconv: don't try to free threads that were not initialized. 2012-06-14 10:33:10 +02:00
avplay.c Avoid C99 variable declarations within for statements. 2012-06-14 23:36:04 +02:00
avprobe.c avprobe: Identify codec probe failures rather than calling them unsupported codecs. 2012-06-05 09:51:51 -07:00
avserver.c avserver: check return value of ftruncate() 2012-05-06 12:04:23 +01:00
cmdutils.c avtools: move buffer management code from avconv to cmdutils. 2012-06-05 09:35:58 +02:00
cmdutils.h avtools: move buffer management code from avconv to cmdutils. 2012-06-05 09:35:58 +02:00
cmdutils_common_opts.h
common.mak build: Drop leftover .exp pattern from LIBSUFFIXES list. 2012-05-05 16:32:56 +02:00
configure configure: add all filters hardcoded into avconv to avconv_deps 2012-06-13 13:58:34 +02:00
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.