FFmpeg git repo
Go to file
Mans Rullgard 138914dcd8 g723.1: do not bounce intermediate values via memory
Although a reasonable compiler will probably optimise out the
actual store and load, this operation still implies a truncation
to 16 bits which the compiler will probably not realise is not
necessary here.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-08-13 01:03:25 +01:00
compat
doc lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. 2012-08-10 18:48:40 +02:00
libavcodec g723.1: do not bounce intermediate values via memory 2012-08-13 01:03:25 +01:00
libavdevice
libavfilter doxygen: Fix function parameter names to match the code 2012-08-09 20:05:55 +02:00
libavformat lavf: Detect discontinuities in timestamps for framerate/analyzeduration calculation 2012-08-12 12:39:49 +03:00
libavresample avresample: De-doxygenize some comments where Doxygen is not appropriate 2012-08-11 20:22:01 +02:00
libavutil libavutil: add saturating addition functions 2012-08-13 01:03:10 +01:00
libswscale x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 2012-08-09 00:58:20 +01:00
presets
tests fate: Only test enabled filters 2012-08-11 20:26:31 +02:00
tools
.gitignore
arch.mak
avconv_filter.c
avconv_opt.c
avconv.c avconv: allow no input files. 2012-08-08 21:56:26 +02:00
avconv.h
avplay.c
avprobe.c
avserver.c
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: Rename check_asm() to more fitting check_inline_asm() 2012-08-11 20:26:31 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
INSTALL
library.mak
LICENSE doc: Clarify licensing issues arising from external libraries 2012-08-12 13:28:58 +02:00
Makefile build: add HOSTOBJS to SUBDIR_VARS list 2012-08-09 03:49:19 +02:00
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.