FFmpeg git repo
Go to file
Mans Rullgard a4b8fc3a8a g723.1: simplify normalize_bits()
This function is always called with a non-negative argument, so
those special cases are not needed.  In the places the argument
might be zero, the return value for a zero argument does not matter
since it would then be used to scale an array full of zeros.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-08-14 12:08:29 +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: simplify normalize_bits() 2012-08-14 12:08:29 +01:00
libavdevice
libavfilter x86: yadif: fix asm with suncc 2012-08-13 14:51:52 +01:00
libavformat rtmp: handle bytes read reports 2012-08-13 21:03:59 +02:00
libavresample avresample: De-doxygenize some comments where Doxygen is not appropriate 2012-08-11 20:22:01 +02:00
libavutil ARM: intmath: use native-size return types for clipping functions 2012-08-13 14:51:52 +01:00
libswscale x86: swscale: fix fragile memory accesses 2012-08-13 14:51:52 +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 Use log2(x) instead of log(x) / log(2) 2012-08-13 17:59:21 +01:00
avconv.h avconv: rename OutputStream.is_past_recording_time to finished. 2012-08-08 21:55:45 +02:00
avplay.c
avprobe.c avprobe: Include libm.h for the log2 fallback 2012-08-14 01:37:52 +03:00
avserver.c
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENC 2012-08-14 10:04:34 +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.