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
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
2009-10-02Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF asReimar Döffinger
2009-04-13seek inside buffer when offset is exactly at the end, fix seeking with memory...Baptiste Coudurier
2009-01-16Merge declaration and initialization of io_buffer_sizeReimar Döffinger
2009-01-16Make io_buffer_size unsigned to avoid a warning about comparingReimar Döffinger
2009-01-16Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_in...Reimar Döffinger
2009-01-16Use AV_WB32 instead of reimplementing it.Reimar Döffinger
2009-01-16Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.Reimar Döffinger
2009-01-16Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)Reimar Döffinger
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-22Initialize s->opaque before calling url_resetbuf().Aurelien Jacobs
2008-12-13whitespace cosmeticsDiego Biurrun
2008-11-11always use the whole buffer for reading w/ packetized sources to avoid packet...Jindřich Makovička
2008-10-18Append read data onto the buffer instead of overwriting, this ensuresMichael Niedermayer
2008-10-05Make size variables in dyn_buf_write unsigned so gcc will not optimize theReimar Döffinger
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-07-31Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-05improve CRC APIAurelien Jacobs
2007-12-22Add a av_alloc_put_byte function.Reimar Döffinger
2007-12-20Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer
2007-12-19Merge recently added and still unused play and pause functions.Michael Niedermayer
2007-12-19Remove unneeded avio wrapper functions.Michael Niedermayer
2007-12-16return error when url_fseek could not read until desired offset in streamed modeBaptiste Coudurier
2007-11-28Extend ByteIOContext and add the buffered IO functions:Björn Axelsson
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-03Add ff_ prefix to get_v()Kostya Shishkov