FFmpeg git repo
Go to file
Anton Khirnov fdc8672886 audiointerleave: deobfuscate a function call.
right above there is if (pkt) {<do stuff>; pkt = NULL}, so pkt is just a
fancy name for NULL at this point.
2012-11-02 07:58:38 +01:00
compat
doc doc: Point to the new location of the c99-to-c89 tool 2012-11-01 22:47:50 +02:00
libavcodec decode_audio3: initialize AVFrame 2012-11-01 19:43:05 +01:00
libavdevice
libavfilter x86: mmx2 ---> mmxext in function names 2012-10-31 17:53:57 +01:00
libavformat audiointerleave: deobfuscate a function call. 2012-11-02 07:58:38 +01:00
libavresample
libavutil x86: Fix assembly with NASM 2012-10-31 10:20:35 +01:00
libswscale x86: mmx2 ---> mmxext in function names 2012-10-31 17:53:57 +01:00
presets
tests fate: add ac3/eac3 tests to FATE_SAMPLES_AVCONV 2012-10-31 20:01:08 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
Makefile
README
RELEASE
arch.mak
avconv.c
avconv.h
avconv_filter.c
avconv_opt.c avconv_opt, cmdutils: Add missing function parameter Doxygen 2012-10-31 18:21:55 +01:00
avplay.c
avprobe.c
avserver.c
cmdutils.c
cmdutils.h avconv_opt, cmdutils: Add missing function parameter Doxygen 2012-10-31 18:21:55 +01:00
cmdutils_common_opts.h
common.mak
configure
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.