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