October 3, 2010
View 2dea9a1

unbreak compilation and finish backport r24280 by mstorsjo

Reinhard Tartler authored on 2010/10/03 23:50:04
July 22, 2010
View 84e6629

aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek

Reinhard Tartler authored on 2010/07/22 20:58:26
January 17, 2009
View 0c5a43d

Merge declaration and initialization of io_buffer_size

Reimar Döffinger authored on 2009/01/17 01:39:17
View 2bdaf78

Make io_buffer_size unsigned to avoid a warning about comparing signed and unsigned values.

Reimar Döffinger authored on 2009/01/17 01:37:54
View 0e7ceb2

Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal

Reimar Döffinger authored on 2009/01/17 00:35:51
View aa805f9

Use AV_WB32 instead of reimplementing it.

Reimar Döffinger authored on 2009/01/17 00:34:37
View dc2c2ee

Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.

Reimar Döffinger authored on 2009/01/17 00:32:33
View 7ce820e

Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)

Reimar Döffinger authored on 2009/01/17 00:30:52
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
December 22, 2008
View 9daa4ce

Initialize s->opaque before calling url_resetbuf(). Fixes a regression test crash for icc 10.1 64 bit.

Aurelien Jacobs authored on 2008/12/22 20:23:00
December 13, 2008
View 7f37f56

whitespace cosmetics

Diego Biurrun authored on 2008/12/13 22:39:13
November 11, 2008
View f5edd87

always use the whole buffer for reading w/ packetized sources to avoid packet truncation

Jindřich Makovička authored on 2008/11/11 06:41:35
October 19, 2008
View 4589dc5

Append read data onto the buffer instead of overwriting, this ensures that the whole buffer is available for seeking back. Fixes issue480

Michael Niedermayer authored on 2008/10/19 02:30:37
October 5, 2008
View 6bc03a6

Make size variables in dyn_buf_write unsigned so gcc will not optimize the check away (due to assuming signed overflows do not happen).

Reimar Döffinger authored on 2008/10/05 06:11:58
October 3, 2008
View bc5c918

Remove offset_t typedef and use int64_t directly instead. The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included.

Diego Biurrun authored on 2008/10/03 19:16:29