summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\
| * avio: document buffer must created with av_malloc() and friendsCan Wu2011-05-21
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-29
|\|
| * avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö2011-04-28
* | 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 misc disabled cruft.Anton Khirnov2011-04-19
| * lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-19
| * lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov2011-04-19
| * lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov2011-04-19
| * lavf: remove FF_API_URL_RESETBUF 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
| * avio: left-shift AVIO_ flags on next bumpAnton Khirnov2011-04-13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-13
|\|
| * avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-11
|\|
| * avio: add more documentation for AVIOContext.Anton Khirnov2011-04-10
| * avio: document some members of AVIOContext.Anton Khirnov2011-04-10
| * avio: document avio_close().Anton Khirnov2011-04-10
| * avio: cosmetics, vertically align comments.Anton Khirnov2011-04-10
| * avio: cosmetics, group the reading functions.Anton Khirnov2011-04-10
| * avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.Anton Khirnov2011-04-10
| * avio: cosmetics, move AVIOContext to start of the file.Anton Khirnov2011-04-10
| * avio: update file header.Anton Khirnov2011-04-10
* | 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: make URLProtocol internal.Anton Khirnov2011-04-08
| * avio: make URLContext internal.Anton Khirnov2011-04-08
| * avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-07
| * 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: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-05
| * 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: cosmetics, move AVSEEK_SIZE/FORCE declarations togetherAnton Khirnov2011-04-04
| * avio: make url_write() internal.Anton Khirnov2011-04-04