FFmpeg git repo
Go to file
Mans Rullgard 9efbfe57e0 network: use HAVE_THREADS instead of local hack
HAVE_THREADS is set in config.h if pthreads or w32threads is
available, which presumably the proper condition here.

Also fixes undefined behaviour in preprocessor directives.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-10-27 13:11:17 +01:00
compat build: Plan 9 support 2012-10-23 12:01:18 +01:00
doc doc: git-howto: Clarify comment about pushing series of commits 2012-10-26 18:28:38 +02:00
libavcodec ivi_common: Drop unused function parameter from decode_band() 2012-10-26 18:28:38 +02:00
libavdevice
libavfilter af_channelmap: remove stray enum declaration 2012-10-27 13:06:43 +01:00
libavformat network: use HAVE_THREADS instead of local hack 2012-10-27 13:11:17 +01:00
libavresample
libavutil avutil: Make LZO decoder code configure-time selectable 2012-10-25 11:49:49 +02:00
libswscale swscale: avoid pointless use of compound literals 2012-10-23 12:00:21 +01:00
presets
tests fate-lavfi: replace sed/grep/cut combos with awk 2012-10-23 12:01:18 +01:00
tools
.gitignore doxygen: Build Doxygen documentation in the doc/ subdirectory 2012-10-23 20:25:30 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog changelog: Mention the MSVC DLL support 2012-10-18 16:33:34 +03:00
INSTALL
LICENSE
Makefile build: Include HEADERS-yes in the HEADERS variable 2012-10-25 18:36:11 +03:00
README
RELEASE prepare 9_beta2 release 2012-10-23 18:30:36 +02:00
arch.mak
avconv.c avconv: fix bitrate report when writing to /dev/null 2012-10-25 15:00:15 +02:00
avconv.h
avconv_filter.c
avconv_opt.c avconv: only apply presets when we have an encoder. 2012-10-23 07:30:58 +02:00
avplay.c
avprobe.c
avserver.c avserver: move avserver-specific code from ffmdec.c to avserver.c 2012-10-16 14:20:05 +01:00
cmdutils.c Include sys/time.h before sys/resource.h 2012-10-23 12:00:21 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak build: Include HEADERS-yes in the HEADERS variable 2012-10-25 18:36:11 +03:00
configure configure: fix tests for 2-arg math functions 2012-10-26 22:50:42 +01:00
library.mak build: allow targets to specify extra objects to link with executables 2012-10-23 12:00:22 +01:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.