History | View | Annotate | Download (2.41 KB)
avio: make url_close() internal.
avio: make url_write() internal.
avio: make url_open() internal.
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
This also lists the objects from those two libraries as internal (by addingthe ff_ prefix) so that they can then be hidden via linker scripts.
Add MD5 protocol
This is a write-only protocol which computes the md5sum of data written,and on close writes this to the designated output or stdout if noneis specified. It can be used to test muxers without writing an actualfile.
Originally committed as revision 24309 to svn://svn.ffmpeg.org/ffmpeg/trunk