summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAge
...
* avio: make url_open() internal.Anton Khirnov2011-04-04
* avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()Anton Khirnov2011-04-03
* avio: make url_fdopen internal.Anton Khirnov2011-04-03
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-03
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* avio: make get_checksum() internal.Anton Khirnov2011-03-30
* avio: make init_checksum() internal.Anton Khirnov2011-03-30
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-21
* avio: deprecate url_filenoAnton Khirnov2011-03-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: deprecate url_close_bufAnton Khirnov2011-03-16
* avio: deprecate url_open_bufAnton Khirnov2011-03-16
* avio: always compile avio_printf, rather than on CONFIG_MUXERSAnton Khirnov2011-03-16
* avio: avio_ prefix for url_fprintfAnton Khirnov2011-03-16
* avio: make url_setbufsize internal.Anton Khirnov2011-03-16
* lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-16
* avio: deprecate url_ferrorAnton Khirnov2011-03-15
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-07
* avio: deprecate url_fget_max_packet_sizeAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-07
* avio: deprecate url_fgetsAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-04
* avio: add avio_get_str()Reimar Döffinger2011-03-04
* aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö2011-03-02
* avio: deprecate url_fskipAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: deprecate put_tagAnton Khirnov2011-02-25
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* avio: make put_nbyte internal.Anton Khirnov2011-02-21
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-25
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-21
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-21
* Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-13
* aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-12
* Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula2011-01-02
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-19
* Cosmetics: fix indentation and remove a useless else.Reimar Döffinger2010-07-25
* Simplify get_byte and url_fgetc.Reimar Döffinger2010-07-25