Commit History

Author SHA1 Message Date
  Stefano Sabatini 65c40e4e3a Rename register_protocol() to av_register_protocol() and deprecate 15 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. 16 years ago
  Michael Niedermayer abbae514e1 Check url_seek() in url_open(). 16 years ago
  Björn Axelsson 5acef35f57 Add AVClass to URLContext at next major version bump 16 years ago
  Guillaume LecrefECERF 727601bc4b url_write is part of the public API so it may not be under ifdef. 16 years ago
  Michael Niedermayer b075e52059 Make recently added and still unused read_seek functions return offset_t. 16 years ago
  Michael Niedermayer 502bdf6893 Merge recently added and still unused play and pause functions. 16 years ago
  Michael Niedermayer 2e9b86ac12 Remove dead code which disappeared with the last major version bump. 16 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 17 years ago
  Panagiotis Issaris c306748c29 Move avio.h's url_get_max_packet_size() comment from source to header file. 17 years ago
  François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 17 years ago
  Ronald S. Bultje eabbae730c protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the 17 years ago
  Ronald S. Bultje 621810045c makes the filename member of the URLContext a pointer, so that the 17 years ago
  Michael Niedermayer 1ae2c5f2e7 fix indention of previous commit 17 years ago
  Michael Niedermayer 8e287af090 seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility 17 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 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 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 20 years ago
  Michael Niedermayer 31290c2b9b avoid seeking to the end, as it confuses some crappy code 20 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 21 years ago
  Fabrice Bellard f746a04616 added url_get_filename() 22 years ago
  Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago