summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
Commit message (Expand)AuthorAgeFilesLines
* avio: deprecate url_fskipAnton Khirnov2011-03-011-7/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+2
* avio: deprecate put_tagAnton Khirnov2011-02-251-1/+1
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-2/+14
* avio: make put_nbyte internal.Anton Khirnov2011-02-211-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-10/+21
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-211-8/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-10/+29
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-211-1/+10
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-2/+2
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-76/+80
* Non-blocking protocol: core wrapper functionsNicolas George2011-02-051-1/+0
* Non-blocking protocols: flag and documentationNicolas George2011-02-051-3/+26
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-251-0/+9
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-211-0/+6
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-211-1/+9
* lavf: move the version macros to a new headerAnton Khirnov2011-01-211-0/+2
* Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula2011-01-021-0/+1
* Document url_write().Stefano Sabatini2010-10-311-0/+7
* drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-1/+0
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-151-1/+1
* Move the definitions of AVSEEK_SIZE to make it appear before theStefano Sabatini2010-10-061-7/+7
* Document url_get_filename().Stefano Sabatini2010-10-021-0/+6
* Document url_filesize().Stefano Sabatini2010-09-301-0/+5
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-191-1/+1
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-191-2/+2
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-191-1/+1
* url_fskip: Return an error code if the url_fseek failedMartin Storsjö2010-07-161-1/+2
* Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_bufJosh Allmann2010-07-011-1/+4
* Fix grammar errors in documentationMåns Rullgård2010-06-301-17/+17
* Add all required includes to avio.hMartin Storsjö2010-06-231-0/+1
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-221-0/+2
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-221-0/+19
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-221-1/+8
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin2010-04-081-0/+15
* Replace @returns by @return.Benoit Fouet2010-03-301-2/+2
* Document url_exist().Stefano Sabatini2010-03-291-0/+5
* Document url_seek().Stefano Sabatini2010-03-281-0/+15
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-151-0/+8
* Doxument url_fopen().Stefano Sabatini2010-02-091-2/+14
* Doxument url_fdopen().Stefano Sabatini2010-02-051-2/+11
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-271-0/+3
* Doxument url_open().Stefano Sabatini2010-01-241-0/+11
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-241-8/+8
* Doxument url_close().Stefano Sabatini2010-01-241-0/+9
* Doxument url_open_protocol().Stefano Sabatini2010-01-241-0/+12
* Doxument url_read().Stefano Sabatini2010-01-241-0/+11
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-231-0/+8
OpenPOWER on IntegriCloud