FFmpeg git repo
Go to file
Martin Storsjö 21411a4102 pktdumper: Use a custom define instead of PATH_MAX for buffers
PATH_MAX is not necessarily available on all systems, e.g. it's
normally not available on MSVC, and is not guaranteed to defined
on a POSIX system either.

Signed-off-by: Martin Storsjö <martin@martin.st>
2012-08-31 00:44:47 +03:00
compat
doc
libavcodec x86: Fix linking with some or all of yasm, mmx, optimizations disabled 2012-08-30 19:37:32 +02:00
libavdevice
libavfilter avfilter: x86: Use more precise compile template names 2012-08-30 18:51:51 +02:00
libavformat
libavresample
libavutil
libswscale
presets
tests
tools pktdumper: Use a custom define instead of PATH_MAX for buffers 2012-08-31 00:44:47 +03:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
Makefile
README
RELEASE
arch.mak
avconv.c
avconv.h
avconv_filter.c
avconv_opt.c
avplay.c
avprobe.c
avserver.c
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: Add more fine-grained SSE CPU capabilities flags 2012-08-30 19:29:32 +02:00
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.