summaryrefslogtreecommitdiffstats
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAgeFilesLines
...
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-5/+21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-70/+70
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-251-0/+22
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-211-0/+17
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-211-3/+13
* Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-131-25/+3
* aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-121-3/+25
* Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula2011-01-021-0/+14
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-191-3/+3
* Cosmetics: fix indentation and remove a useless else.Reimar Döffinger2010-07-251-8/+6
* Simplify get_byte and url_fgetc.Reimar Döffinger2010-07-251-8/+2
* Never shrink the ByteIOContext buffer in ff_rewind_with_probe_dataMartin Storsjö2010-07-241-4/+7
* improve ff_get_line to return line lengthAurelien Jacobs2010-07-211-2/+3
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-211-0/+14
* Remove an assert that was no longer correct nor relevantMartin Storsjö2010-07-201-2/+0
* aviobuf: Do short seeks forward by reading and skipping data instead of a pro...Martin Storsjö2010-07-171-1/+10
* url_fskip: Return an error code if the url_fseek failedMartin Storsjö2010-07-161-2/+3
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-091-0/+19
* Silence a warning when compiling aviobuf.cEli Friedman2010-07-051-2/+1
* Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_bufJosh Allmann2010-07-011-1/+9
* Do not initialize res in url_fseek(), in the case !s->seek directlyStefano Sabatini2010-04-211-2/+4
* Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) ifStefano Sabatini2010-04-181-1/+1
* Do not set pos to an error value.Howard Chu2010-04-121-1/+6
* Seeking forward in non-seekable media by discarding data, regardless of how f...Tomas Härdin2010-04-081-1/+1
* Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin2010-04-081-0/+45
* Mask away AVSEEK_FORCE properly in some checks in url_fseek()Tomas Härdin2010-03-241-2/+3
* Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if endStefano Sabatini2010-03-181-1/+1
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-151-2/+3
* Remove duplicated empty line.Stefano Sabatini2010-01-301-1/+0
* Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet2009-10-201-0/+11
* Merge declaration and initializationReimar Döffinger2009-10-121-3/+1
* Simplify: use FFMINReimar Döffinger2009-10-121-3/+1
* Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF asReimar Döffinger2009-10-021-0/+8
* seek inside buffer when offset is exactly at the end, fix seeking with memory...Baptiste Coudurier2009-04-131-1/+1
* Merge declaration and initialization of io_buffer_sizeReimar Döffinger2009-01-161-6/+1
* Make io_buffer_size unsigned to avoid a warning about comparingReimar Döffinger2009-01-161-1/+2
* Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_in...Reimar Döffinger2009-01-161-1/+1
* Use AV_WB32 instead of reimplementing it.Reimar Döffinger2009-01-161-4/+2
* Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.Reimar Döffinger2009-01-161-5/+1
* Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)Reimar Döffinger2009-01-161-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
* Initialize s->opaque before calling url_resetbuf().Aurelien Jacobs2008-12-221-1/+1
* whitespace cosmeticsDiego Biurrun2008-12-131-6/+13
* always use the whole buffer for reading w/ packetized sources to avoid packet...Jindřich Makovička2008-11-101-1/+1
* Append read data onto the buffer instead of overwriting, this ensuresMichael Niedermayer2008-10-181-5/+10
* Make size variables in dyn_buf_write unsigned so gcc will not optimize theReimar Döffinger2008-10-041-1/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-14/+14
* Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier2008-07-311-5/+4
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* improve CRC APIAurelien Jacobs2008-01-041-1/+1
OpenPOWER on IntegriCloud