Stefano Sabatini
|
0a216bd1dd
Make register_protocol() use the function av_register_protocol2()
|
14 лет назад |
Michael Niedermayer
|
6ed040408b
Move AVOptions from libavcodec to libavutil
|
14 лет назад |
Aurelien Jacobs
|
838b27b42c
add FF_API_REGISTER_PROTOCOL define to disable the deprecated
|
14 лет назад |
Aurelien Jacobs
|
404eba44b1
add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass
|
14 лет назад |
Måns Rullgård
|
2bab5d3e73
Allow all valid (and only valid) characters in URL scheme for url_open()
|
14 лет назад |
Eli Friedman
|
8b4845c0b0
Remove an unused label, fixing a warning
|
14 лет назад |
Eli Friedman
|
805488f0e2
Add proper const declaration to a cast, fixes a warning
|
14 лет назад |
Martin Storsjö
|
02174293c6
Reindent
|
14 лет назад |
Martin Storsjö
|
735cf6b265
Add priv_data_size and priv_data_class to URLProtocol
|
14 лет назад |
Martin Storsjö
|
ffbb289a1d
Split url_open and url_open_protocol into url_alloc and url_connect
|
14 лет назад |
Martin Storsjö
|
9b07a2dc02
Add an av_register_protocol2 function that takes a size parameter
|
14 лет назад |
Martin Storsjö
|
27241cbffe
Declare the url_write buffer parameter as const
|
15 лет назад |
Michael Niedermayer
|
2308b6c19a
Add version to AVClass so we can add to and use fields of AVClass without ABI issues.
|
15 лет назад |
Stefano Sabatini
|
28894105c8
Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in
|
15 лет назад |
Michael Niedermayer
|
493f54ada0
Add AVSEEK_FORCE flag to indicate that the code should attempt to seek
|
15 лет назад |
Martin Storsjö
|
67d4b3f205
Always call ff_network_init/ff_network_close when opening protocols
|
15 лет назад |
Daniel Kristjansson
|
31277aebd9
Use av_mallocz in url_open_protocol for URLContext.
|
15 лет назад |
Reimar Döffinger
|
f1d2b5728c
Make url_read_complete handle EAGAIN more intelligently.
|
15 лет назад |
Reimar Döffinger
|
ddb901b74d
Make url_read_complete retry on EAGAIN and return how much data it read
|
15 лет назад |
Måns Rullgård
|
48fdb66c68
Fix comment typo carefull -> careful
|
15 лет назад |
Kostya Shishkov
|
0e848977ce
Move function for reading whole specified amount of data from RTSP
|
16 лет назад |
Ronald S. Bultje
|
f0a8039464
Add url_get_file_handle(), which is used to get the file descriptor
|
16 лет назад |
Stefano Sabatini
|
65c40e4e3a
Rename register_protocol() to av_register_protocol() and deprecate
|
16 лет назад |
Ramiro Polla
|
bc574408dc
Only special-case absolute DOS paths on systems that support them.
|
16 лет назад |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 лет назад |
Ronald S. Bultje
|
ba99cfc213
Implement url_open_protocol(), which is basiclly the former url_open()
|
16 лет назад |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
17 лет назад |
Michael Niedermayer
|
abbae514e1
Check url_seek() in url_open().
|
17 лет назад |
Björn Axelsson
|
5acef35f57
Add AVClass to URLContext at next major version bump
|
17 лет назад |
Guillaume LecrefECERF
|
727601bc4b
url_write is part of the public API so it may not be under ifdef.
|
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
|
2e9b86ac12
Remove dead code which disappeared with the last major version bump.
|
17 лет назад |
Michael Niedermayer
|
84be6e7239
av_*_next() API for libavformat
|
17 лет назад |
Björn Axelsson
|
536333a0fe
Extend URLProtocol with new function pointers and api functions for
|
17 лет назад |
Alex Beregszaszi
|
7a813b368a
Call prot->url_close only if it is present.
|
17 лет назад |
Thorsten Jordan
|
346db900bf
Check context before accessing its field.
|
17 лет назад |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 лет назад |
Måns Rullgård
|
75e61b0e88
use new string functions
|
17 лет назад |
Panagiotis Issaris
|
c306748c29
Move avio.h's url_get_max_packet_size() comment from source to header file.
|
18 лет назад |
François Revol
|
8fa36ae09d
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 лет назад |
Ronald S. Bultje
|
eabbae730c
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the
|
18 лет назад |
Ronald S. Bultje
|
621810045c
makes the filename member of the URLContext a pointer, so that the
|
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 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
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 лет назад |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 лет назад |
Diego Biurrun
|
a9e3509529
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
|
19 лет назад |