FFmpeg git repo
Go to file
Anton Khirnov 4f731c4429 lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.
av_open_input_stream used to allow this, even though it makes no sense.
Make it just print a warning instead of failing, thus restoring
compatibility.

Note that avformat_open_input() will still reject this combination.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-07-02 08:41:57 +02:00
doc doc: Remove outdated information about our issue tracker 2011-07-01 20:53:45 +02:00
ffpresets
libavcodec get_bits: remove x86 inline asm in A32 bitstream reader 2011-07-01 22:18:50 +01:00
libavdevice build: include sub-makefiles using full path instead of symlinks 2011-06-28 18:15:19 +01:00
libavfilter build: include sub-makefiles using full path instead of symlinks 2011-06-28 18:15:19 +01:00
libavformat lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. 2011-07-02 08:41:57 +02:00
libavutil doxygen: fix usage of @file directive in libavutil/{dict,file}.h 2011-07-01 15:12:33 +02:00
libpostproc build: include sub-makefiles using full path instead of symlinks 2011-06-28 18:15:19 +01:00
libswscale swscale: for >8bit scaling, read in native bit-depth. 2011-07-01 09:08:26 -07:00
tests fate-aac: Expand coverage. 2011-07-01 10:14:14 -07:00
tools
.gitignore
Changelog document libswscale bump 2011-06-20 23:06:17 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak build: create output directories as needed 2011-06-29 09:14:56 +01:00
configure configure: Add vdpau and dxva2 to configure results output. 2011-06-30 01:04:18 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and offsetof macros 2011-06-30 23:01:25 +02:00
ffmpeg.c Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 2011-06-20 18:56:06 -04:00
ffplay.c Move some variable declarations below the proper #ifdefs. 2011-06-26 16:32:13 +02:00
ffprobe.c
ffserver.c
ffserver.h
INSTALL
LICENSE
Makefile build: Eliminate obsolete test targets. 2011-06-30 13:06:27 +02:00
README
RELEASE
subdir.mak build: include sub-makefiles using full path instead of symlinks 2011-06-28 18:15:19 +01:00
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.