summaryrefslogtreecommitdiff
path: root/libavformat/url.h
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-241-1/+0
* avio: do not export avpriv_io_{move,delete}Anton Khirnov2021-05-221-0/+19
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-271-4/+0
* avformat/url: add ff_make_absolulte_url2 to be able to test windows path casesMarton Balint2021-04-071-0/+10
* avformat/avio: Remove ffurl_openAndreas Rheinhardt2021-02-021-5/+2
* avformat/url: Reorder elements of URLProtocol to make it smallerAndreas Rheinhardt2021-01-271-1/+1
* lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().Nicolas George2020-08-121-2/+2
* lavf/url: add ff_url_decompose().Nicolas George2020-08-121-0/+41
* URLContext: switch to child_class_iterate()Anton Khirnov2020-06-101-0/+4
* avformat/aviobuf: add support for specifying minimum packet size and marking ...Marton Balint2017-06-241-0/+1
* HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-141-0/+8
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-1/+4
|\ \ | |/
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-1/+3
| * avio: Add an option 'rw_timeout'Andrey Utkin2016-03-241-0/+1
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-2/+14
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-1/+2
* | Merge commit '832a202c47a246ed15e3edc6b05dfcfa7d82c4b2'Derek Buitenhuis2016-02-291-1/+15
|\ \ | |/
| * protocols: make the list of protocols staticAnton Khirnov2016-02-221-1/+15
* | Merge commit '7d61dc95d741ca134d59b1f34c4e10c4c4e36f56'Derek Buitenhuis2016-02-291-0/+2
|\ \ | |/
| * lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov2016-02-221-0/+2
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-14/+2
|\ \ | |/
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-14/+2
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\ \ | |/
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-021-0/+6
* | lavf/avio: add ffurl_accept and ffurl_handshakeStephan Holljes2015-08-011-0/+25
* | lavf/avio: Extend API with avio_move() and avio_delete()Mariusz Szczepańczyk2015-06-221-0/+2
* | lavf: add directory listing APILukasz Marek2015-03-271-0/+10
* | Merge commit 'fb238f8230c1b0314985482207add548c68f83cf'Michael Niedermayer2014-10-181-2/+0
|\ \ | |/
| * urlprotocol: remove unused url_interrupt_cb declarationAnton Khirnov2014-10-181-2/+0
* | Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15'Michael Niedermayer2014-07-271-1/+1
|\ \ | |/
| * avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-301-3/+1
|\ \ | |/
| * lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö2013-10-301-3/+1
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-191-2/+2
* | Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer2013-06-171-0/+37
|\ \ | |/
| * avf: move url utility functions in a separate fileLuca Barbato2013-06-161-0/+37
* | Add 'rw_timeout' into URLContextAndrey Utkin2012-08-291-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-0/+9
|\ \ | |/
| * avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-171-0/+9
* | url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer2012-06-011-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-0/+13
|\ \ | |/
| * avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-221-0/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-201-1/+1
|\ \ | |/
| * url: Document the expected behaviour of url_readNicolas George2012-03-191-0/+13
* | url: document url_read exact behaviour.Nicolas George2012-03-171-0/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+0
|\ \ | |/
| * lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov2012-01-271-2/+0