Thu, 25 Jun 2009 19:26:39 +0000 |
michael |
Fix id3v2.3/4 tag size parsing.
libavformat
|
Thu, 25 Jun 2009 19:10:27 +0000 |
bcoudurier |
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
libavformat
|
Thu, 25 Jun 2009 19:01:16 +0000 |
bcoudurier |
Only set CODEC_ID_PROBE when a packet from a stream having a PES header
libavformat
|
Thu, 25 Jun 2009 18:48:57 +0000 |
bcoudurier |
limit raw packet buffer size used for codec probing
libavformat
|
Thu, 25 Jun 2009 00:17:47 +0000 |
bcoudurier |
only set par if it does not indicates a rotation, ex iphone 3GS
libavformat
|
Wed, 24 Jun 2009 23:04:05 +0000 |
rbultje |
Remove any reference to ASFContext.packet_size and replace it with
libavformat
|
Wed, 24 Jun 2009 22:10:53 +0000 |
jbr |
flvdec: Build a Speex header during FLV demuxing using required and
libavformat
|
Wed, 24 Jun 2009 09:40:00 +0000 |
reimar |
Reindent after last patch.
libavformat
|
Wed, 24 Jun 2009 09:38:42 +0000 |
reimar |
mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set.
libavformat
|
Wed, 24 Jun 2009 08:57:53 +0000 |
reimar |
mov_read_packet: extract code that searches for the stream/sample to demux next
libavformat
|
Wed, 24 Jun 2009 08:50:46 +0000 |
reimar |
mov_read_packet: if dv_get_packet fails, return exactly its error value
libavformat
|
Wed, 24 Jun 2009 08:23:40 +0000 |
reimar |
In mov_read_packet remember the AVStream we want to demux next instead of the
libavformat
|
Wed, 24 Jun 2009 03:38:47 +0000 |
bcoudurier |
check stream existence before assignment, fix #1222
libavformat
|
Tue, 23 Jun 2009 15:38:53 +0000 |
rbultje |
Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Mon, 22 Jun 2009 16:52:02 +0000 |
rbultje |
Change packet_size from signed to unsigned, since it never has a negative
libavformat
|
Sun, 21 Jun 2009 20:18:29 +0000 |
jbr |
oggenc: Change error log text. An error here does not necessarily mean
libavformat
|
Sun, 21 Jun 2009 20:16:48 +0000 |
jbr |
oggenc: return error value from ogg_build_flac_headers()
libavformat
|
Sun, 21 Jun 2009 20:14:58 +0000 |
jbr |
cosmetics: spacing and comments
libavformat
|
Sun, 21 Jun 2009 20:13:54 +0000 |
jbr |
oggenc: check for failed av_mallocz()
libavformat
|
Sat, 20 Jun 2009 14:51:03 +0000 |
cehoyos |
Revert unintended hunk of r19241.
libavformat
|
Sat, 20 Jun 2009 14:47:38 +0000 |
cehoyos |
Revert r19239: It broke four conformance tests.
libavformat
|
Sat, 20 Jun 2009 12:52:48 +0000 |
cehoyos |
Fix onMetaData property count in flv files (issue 1206).
libavformat
|
Sat, 20 Jun 2009 09:00:12 +0000 |
jai_menon |
Print meaningful error messages when url_fopen fails.
libavformat
|