1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
Go to file
Justin Ruggles 29abb04e73 libspeexdec: If the channel count is not valid, decode as stereo.
When initialized as stereo, libspeex can decode either mono or stereo packets
and will output stereo.
2012-10-03 16:03:32 -04:00
compat compat/vsnprintf: return number of bytes required on truncation. 2012-09-15 14:33:11 -04:00
doc Opus encoder using libopus 2012-10-01 14:42:40 +02:00
libavcodec libspeexdec: If the channel count is not valid, decode as stereo. 2012-10-03 16:03:32 -04:00
libavdevice Remove some silly disabled code. 2012-10-01 10:24:28 +02:00
libavfilter Use avcodec_free_frame() to free AVFrames. 2012-09-24 12:31:25 +02:00
libavformat segment: Pass the interrupt callback on to the chained AVFormatContext, too 2012-10-02 22:14:07 +02:00
libavresample
libavutil xtea: Test inplace decryption 2012-10-03 19:19:53 +03:00
libswscale
presets
tests
tools avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 2012-10-01 10:24:28 +02:00
.gitignore
arch.mak
avconv_filter.c Use atexit() instead of defining a custom exit_program() interface. 2012-10-01 17:17:42 -04:00
avconv_opt.c Use atexit() instead of defining a custom exit_program() interface. 2012-10-01 17:17:42 -04:00
avconv.c avconv/avprobe: Add missing 'void' to exit_program() definition 2012-10-03 18:07:49 +02:00
avconv.h
avplay.c Use atexit() instead of defining a custom exit_program() interface. 2012-10-01 17:17:42 -04:00
avprobe.c avconv/avprobe: Add missing 'void' to exit_program() definition 2012-10-03 18:07:49 +02:00
avserver.c Use atexit() instead of defining a custom exit_program() interface. 2012-10-01 17:17:42 -04:00
Changelog Opus encoder using libopus 2012-10-01 14:42:40 +02:00
cmdutils_common_opts.h
cmdutils.c Use atexit() instead of defining a custom exit_program() interface. 2012-10-01 17:17:42 -04:00
cmdutils.h Use atexit() instead of defining a custom exit_program() interface. 2012-10-01 17:17:42 -04:00
common.mak build: Properly remove object files while cleaning 2012-09-15 19:44:05 -04:00
configure configure: Refactor HAVE_ options available on the command line 2012-10-03 18:08:25 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
INSTALL
library.mak build: support some non-standard ar variants 2012-09-19 14:09:50 +01:00
LICENSE
Makefile
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.