summaryrefslogtreecommitdiff
path: root/libavformat/avio.c
Commit message (Expand)AuthorAge
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* avio: Add an option 'rw_timeout'Andrey Utkin2016-03-24
* avio: Apply avoptions on the URLContext itself as wellMartin Storsjö2016-03-24
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* protocols: make the list of protocols staticAnton Khirnov2016-02-22
* lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov2016-02-22
* lavf: move avio_enum_protocols() to protocols.cAnton Khirnov2016-02-22
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* lavf: Explicitly convert types at function pointer assignmentDiego Biurrun2015-03-11
* avio: fix sizeof argumentMichael Niedermayer2014-10-20
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-26
* lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö2013-10-30
* avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-29
* avio: K&R formatting cosmeticsLuca Barbato2013-10-28
* avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato2013-10-21
* avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer2013-07-07
* avio: fix pointer type mismatches in avio_enum_protocols()Mans Rullgard2012-10-27
* avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-17
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-22
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov2012-01-27
* avio: Only do implicit network initialization for network protocolsMartin Storsjö2012-01-05
* avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö2011-11-18
* avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-13
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: add and use ffurl_protocol_next().Anton Khirnov2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2011-11-13
* avio: Free URLContext private data allocated via AVOptionsMartin Storsjö2011-11-10
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* avio: Fix sanity checks in ffurl_read*Martin Storsjö2011-04-20
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-19
* lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov2011-04-19
* avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-13
* avio: add avio_check()Stefano Sabatini2011-04-13
* avio: deprecate av_protocol_next().Anton Khirnov2011-04-08
* avio: add a function for iterating though protocol names.Anton Khirnov2011-04-08
* avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-08
* avio: make av_register_protocol2 internal.Anton Khirnov2011-04-07
* avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-07
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: deprecate av_url_read_seekAnton Khirnov2011-04-05
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-05