summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-171-2/+6
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+1
* avio: Fix sanity checks in ffurl_read*Martin Storsjö2011-04-201-2/+2
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-5/+5
* lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-191-4/+0
* lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov2011-04-191-23/+0
* avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-131-0/+2
* avio: add avio_check()Stefano Sabatini2011-04-131-0/+19
* avio: deprecate av_protocol_next().Anton Khirnov2011-04-081-0/+2
* avio: add a function for iterating though protocol names.Anton Khirnov2011-04-081-0/+10
* avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-081-2/+2
* avio: make av_register_protocol2 internal.Anton Khirnov2011-04-071-3/+7
* avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-071-1/+5
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-6/+6
* avio: deprecate av_url_read_seekAnton Khirnov2011-04-051-1/+1
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-051-0/+2
* avio: deprecate url_get_filename().Anton Khirnov2011-04-041-6/+4
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-041-5/+4
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-1/+5
* avio: make url_filesize() internal.Anton Khirnov2011-04-041-1/+5
* avio: make url_close() internal.Anton Khirnov2011-04-041-4/+8
* avio: make url_seek() internal.Anton Khirnov2011-04-041-7/+11
* avio: make url_write() internal.Anton Khirnov2011-04-041-1/+5
* avio: make url_read_complete() internal.Anton Khirnov2011-04-041-1/+5
* avio: make url_read() internal.Anton Khirnov2011-04-041-1/+5
* avio: make url_open() internal.Anton Khirnov2011-04-041-3/+7
* avio: make url_connect internal.Anton Khirnov2011-04-041-3/+7
* avio: make url_alloc internal.Anton Khirnov2011-04-041-2/+7
* avio: deprecate url_open_protocolAnton Khirnov2011-04-041-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-1/+1
* In retry_transfer_wrapper, do not check url_interrupt_cb, causes problemsBaptiste Coudurier2011-03-071-2/+2
* URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-061-1/+8
* Non-blocking protocol: core wrapper functionsNicolas George2011-02-051-13/+19
* Remove unused variable.Carl Eugen Hoyos2010-10-061-1/+0
* Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer2010-10-061-2/+2
* Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer2010-10-061-2/+8
* Make register_protocol() use the function av_register_protocol2()Stefano Sabatini2010-09-301-1/+1
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-1/+1
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-191-1/+1
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-191-2/+2
* Allow all valid (and only valid) characters in URL scheme for url_open()Måns Rullgård2010-07-181-19/+11
* Remove an unused label, fixing a warningEli Friedman2010-06-271-1/+0
* Add proper const declaration to a cast, fixes a warningEli Friedman2010-06-271-1/+1
* ReindentMartin Storsjö2010-06-231-1/+1
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-221-0/+9
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-221-14/+49
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-221-1/+22
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-1/+1
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-281-1/+1
OpenPOWER on IntegriCloud