43 Commits (1e76a1da0534f3a7cdaf7811059beaff874e0504)

Author SHA1 Message Date
Martin Storsjö 67d4b3f205 Always call ff_network_init/ff_network_close when opening protocols 15 years ago
Daniel Kristjansson 31277aebd9 Use av_mallocz in url_open_protocol for URLContext. 15 years ago
Reimar Döffinger f1d2b5728c Make url_read_complete handle EAGAIN more intelligently. 15 years ago
Reimar Döffinger ddb901b74d Make url_read_complete retry on EAGAIN and return how much data it read 15 years ago
Måns Rullgård 48fdb66c68 Fix comment typo carefull -> careful 15 years ago
Kostya Shishkov 0e848977ce Move function for reading whole specified amount of data from RTSP 16 years ago
Ronald S. Bultje f0a8039464 Add url_get_file_handle(), which is used to get the file descriptor 16 years ago
Stefano Sabatini 65c40e4e3a Rename register_protocol() to av_register_protocol() and deprecate 16 years ago
Ramiro Polla bc574408dc Only special-case absolute DOS paths on systems that support them. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Ronald S. Bultje ba99cfc213 Implement url_open_protocol(), which is basiclly the former url_open() 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Michael Niedermayer abbae514e1 Check url_seek() in url_open(). 17 years ago
Björn Axelsson 5acef35f57 Add AVClass to URLContext at next major version bump 17 years ago
Guillaume LecrefECERF 727601bc4b url_write is part of the public API so it may not be under ifdef. 17 years ago
Michael Niedermayer b075e52059 Make recently added and still unused read_seek functions return offset_t. 17 years ago
Michael Niedermayer 502bdf6893 Merge recently added and still unused play and pause functions. 17 years ago
Michael Niedermayer 2e9b86ac12 Remove dead code which disappeared with the last major version bump. 17 years ago
Michael Niedermayer 84be6e7239 av_*_next() API for libavformat 17 years ago
Björn Axelsson 536333a0fe Extend URLProtocol with new function pointers and api functions for 17 years ago
Alex Beregszaszi 7a813b368a Call prot->url_close only if it is present. 17 years ago
Thorsten Jordan 346db900bf Check context before accessing its field. 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Panagiotis Issaris c306748c29 Move avio.h's url_get_max_packet_size() comment from source to header file. 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Ronald S. Bultje eabbae730c protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the 18 years ago
Ronald S. Bultje 621810045c makes the filename member of the URLContext a pointer, so that the 18 years ago
Michael Niedermayer 1ae2c5f2e7 fix indention of previous commit 18 years ago
Michael Niedermayer 8e287af090 seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Gildas Bazin 04f46ced8c Add --disable-protocols option to configure to disable I/O protocol from 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer 31290c2b9b avoid seeking to the end, as it confuses some crappy code 21 years ago
Mike Melanson 764ef40015 disable encoders where appropriate (patch courtesy of BERO 21 years ago
Fabrice Bellard 4358d5def3 removed ctype.h header 21 years ago
Fabrice Bellard 019ac05ace added primitive aborting system 21 years ago
Fabrice Bellard 5d5fef0af1 avoid false URL protocol detection when using ':' in filenames 22 years ago
Fabrice Bellard f746a04616 added url_get_filename() 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Fabrice Bellard 8a9488b550 added url_get_max_packet_size() support - added URL_RDWR flag 22 years ago
Fabrice Bellard 19720f15fd license/copyright change 23 years ago
Fabrice Bellard c9a65ca8c3 converted to new API 23 years ago
Fabrice Bellard 1ea4f59365 use av memory handling functions 23 years ago
Fabrice Bellard a74127c071 win32 fixes 23 years ago
Fabrice Bellard 8be1c6563c win32 fixes 23 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago