summaryrefslogtreecommitdiff
path: root/libavformat/avio.c
Commit message (Expand)AuthorAge
* Simplify code and avoid compiler warning about incompatible types.Reimar Döffinger2011-06-01
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\ \
| * | lavf: use designated initializers for AVClasses.Anton Khirnov2011-04-29
| |/
| * avio: Fix sanity checks in ffurl_read*Martin Storsjö2011-04-20
* | Fix some passing argument from incompatible pointer type warnings.Michael Niedermayer2011-04-24
* | avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*.Nicolas George2011-04-20
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-14
|\|
| * avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-13
| * avio: add avio_check()Stefano Sabatini2011-04-13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\|
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-06
|\|
| * avio: deprecate av_url_read_seekAnton Khirnov2011-04-05
| * avio: deprecate av_url_read_pauseAnton Khirnov2011-04-05
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-05
|\|
| * avio: deprecate url_get_filename().Anton Khirnov2011-04-04
| * avio: deprecate url_max_packet_size().Anton Khirnov2011-04-04
| * avio: make url_get_file_handle() internal.Anton Khirnov2011-04-04
| * avio: make url_filesize() internal.Anton Khirnov2011-04-04
| * avio: make url_close() internal.Anton Khirnov2011-04-04
| * avio: make url_seek() internal.Anton Khirnov2011-04-04
| * avio: make url_write() internal.Anton Khirnov2011-04-04
| * avio: make url_read_complete() internal.Anton Khirnov2011-04-04
| * avio: make url_read() internal.Anton Khirnov2011-04-04
| * avio: make url_open() internal.Anton Khirnov2011-04-04
| * avio: make url_connect internal.Anton Khirnov2011-04-04
| * avio: make url_alloc internal.Anton Khirnov2011-04-04
| * avio: deprecate url_open_protocolAnton Khirnov2011-04-04
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | retry_transfer_wrapper: only call interrupt callback when less than requested...Michael Niedermayer2011-04-05
|/
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* In retry_transfer_wrapper, do not check url_interrupt_cb, causes problemsBaptiste Coudurier2011-03-07
* URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-06
* Non-blocking protocol: core wrapper functionsNicolas George2011-02-05
* Remove unused variable.Carl Eugen Hoyos2010-10-06
* Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer2010-10-06
* Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer2010-10-06
* Make register_protocol() use the function av_register_protocol2()Stefano Sabatini2010-09-30