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
*
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
*
Make get_v() available to the other demuxers
Kostya Shishkov
2007-11-03
1
-0
/
+11
*
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....
Baptiste Coudurier
2007-10-30
1
-0
/
+5
*
Add functionality to set the direction of a ByteIOContext buffer.
Björn Axelsson
2007-10-11
1
-9
/
+18
*
Indentation
Benoit Fouet
2007-09-26
1
-2
/
+2
*
Check read_packet before using it.
Benoit Fouet
2007-09-26
1
-1
/
+3
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
cosmetics: fix indentation
Alex Beregszaszi
2007-05-11
1
-2
/
+2
*
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,
Panagiotis Issaris
2007-03-05
1
-40
/
+0
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-5
/
+5
*
Fix misbehaviour in url_fseek() when seeking fails.
Ronald S. Bultje
2007-01-30
1
-2
/
+4
*
proper error handling in file size retrieval, patch by Ronald S. Bultje rbult...
Ronald S. Bultje
2007-01-28
1
-1
/
+3
*
fix indention of previous commit
Michael Niedermayer
2007-01-01
1
-2
/
+2
*
seekless filesize retrieving support in 7 lines of code, also doesnt break co...
Michael Niedermayer
2007-01-01
1
-0
/
+3
*
put_*() are not only useful to muxers and protocol
Aurelien Jacobs
2006-12-16
1
-2
/
+0
*
Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.
Loïc Le Loarer
2006-11-30
1
-4
/
+6
*
move memory reading ByteIOContext init from mov.c to avobuf.c
Michael Niedermayer
2006-10-20
1
-0
/
+4
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
support forward seeking in non seekable streams
Michael Niedermayer
2006-09-26
1
-0
/
+7
*
simplify seek() failure check
Michael Niedermayer
2006-09-26
1
-4
/
+1
*
simplify url_fseek()
Michael Niedermayer
2006-09-22
1
-39
/
+24
*
fix regression failure after adler simplification
Michael Niedermayer
2006-07-20
1
-1
/
+1
*
add a Creative VOC (de)muxer
Aurelien Jacobs
2006-02-09
1
-0
/
+14
*
Add --disable-protocols option to configure to disable I/O protocol from
Gildas Bazin
2006-01-21
1
-5
/
+2
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-31
/
+31
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-12
/
+12
*
remove non portable get/put_be64_double()
Michael Niedermayer
2005-07-19
1
-22
/
+0
*
kill duplicated get/put_be24()
Michael Niedermayer
2005-07-19
1
-8
/
+17
*
10l (segfault fix)
Michael Niedermayer
2005-06-03
1
-1
/
+2
*
Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-m...
Wolfram Gloger
2005-05-30
1
-3
/
+3
*
drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...
Aurelien Jacobs
2005-05-19
1
-0
/
+11
*
bypass internal buffer for "large" packets
Michael Niedermayer
2005-03-24
1
-4
/
+22
*
various security fixes and precautionary checks
Michael Niedermayer
2005-01-12
1
-0
/
+3
[next]