181 Commits (4d7ab5cfebef91820af2933ef2f622ea598e6b53)

Author SHA1 Message Date
Anton Khirnov 83fddaeb81 avio: deprecate url_open_buf 14 years ago
Anton Khirnov eda4cf92d7 avio: always compile avio_printf, rather than on CONFIG_MUXERS 14 years ago
Anton Khirnov d9d86e00b2 avio: avio_ prefix for url_fprintf 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
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
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
Martin Storsjö e360ada2d1 aviobuf: Write new data at s->buf_end in fill_buffer 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
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
Martin Storsjö c66f53cf8b Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN) 14 years ago
Martin Storsjö a6963f8304 aviobuf: Retry if the read/write function returns AVERROR(EAGAIN) 14 years ago
Anssi Hannula 17ee8f669f Add function put_nbyte() to speed up padding in SPDIF muxer. 14 years ago
Aurelien Jacobs 364cacc7c7 add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf() 15 years ago
Reimar Döffinger 853a0fccce Cosmetics: fix indentation and remove a useless else. 15 years ago
Reimar Döffinger 3aa13da970 Simplify get_byte and url_fgetc. 15 years ago
Martin Storsjö 496c645d3b Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data 15 years ago
Aurelien Jacobs a43416a540 improve ff_get_line to return line length 15 years ago
Aurelien Jacobs 7c89295145 move ff_get_line to aviobuf.c 15 years ago
Martin Storsjö aff4137d5f Remove an assert that was no longer correct nor relevant 15 years ago
Martin Storsjö 7939d0edce aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek 15 years ago
Martin Storsjö d5e9ddeb73 url_fskip: Return an error code if the url_fseek failed 15 years ago
Michael Chinen 603e5c0b71 move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c 15 years ago
Eli Friedman 6fa197e277 Silence a warning when compiling aviobuf.c 15 years ago
Josh Allmann de1807bbc4 Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf 15 years ago
Stefano Sabatini 9d30e0682a Do not initialize res in url_fseek(), in the case !s->seek directly 15 years ago
Stefano Sabatini 4c4ef3db4b Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if 15 years ago
Howard Chu c007c687c9 Do not set pos to an error value. 15 years ago
Tomas Härdin 7a6fe01f99 Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though. 15 years ago
Tomas Härdin 01d91b9be9 Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. 15 years ago