91 Commits (287d139b779d5b8db5f9440159fb768cdd12c19f)

Author SHA1 Message Date
James Almer 02aea61d69 avformat: remove deprecated FF_API_AVIO_WRITE_NONCONST 8 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 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 155cd6baa4 Remove obsolete version.h inclusions 3 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
Marton Balint fb4da90fec avformat/url: add ff_make_absolulte_url2 to be able to test windows path cases 4 years ago
Andreas Rheinhardt 7b43646e18 avformat/avio: Remove ffurl_open 4 years ago
Andreas Rheinhardt e1cba568f2 avformat/url: Reorder elements of URLProtocol to make it smaller 4 years ago
Nicolas George 1201687da2 lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose(). 4 years ago
Nicolas George d853293679 lavf/url: add ff_url_decompose(). 4 years ago
Anton Khirnov 43ed2b86d6 URLContext: switch to child_class_iterate() 5 years ago
Marton Balint 09891c5391 avformat/aviobuf: add support for specifying minimum packet size and marking flush points 8 years ago
Joel Cunningham 8c8e5d5286 HTTP: improve performance by reducing forward seeks 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 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
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 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Michael Niedermayer 1dba8371d9 avformat: add protocol_whitelist 9 years ago
Stephan Holljes 5125e4b53f lavf/avio: add ffurl_accept and ffurl_handshake 9 years ago
Mariusz Szczepańczyk 80e18bb486 lavf/avio: Extend API with avio_move() and avio_delete() 10 years ago
Lukasz Marek 184084c699 lavf: add directory listing API 10 years ago
Anton Khirnov fb238f8230 urlprotocol: remove unused url_interrupt_cb declaration 10 years ago
Diego Biurrun ec4f04da1a avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const 10 years ago
Martin Storsjö 0c5f839693 lavf: Remove a now useless parameter to ffurl_register_protocol 11 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 11 years ago
Luca Barbato df9f22d42b avf: move url utility functions in a separate file 12 years ago
Andrey Utkin 7870722592 Add 'rw_timeout' into URLContext 12 years ago
Jordi Ortiz d6b9da1178 avio: add (ff)url_get_multi_file_handle() for getting more than one fd 12 years ago
Michael Niedermayer edf96d631c url: add ffurl_closep() which also sets the context pointer to NULL 13 years ago
Samuel Pitoiset 32d545e0a4 avio: Add a function for signalling end of reading/writing 13 years ago
Nicolas George 01b0ade665 url: Document the expected behaviour of url_read 13 years ago
Nicolas George e55ecbc93a url: document url_read exact behaviour. 13 years ago
Anton Khirnov 2439f2ca82 lavf: remove disabled FF_API_OLD_AVIO cruft 13 years ago
Martin Storsjö 32b83aeec1 avio: Add an URLProtocol flag for indicating that a protocol uses network 13 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Anton Khirnov 163a31136d avio: add and use ffurl_protocol_next(). 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Martin Storsjö c4a090ddb5 avio: Add an internal utility function for checking the new interrupt callback 13 years ago
Martin Storsjö 6aa0b98fb2 avio: Add AVIOInterruptCB 13 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago