summaryrefslogtreecommitdiff
path: root/libavformat/md5proto.c
Commit message (Expand)AuthorAgeFilesLines
* md5proto: Remove the get_file_handle functionMartin Storsjö2011-12-011-5/+0
* md5proto: Fix order of operations.Alex Converse2011-11-271-1/+1
* avio: add support for passing options to protocols.Anton Khirnov2011-11-131-1/+2
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-1/+1
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-2/+2
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
* avio: make url_close() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_write() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_open() internal.Anton Khirnov2011-04-041-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Add MD5 protocolMåns Rullgård2010-07-181-0/+92