72 Commits (88297e80aa005afc4ebdfb4ab68e38a114439905)

Author SHA1 Message Date
Reimar Döffinger 0c5a43d648 Merge declaration and initialization of io_buffer_size 16 years ago
Reimar Döffinger 2bdaf78c52 Make io_buffer_size unsigned to avoid a warning about comparing 16 years ago
Reimar Döffinger 0e7ceb2442 Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal 16 years ago
Reimar Döffinger aa805f94c5 Use AV_WB32 instead of reimplementing it. 16 years ago
Reimar Döffinger dc2c2eea41 Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. 16 years ago
Reimar Döffinger 7ce820efa0 Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Aurelien Jacobs 9daa4ceaa3 Initialize s->opaque before calling url_resetbuf(). 16 years ago
Diego Biurrun 7f37f5687d whitespace cosmetics 16 years ago
Jindřich Makovička f5edd874fa always use the whole buffer for reading w/ packetized sources to avoid packet truncation 16 years ago
Michael Niedermayer 4589dc5c4d Append read data onto the buffer instead of overwriting, this ensures 16 years ago
Reimar Döffinger 6bc03a695b Make size variables in dyn_buf_write unsigned so gcc will not optimize the 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Baptiste Coudurier 39a127bfbc Only reset buffer state if seeking is successful; update seek reg ref. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Reimar Döffinger 1e0f346896 Add a av_alloc_put_byte function. 17 years ago
Michael Niedermayer b075e52059 Make recently added and still unused read_seek functions return offset_t. 17 years ago
Michael Niedermayer 502bdf6893 Merge recently added and still unused play and pause functions. 17 years ago
Michael Niedermayer 004050eed7 Remove unneeded avio wrapper functions. 17 years ago
Baptiste Coudurier 5cb4b82a17 return error when url_fseek could not read until desired offset in streamed mode 17 years ago
Björn Axelsson e7e4810aae Extend ByteIOContext and add the buffered IO functions: 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Kostya Shishkov 7798b42df1 Add ff_ prefix to get_v() 17 years ago
Kostya Shishkov 897d3eef4c Make get_v() available to the other demuxers 17 years ago
Baptiste Coudurier 992e78f5f2 rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers 17 years ago
Björn Axelsson 770d9dafa1 Add functionality to set the direction of a ByteIOContext buffer. 17 years ago
Benoit Fouet 2d89f334f4 Indentation 17 years ago
Benoit Fouet 602dd8f6c4 Check read_packet before using it. 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Alex Beregszaszi 5f09770382 cosmetics: fix indentation 18 years ago
Panagiotis Issaris a8c5ab2707 Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Ronald S. Bultje 68fcdbf1e5 Fix misbehaviour in url_fseek() when seeking fails. 18 years ago
Ronald S. Bultje 8f42f5238e proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net 18 years ago
Michael Niedermayer 1ae2c5f2e7 fix indention of previous commit 18 years ago
Michael Niedermayer 8e287af090 seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility 18 years ago
Aurelien Jacobs 3b61ab0b03 put_*() are not only useful to muxers and protocol 18 years ago
Loïc Le Loarer 8fa641f8e8 Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. 18 years ago
Michael Niedermayer 942f3bb528 move memory reading ByteIOContext init from mov.c to avobuf.c 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer 398f5d3f1d support forward seeking in non seekable streams 18 years ago
Michael Niedermayer 3b9a913db4 simplify seek() failure check 18 years ago
Michael Niedermayer f40d17398d simplify url_fseek() 18 years ago
Michael Niedermayer ccb159940b fix regression failure after adler simplification 18 years ago
Aurelien Jacobs ea395e8c6c add a Creative VOC (de)muxer 19 years ago
Gildas Bazin 04f46ced8c Add --disable-protocols option to configure to disable I/O protocol from 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago