Anton Khirnov
|
4ec153bb66
avio: make udp_set_remote_url/get_local_port internal.
|
14 years ago |
Anton Khirnov
|
491653ed90
avio: cosmetics - nicer vertical alignment.
|
14 years ago |
Anton Khirnov
|
933e90a69a
avio: make av_url_read_fseek/fpause internal.
|
14 years ago |
Anton Khirnov
|
8d9769a77b
avio: deprecate url_fileno
|
14 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Anton Khirnov
|
b7f2fdde74
avio: rename put_flush_packet -> avio_flush
|
14 years ago |
Anton Khirnov
|
35f1023592
avio: deprecate url_close_buf
|
14 years ago |
Anton Khirnov
|
83fddaeb81
avio: deprecate url_open_buf
|
14 years ago |
Anton Khirnov
|
d9d86e00b2
avio: avio_ prefix for url_fprintf
|
14 years ago |
Anton Khirnov
|
af02073225
avio: change avio_tell/skip from macros to inline functions
|
14 years ago |
Anton Khirnov
|
59f65d9579
avio: make url_setbufsize internal.
|
14 years ago |
Anton Khirnov
|
4839c192de
lavf: move ff_get_v from avio.h to avio_internal.h
|
14 years ago |
Nicolas George
|
c76374c6db
Use AVERROR_EXIT with url_interrupt_cb.
|
14 years ago |
Anton Khirnov
|
3e68b3ba7b
avio: deprecate url_ferror
|
14 years ago |
Anton Khirnov
|
66e5b1df36
avio: deprecate url_feof
|
14 years ago |
Anton Khirnov
|
f1ef2cd9ed
avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h
|
14 years ago |
Anton Khirnov
|
e8bb2e2439
avio: deprecate url_fget_max_packet_size
|
14 years ago |
Anton Khirnov
|
76aa876e69
avio: avio_ prefix for url_fsize
|
14 years ago |
Anton Khirnov
|
e51975392d
avio: deprecate url_fgetc and remove all it uses
|
14 years ago |
Anton Khirnov
|
655e45e7df
avio: deprecate url_fgets
|
14 years ago |
Peter Ross
|
2af07d36fc
avio: add avio_skip macro
|
14 years ago |
Martin Storsjö
|
8f73c06077
URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
|
14 years ago |
Martin Storsjö
|
f3bea9915f
URLProtocol: Add a flags field
|
14 years ago |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
14 years ago |
Anton Khirnov
|
e16ead0716
lavf: deprecate get_strz() in favor of avio_get_str
|
14 years ago |
Reimar Döffinger
|
41d8555f72
avio: add avio_get_str()
|
14 years ago |
Anton Khirnov
|
0300db8ad7
avio: deprecate url_fskip
|
14 years ago |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
14 years ago |
Anton Khirnov
|
61840b4360
avio: deprecate put_tag
|
14 years ago |
Anton Khirnov
|
22a3212e32
avio: rename url_fopen/fclose -> avio_open/close.
|
14 years ago |
Anton Khirnov
|
0ac8e2bf2b
avio: make put_nbyte internal.
|
14 years ago |
Anton Khirnov
|
77eb5504d3
avio: avio: avio_ prefixes for put_* functions
|
14 years ago |
Anton Khirnov
|
b3db9ceef1
avio: make get_partial_buffer internal.
|
14 years ago |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
14 years ago |
Anton Khirnov
|
8d9ac969cb
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
|
14 years ago |
Anton Khirnov
|
e731b8d872
avio: move init_put_byte() to a new private header and rename it
|
14 years ago |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 years ago |
Nicolas George
|
90441276e4
Non-blocking protocol: core wrapper functions
|
14 years ago |
Nicolas George
|
fe174fc8fc
Non-blocking protocols: flag and documentation
|
14 years ago |
Anton Khirnov
|
93b78d1210
lavf: make a variant of ff_get_str16_nolen public
|
14 years ago |
Anton Khirnov
|
dccbd97d72
lavf: move ff_put_str16_nolen from asf to avio and rename it
|
14 years ago |
Anton Khirnov
|
4efd5cf34b
avio: add av_put_str and deprecate put_strz in favor of it
|
14 years ago |
Anton Khirnov
|
50196a982b
lavf: move the version macros to a new header
|
14 years ago |
Anssi Hannula
|
17ee8f669f
Add function put_nbyte() to speed up padding in SPDIF muxer.
|
14 years ago |
Stefano Sabatini
|
267ff3aed1
Document url_write().
|
14 years ago |
Aurelien Jacobs
|
a178edf298
drop rtp_get_file_handles() which is not part of public API and not used anymore
|
14 years ago |
Aurelien Jacobs
|
8ef30ac1f3
add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()
|
14 years ago |
Stefano Sabatini
|
85c15960b4
Move the definitions of AVSEEK_SIZE to make it appear before the
|
14 years ago |
Stefano Sabatini
|
8bf256bcc0
Document url_get_filename().
|
14 years ago |
Stefano Sabatini
|
f3f5eb6e70
Document url_filesize().
|
14 years ago |