summaryrefslogtreecommitdiff
path: root/libavformat/avio.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-191-1/+9
|\ \ | |/
| * avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö2011-11-181-1/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-32/+85
|\ \ | |/
| * avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-131-2/+2
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-131-9/+46
| * avio: add and use ffurl_protocol_next().Anton Khirnov2011-11-131-8/+11
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-11/+16
| * avformat: Use ff_check_interruptMartin Storsjö2011-11-131-1/+1
| * avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2011-11-131-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-1/+4
|\ \ | |/
| * avio: Free URLContext private data allocated via AVOptionsMartin Storsjö2011-11-101-1/+4
* | avio: print a warning from ffurl_alloc() if no protocols are allocated.Michael Niedermayer2011-11-071-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\ \ | |/
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
| * lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-171-2/+6
* | Simplify code and avoid compiler warning about incompatible types.Reimar Döffinger2011-06-011-5/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-2/+1
|\ \ | |/
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+1
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-2/+6
|\ \
| * | lavf: use designated initializers for AVClasses.Anton Khirnov2011-04-291-2/+6
| |/
| * avio: Fix sanity checks in ffurl_read*Martin Storsjö2011-04-201-2/+2
* | Fix some passing argument from incompatible pointer type warnings.Michael Niedermayer2011-04-241-1/+1
* | avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*.Nicolas George2011-04-201-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-32/+5
|\ \ | |/
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-141-0/+21
|\ \ | |/
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-2/+12
|\ \ | |/
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-10/+18
|\ \ | |/
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-061-0/+2
|\ \ | |/
| * avio: deprecate av_url_read_seekAnton Khirnov2011-04-051-1/+1
| * avio: deprecate av_url_read_pauseAnton Khirnov2011-04-051-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-35/+75
|\ \ | |/
| * 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