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
|
Sat, 20 Jun 2009 06:09:30 +0000 |
bcoudurier |
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de
libavformat
|
Fri, 19 Jun 2009 21:36:21 +0000 |
bcoudurier |
fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com
libavformat
|
Fri, 19 Jun 2009 14:36:47 +0000 |
superdump |
Add support for id3 tag parsing for ADTS AAC streams
libavformat
|
Fri, 19 Jun 2009 14:03:35 +0000 |
diego |
Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.
libavformat
|
Fri, 19 Jun 2009 13:26:10 +0000 |
reimar |
Add support for muxing XSUB subtitles to AVI muxer.
libavformat
|
Thu, 18 Jun 2009 19:31:12 +0000 |
darkshikari |
Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file.
libavformat
|
Thu, 18 Jun 2009 00:22:08 +0000 |
michael |
Print why av_find_stream_info() failed, this is a rather common question
libavformat
|
Wed, 17 Jun 2009 19:04:02 +0000 |
rbultje |
Set restrictions on packet_size, as per ISO-11172 / H-222 specifications
libavformat
|
Wed, 17 Jun 2009 07:05:17 +0000 |
benoit |
Remove a test on an always false condition.
libavformat
|
Wed, 17 Jun 2009 00:37:06 +0000 |
astrange |
Add '.mp1' for MP1 audio in MOV/CAF.
libavformat
|
Tue, 16 Jun 2009 23:50:02 +0000 |
darkshikari |
Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.
libavformat
|
Tue, 16 Jun 2009 23:14:59 +0000 |
stefano |
Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about
libavformat
|