Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-31Document url_write().Stefano Sabatini
2010-10-23drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs
2010-10-15add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs
2010-10-06Move the definitions of AVSEEK_SIZE to make it appear before theStefano Sabatini
2010-10-02Document url_get_filename().Stefano Sabatini
2010-09-30Document url_filesize().Stefano Sabatini
2010-08-20add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs
2010-08-20add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs
2010-08-19add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs
2010-07-17url_fskip: Return an error code if the url_fseek failedMartin Storsjö
2010-07-02Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_bufJosh Allmann
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-23Add all required includes to avio.hMartin Storsjö
2010-06-22Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö
2010-06-22Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö
2010-06-22Add an av_register_protocol2 function that takes a size parameterMartin Storsjö
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-08Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin
2010-03-30Replace @returns by @return.Benoit Fouet
2010-03-30Document url_exist().Stefano Sabatini
2010-03-28Document url_seek().Stefano Sabatini
2010-03-16Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer
2010-02-09Doxument url_fopen().Stefano Sabatini
2010-02-06Doxument url_fdopen().Stefano Sabatini
2010-01-27Document av_register_protocol(), not that it really needs to beStefano Sabatini
2010-01-25Doxument url_open().Stefano Sabatini
2010-01-24Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini
2010-01-24Doxument url_close().Stefano Sabatini
2010-01-24Doxument url_open_protocol().Stefano Sabatini
2010-01-24Doxument url_read().Stefano Sabatini
2010-01-23Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger
2009-10-20Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet
2009-06-04Move function for reading whole specified amount of data from RTSPKostya Shishkov
2009-05-26Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje
2009-02-27Mark as "internal but installed" the avio.h file.Stefano Sabatini
2009-02-27Add a @file notice to avio.h.Stefano Sabatini
2009-02-18Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2009-02-15Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini
2009-02-15Do not export to the public the first_protocol symbol at the nextStefano Sabatini
2009-02-15Document av_protocol_next().Stefano Sabatini
2009-02-15Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini
2008-12-13whitespace cosmeticsDiego Biurrun
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-20Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje
2008-03-31minor typo fixesDiego Biurrun
2008-03-221st attempt at correcting the punktuation.Michael Niedermayer
2008-03-22Document get_*_buffer()Michael Niedermayer