167 Commits (5039aadf68deb9ad6dd0737ea11259fe53d3727b)

Author SHA1 Message Date
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
Luca Barbato ea71aafd68 avio: Use AVERROR_PROTOCOL_NOT_FOUND 11 years ago
Andrey Utkin 34fd21120d retry_transfer_wrapper(): check for interrupt before operation 12 years ago
Carl Eugen Hoyos 1db88c33f2 Suggest recompilation with openssl or gnutls if the https protocol is not found. 12 years ago
Michael Niedermayer 5d876be87a avio: Handle AVERROR_EOF in the same way as the return value 0 12 years ago
Michael Niedermayer a46e578dda avformat/avio: Fix EOF handiling of ffurl_read_complete() 12 years ago
Nicolas George d9fad53f4b lavf/avio: check for : in filenames for protocols. 12 years ago
Nicolas George 3d7f4f8726 lavf/avio: check that the protocol supports the open mode. 12 years ago
Mans Rullgard 4521645b1a avio: fix pointer type mismatches in avio_enum_protocols() 12 years ago
Michael Niedermayer a96577df38 avio: fix sizeof argument 12 years ago
Michael Niedermayer d30351363f url_alloc_for_protocol: fix use of uninitialized variable 12 years ago
Michael Niedermayer 9a27fd12f3 avio: replace ETIMEDOUT by EIO 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
Mans Rullgard 896bb0d742 Replace usleep() calls with av_usleep() 13 years ago
Michael Niedermayer edf96d631c url: add ffurl_closep() which also sets the context pointer to NULL 13 years ago
Michael Niedermayer f89aa6751c lavf: use av_freep() in ffurl_close() 13 years ago
Michael Niedermayer f7c89705e4 avio: fix "discards const qualifier from pointer target type" warning 13 years ago
Samuel Pitoiset 32d545e0a4 avio: Add a function for signalling end of reading/writing 13 years ago
Nicolas George 12eeced8b4 avio: change ffurl_alloc return code. 13 years ago
Michael Niedermayer 6679271700 avio: Fix "warning: initialization from incompatible pointer type" 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Anton Khirnov 374e469b8d lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft 13 years ago
Anton Khirnov 2439f2ca82 lavf: remove disabled FF_API_OLD_AVIO cruft 13 years ago
Martin Storsjö acb074301c avio: Only do implicit network initialization for network protocols 13 years ago
Michael Niedermayer ad9e0ed170 avio: fix handling of , in urls 13 years ago
Michael Niedermayer 58030fc6c8 avio: Fix handling of filenames that contain : 13 years ago
Michael Niedermayer 6161c41817 avio: Support private options in URLProtocols 13 years ago
Michael Niedermayer c12e1bd1bc avio: allow any chars in protocols 13 years ago
Martin Storsjö 45f511ece7 avio: Mark the old interrupt callback mechanism as deprecated 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ö 9957cdbfd5 avformat: Use ff_check_interrupt 13 years ago
Martin Storsjö c4a090ddb5 avio: Add an internal utility function for checking the new interrupt callback 13 years ago
Martin Storsjö d10361b658 avio: Free URLContext private data allocated via AVOptions 13 years ago
Michael Niedermayer 728e6d979b avio: print a warning from ffurl_alloc() if no protocols are allocated. 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Reimar Döffinger 06a9da7365 Simplify code and avoid compiler warning about incompatible types. 14 years ago
Anton Khirnov f0029cbcf6 lavf: use designated initializers for AVClasses. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Anton Khirnov 4a7a1b7def lavf: use designated initializers for AVClasses. 14 years ago