summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAge
* 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
* Mask away AVSEEK_FORCE properly in some checks in url_fseek()Tomas Härdin2010-03-24
* Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if endStefano Sabatini2010-03-18
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-15
* Remove duplicated empty line.Stefano Sabatini2010-01-30
* Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet2009-10-20
* Merge declaration and initializationReimar Döffinger2009-10-12
* Simplify: use FFMINReimar Döffinger2009-10-12
* Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF asReimar Döffinger2009-10-02
* seek inside buffer when offset is exactly at the end, fix seeking with memory...Baptiste Coudurier2009-04-13
* Merge declaration and initialization of io_buffer_sizeReimar Döffinger2009-01-16
* Make io_buffer_size unsigned to avoid a warning about comparingReimar Döffinger2009-01-16
* Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_in...Reimar Döffinger2009-01-16
* Use AV_WB32 instead of reimplementing it.Reimar Döffinger2009-01-16
* Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.Reimar Döffinger2009-01-16
* Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)Reimar Döffinger2009-01-16
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Initialize s->opaque before calling url_resetbuf().Aurelien Jacobs2008-12-22
* whitespace cosmeticsDiego Biurrun2008-12-13
* always use the whole buffer for reading w/ packetized sources to avoid packet...Jindřich Makovička2008-11-10
* Append read data onto the buffer instead of overwriting, this ensuresMichael Niedermayer2008-10-18
* Make size variables in dyn_buf_write unsigned so gcc will not optimize theReimar Döffinger2008-10-04
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier2008-07-31
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* improve CRC APIAurelien Jacobs2008-01-04
* Add a av_alloc_put_byte function.Reimar Döffinger2007-12-22
* Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer2007-12-19
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-19
* Remove unneeded avio wrapper functions.Michael Niedermayer2007-12-19
* return error when url_fseek could not read until desired offset in streamed modeBaptiste Coudurier2007-12-16
* Extend ByteIOContext and add the buffered IO functions:Björn Axelsson2007-11-28
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson2007-10-11
* IndentationBenoit Fouet2007-09-26
* Check read_packet before using it.Benoit Fouet2007-09-26
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* cosmetics: fix indentationAlex Beregszaszi2007-05-11
* Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris2007-03-05
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Fix misbehaviour in url_fseek() when seeking fails.Ronald S. Bultje2007-01-30
* proper error handling in file size retrieval, patch by Ronald S. Bultje rbult...Ronald S. Bultje2007-01-28
* fix indention of previous commitMichael Niedermayer2007-01-01