summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-4/+4
|\
| * avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-231-3/+3
| * avio: cosmetics - nicer vertical alignment.Anton Khirnov2011-03-231-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-231-5/+5
|\ \ | |/
| * avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-211-4/+3
| * avio: deprecate url_filenoAnton Khirnov2011-03-201-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-11/+17
|\ \ | |/
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+2
| * avio: deprecate url_close_bufAnton Khirnov2011-03-161-2/+2
| * avio: deprecate url_open_bufAnton Khirnov2011-03-161-2/+2
| * avio: avio_ prefix for url_fprintfAnton Khirnov2011-03-161-2/+7
| * avio: change avio_tell/skip from macros to inline functionsAnton Khirnov2011-03-161-2/+8
| * avio: make url_setbufsize internal.Anton Khirnov2011-03-161-2/+1
| * lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-161-2/+0
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-151-3/+3
|\ \ | |/
| * Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-1/+1
| * avio: deprecate url_ferrorAnton Khirnov2011-03-151-2/+1
| * avio: deprecate url_feofAnton Khirnov2011-03-071-6/+5
| * avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-071-15/+0
| * avio: deprecate url_fget_max_packet_sizeAnton Khirnov2011-03-071-7/+4
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+2
| * avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-071-4/+2
| * avio: deprecate url_fgetsAnton Khirnov2011-03-071-1/+3
| * avio: add avio_skip macroPeter Ross2011-03-071-0/+6
| * URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-061-0/+2
| * URLProtocol: Add a flags fieldMartin Storsjö2011-03-061-0/+1
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+2
| * lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-041-1/+6
| * avio: add avio_get_str()Reimar Döffinger2011-03-041-0/+14
| * avio: deprecate url_fskipAnton Khirnov2011-03-011-7/+1
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+2
| * avio: deprecate put_tagAnton Khirnov2011-02-251-1/+1
| * avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-2/+14
| * avio: make put_nbyte internal.Anton Khirnov2011-02-211-1/+1
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-10/+21
| * avio: make get_partial_buffer internal.Anton Khirnov2011-02-211-8/+1
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-10/+29
| * avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-211-1/+10
| * avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-2/+2
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-76/+80
| * Non-blocking protocol: core wrapper functionsNicolas George2011-02-051-1/+0
| * Non-blocking protocols: flag and documentationNicolas George2011-02-051-3/+26
| * lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-251-0/+9
| * lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-211-0/+6
| * avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-211-1/+9
| * lavf: move the version macros to a new headerAnton Khirnov2011-01-211-0/+2
* | Add avio_skip()Michael Niedermayer2011-03-111-0/+6
* | avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-081-15/+0
* | avio: deprecate url_fget_max_packet_sizeAnton Khirnov2011-03-081-7/+4
OpenPOWER on IntegriCloud