Fri, 11 Jul 2008 20:22:07 +0000 |
reimar |
Quick hack to fix demux_mov crashes where easily possible.
|
Fri, 04 Jul 2008 15:47:31 +0000 |
reimar |
Check stdata_len before accessing stdata. Fixes bug #1125
|
Sun, 29 Jun 2008 07:25:47 +0000 |
reimar |
Do not use stdata before checking its length
|
Sat, 15 Mar 2008 11:32:19 +0000 |
diego |
Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.
|
Sat, 09 Feb 2008 10:38:36 +0000 |
reimar |
Use AV_RB*, reduces x86_64 code size by almost 1kB.
|
Tue, 29 Jan 2008 22:14:00 +0000 |
reimar |
Check that index is still within bounds of samples array.
|
Tue, 29 Jan 2008 22:13:47 +0000 |
reimar |
Make sure chunkmap values are within bounds when using them.
|
Tue, 29 Jan 2008 22:13:20 +0000 |
reimar |
Do not pointlessly read data, just skip it.
|
Tue, 29 Jan 2008 15:11:38 +0000 |
reimar |
Use defines to give names to the different seek flags.
|
Sun, 27 Jan 2008 16:13:21 +0000 |
reimar |
Support mov subtitle format directly instead of converting to text in the demuxer
|
Sat, 26 Jan 2008 23:52:15 +0000 |
reimar |
Simplify init_vobsub: pass palette via extradata.
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Wed, 09 Jan 2008 07:18:14 +0000 |
reimar |
Codecdata must always be malloc'd, fixes free being called with an
|
Fri, 14 Dec 2007 07:15:13 +0000 |
cehoyos |
Cosmetics: Fix indentation.
|
Fri, 14 Dec 2007 07:14:33 +0000 |
cehoyos |
Set correct image format for 24bit "raw " in mov files.
|