238 Commits (41e3d36a39979a5c6ca36198b03be740e14ef7b0)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
James Almer 02aea61d69 avformat: remove deprecated FF_API_AVIO_WRITE_NONCONST 8 months ago
James Almer aaefe47913 avformat: remove deprecated FF_API_AVIODIRCONTEXT 8 months ago
Andreas Rheinhardt fed46d7706 avformat/avio: Avoid av_strdup(NULL) 9 months ago
Andreas Rheinhardt c856e4c546 avformat/avio: Avoid indirection in ffio_fdopen() 9 months ago
Andreas Rheinhardt 57e20dd6b6 avformat/avio: Avoid function pointer casts 9 months ago
Andreas Rheinhardt f0abb44fbf avformat/aviobuf: Move code specific to URLContexts to avio.c 9 months ago
Andreas Rheinhardt b67171893d avformat/avio: Don't use incompatible function pointer type for call 1 year ago
Andreas Rheinhardt 2a68d945cd avformat/avio: Constify data pointees of write callbacks 1 year ago
Andreas Rheinhardt e8704a8f60 avformat/aviobuf: Don't use incompatible function pointer type for call 1 year ago
Andreas Rheinhardt 0487786ffe avformat/avio: Remove redundant checks 1 year ago
Andreas Rheinhardt ca78dcfb19 avformat/avio: Remove duplicated freeing code 1 year ago
Andreas Rheinhardt ee77ee77a1 avformat: Remove avformat and avio headers from protocols 1 year ago
Andreas Rheinhardt d09776d486 avformat/avio: Schedule AVIODirContext to become an opaque type 2 years ago
Michael Niedermayer f8611ae1ef avformat/avio: Check av_opt_copy() for failure 4 years ago
Anton Khirnov 9d4c018497 avio: do not export avpriv_io_{move,delete} 4 years ago
James Almer 0bf3a7361d avutil: remove deprecated AVClass.child_class_next 4 years ago
Andreas Rheinhardt ea5bf12a9a avformat/avio: Use av_strstart instead of strncmp 4 years ago
Andreas Rheinhardt 7b43646e18 avformat/avio: Remove ffurl_open 4 years ago
Anton Khirnov 43ed2b86d6 URLContext: switch to child_class_iterate() 4 years ago
Paul B Mahol d64cbd4fda remove CHAR_MIN/CHAR_MAX usage 5 years ago
Marton Balint 19b9f8996e avformat/avio: fix ff_rename to respect used protocol 5 years ago
Marton Balint df993269ec avformat/avio: move ff_rename implementation from internal.h to avio.c 5 years ago
Andreas Rheinhardt 2205fb2810 avformat/avio: Use ffurl_closep 5 years ago
Carl Eugen Hoyos a650e8c8e9 lavf/avio: Print https warning also for avio_find_protocol_name(). 5 years ago
Jun Zhao 4d3e9e3135 avformat/avio: make the logic simple 7 years ago
Steven Liu be4dfbf7b7 avformat/avio: check input URLContext value NULL 7 years ago
Carl Eugen Hoyos 3605b312f6 lavf/avio: Print the https warning also for missing tls protocol. 7 years ago
Daniel Kucera 858db4b01f libavformat: not treat 0 as EOF 7 years ago
Wan-Teh Chang 2f84f40d45 avformat/avio: Remove no-op code in url_find_protocol(). 7 years ago
Alexander Strasser a70d5e2593 lavf/avio: Be more explicit in logging white/black list matches 8 years ago
Alexander Strasser 6693d57e99 lavf/avio: Remove unnecessary escaping of ' in string literals 8 years ago
Joel Cunningham 8c8e5d5286 HTTP: improve performance by reducing forward seeks 8 years ago
Michael Niedermayer 936751b652 avformat/avio: Fix null pointer dereference in case of memleak 9 years ago
Yong Lei 7bacf74536 avformat/avio: fix memory leak in url_find_protocol 9 years ago
Carl Eugen Hoyos 7e1e25c2dc lavf/avio: Remove linebreak from https warning. 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Andrey Utkin ccea588f83 avio: Add an option 'rw_timeout' 9 years ago
Martin Storsjö d44f3e4059 avio: Apply avoptions on the URLContext itself as well 9 years ago
Michael Niedermayer 6b7ce0ea0d avformat/avio: Fix unknown protocol handling 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov 832a202c47 protocols: make the list of protocols static 9 years ago
Anton Khirnov 7d61dc95d7 lavf: move urlcontext_child_class_next() to protocols.c 9 years ago
Anton Khirnov 0fa00d0591 lavf: move avio_enum_protocols() to protocols.c 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Michael Niedermayer 1dba8371d9 avformat: add protocol_whitelist 9 years ago
Michael Niedermayer 8fac0d6403 avformat/avio: free url/avio options 9 years ago
Michael Niedermayer 984d58a344 avformat/avio: Limit url option parsing to the documented cases 9 years ago
Stephan Holljes 5125e4b53f lavf/avio: add ffurl_accept and ffurl_handshake 9 years ago