Stefano Sabatini
|
65c40e4e3a
Rename register_protocol() to av_register_protocol() and deprecate
|
15 лет назад |
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.
|
16 лет назад |
Michael Niedermayer
|
abbae514e1
Check url_seek() in url_open().
|
16 лет назад |
Björn Axelsson
|
5acef35f57
Add AVClass to URLContext at next major version bump
|
16 лет назад |
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.
|
17 лет назад |
François Revol
|
8fa36ae09d
This fixes error handling for BeOS, removing the need for some ifdefs.
|
17 лет назад |
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 лет назад |
Mike Melanson
|
0bd586c50d
sweeping change from -EIO -> AVERROR_IO
|
20 лет назад |
Michael Niedermayer
|
31290c2b9b
avoid seeking to the end, as it confuses some crappy code
|
20 лет назад |
Mike Melanson
|
764ef40015
disable encoders where appropriate (patch courtesy of BERO
|
21 лет назад |
Fabrice Bellard
|
4358d5def3
removed ctype.h header
|
21 лет назад |
Fabrice Bellard
|
019ac05ace
added primitive aborting system
|
21 лет назад |
Fabrice Bellard
|
5d5fef0af1
avoid false URL protocol detection when using ':' in filenames
|
22 лет назад |
Fabrice Bellard
|
f746a04616
added url_get_filename()
|
22 лет назад |
Fabrice Bellard
|
abac617591
renamed libav to libavformat
|
22 лет назад |