Thu, 19 Aug 2010 21:28:43 +0000 |
aurel |
add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()
libavformat
|
Sun, 25 Jul 2010 14:35:12 +0000 |
reimar |
Cosmetics: fix indentation and remove a useless else.
libavformat
|
Sun, 25 Jul 2010 14:33:40 +0000 |
reimar |
Simplify get_byte and url_fgetc.
libavformat
|
Sat, 24 Jul 2010 09:04:44 +0000 |
mstorsjo |
Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data
libavformat
|
Wed, 21 Jul 2010 21:40:10 +0000 |
aurel |
improve ff_get_line to return line length
libavformat
|
Wed, 21 Jul 2010 21:39:01 +0000 |
aurel |
move ff_get_line to aviobuf.c
libavformat
|
Tue, 20 Jul 2010 09:58:30 +0000 |
mstorsjo |
Remove an assert that was no longer correct nor relevant
libavformat
|
Sat, 17 Jul 2010 05:26:30 +0000 |
mstorsjo |
aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek
libavformat
|
Fri, 16 Jul 2010 23:20:03 +0000 |
mstorsjo |
url_fskip: Return an error code if the url_fseek failed
libavformat
|
Fri, 09 Jul 2010 12:14:33 +0000 |
janne |
move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c
libavformat
|
Mon, 05 Jul 2010 09:11:45 +0000 |
cehoyos |
Silence a warning when compiling aviobuf.c
libavformat
|
Thu, 01 Jul 2010 20:15:49 +0000 |
mstorsjo |
Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf
libavformat
|
Wed, 21 Apr 2010 21:19:25 +0000 |
stefano |
Do not initialize res in url_fseek(), in the case !s->seek directly
libavformat
|
Sun, 18 Apr 2010 17:37:21 +0000 |
stefano |
Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if
libavformat
|
Mon, 12 Apr 2010 15:03:30 +0000 |
cehoyos |
Do not set pos to an error value.
libavformat
|
Thu, 08 Apr 2010 09:47:32 +0000 |
thardin |
Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though.
libavformat
|
Thu, 08 Apr 2010 09:02:27 +0000 |
thardin |
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.
libavformat
|
Wed, 24 Mar 2010 10:41:58 +0000 |
benoit |
Mask away AVSEEK_FORCE properly in some checks in url_fseek()
libavformat
|
Thu, 18 Mar 2010 00:22:58 +0000 |
stefano |
Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end
libavformat
|
Mon, 15 Mar 2010 22:54:22 +0000 |
michael |
Add AVSEEK_FORCE flag to indicate that the code should attempt to seek
libavformat
|
Sat, 30 Jan 2010 20:18:55 +0000 |
stefano |
Remove duplicated empty line.
libavformat
|
Tue, 20 Oct 2009 06:40:01 +0000 |
benoit |
Make url_resetbuf() assert on wrong flags passed and make it static on next
libavformat
|
Mon, 12 Oct 2009 16:38:08 +0000 |
reimar |
Merge declaration and initialization
libavformat
|
Mon, 12 Oct 2009 16:36:48 +0000 |
reimar |
Simplify: use FFMIN
libavformat
|
Fri, 02 Oct 2009 06:36:39 +0000 |
reimar |
Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as
libavformat
|
Mon, 13 Apr 2009 04:02:51 +0000 |
bcoudurier |
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext
libavformat
|
Fri, 16 Jan 2009 16:39:17 +0000 |
reimar |
Merge declaration and initialization of io_buffer_size
libavformat
|
Fri, 16 Jan 2009 16:37:54 +0000 |
reimar |
Make io_buffer_size unsigned to avoid a warning about comparing
libavformat
|
Fri, 16 Jan 2009 15:35:51 +0000 |
reimar |
Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal
libavformat
|
Fri, 16 Jan 2009 15:34:37 +0000 |
reimar |
Use AV_WB32 instead of reimplementing it.
libavformat
|