summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAge
...
* 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
* Never shrink the ByteIOContext buffer in ff_rewind_with_probe_dataMartin Storsjö2010-07-24
* improve ff_get_line to return line lengthAurelien Jacobs2010-07-21
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-21
* Remove an assert that was no longer correct nor relevantMartin Storsjö2010-07-20
* aviobuf: Do short seeks forward by reading and skipping data instead of a pro...Martin Storsjö2010-07-17
* url_fskip: Return an error code if the url_fseek failedMartin Storsjö2010-07-16
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-09
* Silence a warning when compiling aviobuf.cEli Friedman2010-07-05
* Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_bufJosh Allmann2010-07-01
* Do not initialize res in url_fseek(), in the case !s->seek directlyStefano Sabatini2010-04-21
* Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) ifStefano Sabatini2010-04-18
* Do not set pos to an error value.Howard Chu2010-04-12
* Seeking forward in non-seekable media by discarding data, regardless of how f...Tomas Härdin2010-04-08
* Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin2010-04-08