summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-031-6/+6
|\
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-10/+2
|\ \ | |/
| * Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-231-10/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-0/+1
|\ \ | |/
| * avio: document buffer must created with av_malloc() and friendsCan Wu2011-05-211-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-291-3/+3
|\ \ | |/
| * avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö2011-04-281-3/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-47/+4
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-4/+4
| * lavf: remove misc disabled cruft.Anton Khirnov2011-04-191-13/+0
| * lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-191-2/+0
| * lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov2011-04-191-4/+0
| * lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov2011-04-191-16/+0
| * lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov2011-04-191-8/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-141-2/+31
|\ \ | |/
| * avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-131-2/+3
| * avio: add avio_check()Stefano Sabatini2011-04-131-0/+18
| * avio: left-shift AVIO_ flags on next bumpAnton Khirnov2011-04-131-0/+10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-131-0/+27
|\ \ | |/
| * avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-121-0/+27
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-111-157/+162
|\ \ | |/
| * avio: add more documentation for AVIOContext.Anton Khirnov2011-04-101-0/+13
| * avio: document some members of AVIOContext.Anton Khirnov2011-04-101-4/+9
| * avio: document avio_close().Anton Khirnov2011-04-101-0/+6
| * avio: cosmetics, vertically align comments.Anton Khirnov2011-04-101-5/+5
| * avio: cosmetics, group the reading functions.Anton Khirnov2011-04-101-6/+14
| * avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.Anton Khirnov2011-04-101-112/+84
| * avio: cosmetics, move AVIOContext to start of the file.Anton Khirnov2011-04-101-38/+39
| * avio: update file header.Anton Khirnov2011-04-101-4/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-6/+23
|\ \ | |/
| * avio: deprecate av_protocol_next().Anton Khirnov2011-04-081-1/+3
| * avio: add a function for iterating though protocol names.Anton Khirnov2011-04-081-0/+13
| * avio: make URLProtocol internal.Anton Khirnov2011-04-081-1/+5
| * avio: make URLContext internal.Anton Khirnov2011-04-081-1/+2
| * avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-081-4/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-3/+35
|\ \ | |/
| * avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-071-0/+2
| * avio: make av_register_protocol2 internal.Anton Khirnov2011-04-071-1/+3
| * avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-071-1/+2
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+28
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-061-27/+4
|\ \ | |/
| * avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-051-1/+1
| * avio: deprecate av_url_read_seekAnton Khirnov2011-04-051-19/+2
| * avio: deprecate av_url_read_pauseAnton Khirnov2011-04-051-7/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-143/+43
|\ \ | |/
| * avio: deprecate url_get_filename().Anton Khirnov2011-04-041-7/+1
| * avio: deprecate url_max_packet_size().Anton Khirnov2011-04-041-10/+1
| * avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-8/+1
| * avio: make url_filesize() internal.Anton Khirnov2011-04-041-7/+1