29 Commits (4a8e3324fb13f32c2288e698f44222c4f5caa3f0)

Author SHA1 Message Date
Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Martin Storsjö 9957cdbfd5 avformat: Use ff_check_interrupt 13 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Martin Storsjö c60112f268 libavformat: Make protocols pass URLContext as log context where available 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov f5b386afab Reemove remaining uses of deprecated AVERROR_NOTSUPP. 14 years ago
Anton Khirnov e52a9145c8 avio: make url_close() internal. 14 years ago
Anton Khirnov bc371aca46 avio: make url_read() internal. 14 years ago
Anton Khirnov 0589da0aa5 avio: make url_open() internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Martin Storsjö f1f60f5252 lavf: Make make_absolute_url a lavf internal function 14 years ago
Nicolas George c76374c6db Use AVERROR_EXIT with url_interrupt_cb. 14 years ago
Martin Storsjö fb8d710fa9 Add Apple HTTP Live Streaming protocol handler 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Martin Storsjö f4f4e12c0d Add Apple HTTP Live Streaming protocol handler 14 years ago