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 x86: yasm: Use complete source path for macro helper %includes 2012-10-31 00:37:42 +01:00
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 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add ashowinfo filter 2012-10-29 21:29:58 +01:00
INSTALL
LICENSE
Makefile x86: yasm: Use complete source path for macro helper %includes 2012-10-31 00:37:42 +01:00
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 configure: fix print_config() with broke awks 2012-10-30 13:33:29 +00:00
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.