1
0
mirror of https://git.ffmpeg.org/ffmpeg.git synced 2025-03-19 09:38:13 +00:00
FFmpeg git repo
Go to file
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options
The interrupt callback has to be passed in during opening (setting it
after opening isn't enough), since a blocking open couldn't be
interrupted otherwise.

Options are passed down to procotols and also need to be available
during open() in most cases.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-11-13 13:17:04 +01:00
doc texi2html: remove stray \n 2011-11-13 12:42:39 +01:00
libavcodec vble: remove vble_error_close 2011-11-11 22:05:51 +01:00
libavdevice
libavfilter
libavformat avio: add avio_open2, taking an interrupt callback and options 2011-11-13 13:17:04 +01:00
libavutil AVOptions: don't return an invalid option when option list is empty 2011-11-11 08:27:16 +01:00
libpostproc
libswscale swscale: handle unaligned buffers in yuv2plane1 2011-11-13 08:27:20 +01:00
presets
tests
tools
.gitignore
avconv.c avconv: remove some codec-specific hacks 2011-11-10 11:55:58 +01:00
avplay.c avplay: reset rdft when closing stream. 2011-11-08 10:43:57 -05:00
avprobe.c
avserver.c
Changelog VBLE Decoder 2011-11-11 22:46:47 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c
INSTALL
LICENSE
Makefile
README
RELEASE
subdir.mak
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.