Go to file
Alex Converse 2f072b55a4 Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.
(1<<31) is undefined and seems to be evaluated by gcc to -2^31 when
these formulae require 2^31.

These conversions still need fate tests.
2011-04-11 21:47:53 -07:00
doc Add support for AMR-WB encoding via libvo-amrwbenc 2011-04-11 14:55:53 +03:00
ffpresets
libavcodec Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. 2011-04-11 21:47:53 -07:00
libavdevice sndio bug fix 2011-03-29 21:19:39 -07:00
libavfilter lavfi: add fade filter 2011-04-03 08:47:16 +02:00
libavformat Fix compilation of timefilter test program. 2011-04-11 14:18:48 +02:00
libavutil eval: add support for trunc, ceil, and floor functions 2011-04-10 09:24:21 +02:00
libpostproc Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
libswscale Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). 2011-04-11 14:18:48 +02:00
tests matroskaenc: don't write an empty Cues element. 2011-04-07 18:11:24 +02:00
tools Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
.gitignore
Changelog Add support for AMR-WB encoding via libvo-amrwbenc 2011-04-11 14:55:53 +03:00
cmdutils_common_opts.h
cmdutils.c avio: deprecate av_protocol_next(). 2011-04-08 17:48:53 +02:00
cmdutils.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
common.mak Include dependencies for test programs 2011-03-31 12:01:27 +01:00
configure Add support for AMR-WB encoding via libvo-amrwbenc 2011-04-11 14:55:53 +03:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Redefine sameq 2011-04-10 09:27:50 +02:00
ffplay.c avio: avio_ prefix for url_set_interrupt_cb. 2011-04-07 18:11:24 +02:00
ffprobe.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ffserver.c lavf: get rid of ffm-specific stuff in avformat.h 2011-04-08 20:58:19 +02:00
ffserver.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
INSTALL doc: clarify configure features 2011-04-07 02:54:12 +02:00
LICENSE cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
Makefile Remove support for stripping executables 2011-03-29 22:05:04 +01:00
README cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
subdir.mak Remove support for stripping executables 2011-03-29 22:05:04 +01:00
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.