219 Commits (0a5ff1964355f6d288071b7c0bc4fb24f658c9fc)

Author SHA1 Message Date
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
Michael Niedermayer da8b228977 avformat/avio: Move avio_delete() avio_move() to avpriv_ namespace 10 years ago
Mariusz Szczepańczyk 346624be4a lavf: set is_connected flag so url can be properly closed 10 years ago
Mariusz Szczepańczyk 80e18bb486 lavf/avio: Extend API with avio_move() and avio_delete() 10 years ago
wm4 f6c3f1ed60 avformat: clarify what package needs to be compiled with SSL support 10 years ago
Rodger Combs f24d92bada lavf/tls: Support Secure Transport 10 years ago
Lukasz Marek 184084c699 lavf: add directory listing API 10 years ago
Diego Biurrun b97f427fb5 lavf: Explicitly convert types at function pointer assignment 10 years ago
Michael Niedermayer 02484d1a93 avio: fix sizeof argument 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Carl Eugen Hoyos 99867fc0c4 Fix warning if https protocol was requested but isn't available. 10 years ago
Diego Biurrun ec4f04da1a avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const 10 years ago
Olivier Langlois f78bc96b7c lavf: Use av_gettime_relative() 11 years ago
Michael Niedermayer 7aa3979b8c avformat/avio: also set generic URL context options 11 years ago
Lukasz Marek f495fbe76a lavf/avio: fix ffurl_alloc error checks 11 years ago
Alexander Strasser db3c9701f4 lavf/avio: Introduce avio_find_protocol_name 11 years ago
Martin Storsjö 0c5f839693 lavf: Remove a now useless parameter to ffurl_register_protocol 11 years ago
Derek Buitenhuis 25c7db7cc9 avio: Check for memory allocation failure of private data 11 years ago
Luca Barbato 53151723e3 avio: K&R formatting cosmetics 11 years ago
Derek Buitenhuis d206fd996b avio: Check for memory allocation failure of private data 11 years ago