Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-07avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov
2011-03-07avio: deprecate url_fget_max_packet_sizeAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-07avio: deprecate url_fgetc and remove all it usesAnton Khirnov
2011-03-07avio: deprecate url_fgetsAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-04avio: add avio_get_str()Reimar Döffinger
2011-03-02aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö
2011-03-01avio: deprecate url_fskipAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25avio: deprecate put_tagAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-21avio: make put_nbyte internal.Anton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: make get_partial_buffer internal.Anton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-25lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov
2011-01-21lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2011-01-21avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov
2011-01-13Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö
2011-01-12aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö
2011-01-02Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula
2010-08-20add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs
2010-07-25Cosmetics: fix indentation and remove a useless else.Reimar Döffinger
2010-07-25Simplify get_byte and url_fgetc.Reimar Döffinger
2010-07-24Never shrink the ByteIOContext buffer in ff_rewind_with_probe_dataMartin Storsjö
2010-07-22improve ff_get_line to return line lengthAurelien Jacobs
2010-07-22move ff_get_line to aviobuf.cAurelien Jacobs
2010-07-20Remove an assert that was no longer correct nor relevantMartin Storsjö
2010-07-17aviobuf: Do short seeks forward by reading and skipping data instead of a pro...Martin Storsjö
2010-07-17url_fskip: Return an error code if the url_fseek failedMartin Storsjö
2010-07-09move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen
2010-07-05Silence a warning when compiling aviobuf.cEli Friedman
2010-07-02Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_bufJosh Allmann
2010-04-22Do not initialize res in url_fseek(), in the case !s->seek directlyStefano Sabatini
2010-04-18Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) ifStefano Sabatini
2010-04-12Do not set pos to an error value.Howard Chu
2010-04-08Seeking forward in non-seekable media by discarding data, regardless of how f...Tomas Härdin
2010-04-08Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin
2010-03-24Mask away AVSEEK_FORCE properly in some checks in url_fseek()Tomas Härdin
2010-03-18Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if endStefano Sabatini
2010-03-16Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer
2010-01-30Remove duplicated empty line.Stefano Sabatini
2009-10-20Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet
2009-10-12Merge declaration and initializationReimar Döffinger
2009-10-12Simplify: use FFMINReimar Döffinger