index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
aviobuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()
Aurelien Jacobs
2010-08-19
1
-3
/
+3
*
Cosmetics: fix indentation and remove a useless else.
Reimar Döffinger
2010-07-25
1
-8
/
+6
*
Simplify get_byte and url_fgetc.
Reimar Döffinger
2010-07-25
1
-8
/
+2
*
Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data
Martin Storsjö
2010-07-24
1
-4
/
+7
*
improve ff_get_line to return line length
Aurelien Jacobs
2010-07-21
1
-2
/
+3
*
move ff_get_line to aviobuf.c
Aurelien Jacobs
2010-07-21
1
-0
/
+14
*
Remove an assert that was no longer correct nor relevant
Martin Storsjö
2010-07-20
1
-2
/
+0
*
aviobuf: Do short seeks forward by reading and skipping data instead of a pro...
Martin Storsjö
2010-07-17
1
-1
/
+10
*
url_fskip: Return an error code if the url_fseek failed
Martin Storsjö
2010-07-16
1
-2
/
+3
*
move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c
Michael Chinen
2010-07-09
1
-0
/
+19
*
Silence a warning when compiling aviobuf.c
Eli Friedman
2010-07-05
1
-2
/
+1
*
Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf
Josh Allmann
2010-07-01
1
-1
/
+9
*
Do not initialize res in url_fseek(), in the case !s->seek directly
Stefano Sabatini
2010-04-21
1
-2
/
+4
*
Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if
Stefano Sabatini
2010-04-18
1
-1
/
+1
*
Do not set pos to an error value.
Howard Chu
2010-04-12
1
-1
/
+6
*
Seeking forward in non-seekable media by discarding data, regardless of how f...
Tomas Härdin
2010-04-08
1
-1
/
+1
*
Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...
Tomas Härdin
2010-04-08
1
-0
/
+45
*
Mask away AVSEEK_FORCE properly in some checks in url_fseek()
Tomas Härdin
2010-03-24
1
-2
/
+3
*
Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end
Stefano Sabatini
2010-03-18
1
-1
/
+1
*
Add AVSEEK_FORCE flag to indicate that the code should attempt to seek
Michael Niedermayer
2010-03-15
1
-2
/
+3
*
Remove duplicated empty line.
Stefano Sabatini
2010-01-30
1
-1
/
+0
*
Make url_resetbuf() assert on wrong flags passed and make it static on next
Benoit Fouet
2009-10-20
1
-0
/
+11
*
Merge declaration and initialization
Reimar Döffinger
2009-10-12
1
-3
/
+1
*
Simplify: use FFMIN
Reimar Döffinger
2009-10-12
1
-3
/
+1
*
Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as
Reimar Döffinger
2009-10-02
1
-0
/
+8
*
seek inside buffer when offset is exactly at the end, fix seeking with memory...
Baptiste Coudurier
2009-04-13
1
-1
/
+1
*
Merge declaration and initialization of io_buffer_size
Reimar Döffinger
2009-01-16
1
-6
/
+1
*
Make io_buffer_size unsigned to avoid a warning about comparing
Reimar Döffinger
2009-01-16
1
-1
/
+2
*
Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_in...
Reimar Döffinger
2009-01-16
1
-1
/
+1
*
Use AV_WB32 instead of reimplementing it.
Reimar Döffinger
2009-01-16
1
-4
/
+2
*
Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.
Reimar Döffinger
2009-01-16
1
-5
/
+1
*
Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)
Reimar Döffinger
2009-01-16
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-5
/
+5
*
Initialize s->opaque before calling url_resetbuf().
Aurelien Jacobs
2008-12-22
1
-1
/
+1
*
whitespace cosmetics
Diego Biurrun
2008-12-13
1
-6
/
+13
*
always use the whole buffer for reading w/ packetized sources to avoid packet...
Jindřich Makovička
2008-11-10
1
-1
/
+1
*
Append read data onto the buffer instead of overwriting, this ensures
Michael Niedermayer
2008-10-18
1
-5
/
+10
*
Make size variables in dyn_buf_write unsigned so gcc will not optimize the
Reimar Döffinger
2008-10-04
1
-1
/
+1
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-14
/
+14
*
Only reset buffer state if seeking is successful; update seek reg ref.
Baptiste Coudurier
2008-07-31
1
-5
/
+4
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
improve CRC API
Aurelien Jacobs
2008-01-04
1
-1
/
+1
*
Add a av_alloc_put_byte function.
Reimar Döffinger
2007-12-22
1
-0
/
+14
*
Make recently added and still unused read_seek functions return offset_t.
Michael Niedermayer
2007-12-19
1
-3
/
+3
*
Merge recently added and still unused play and pause functions.
Michael Niedermayer
2007-12-19
1
-12
/
+3
*
Remove unneeded avio wrapper functions.
Michael Niedermayer
2007-12-19
1
-26
/
+1
*
return error when url_fseek could not read until desired offset in streamed mode
Baptiste Coudurier
2007-12-16
1
-0
/
+2
*
Extend ByteIOContext and add the buffered IO functions:
Björn Axelsson
2007-11-28
1
-0
/
+37
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-16
/
+51
*
Add ff_ prefix to get_v()
Kostya Shishkov
2007-11-03
1
-1
/
+1
[next]