Wed, 30 Sep 2009 08:19:49 +0000 |
reimar |
lavf: if seeking in the desired direction failed, also try in the opposite one,
|
Wed, 30 Sep 2009 07:54:04 +0000 |
reimar |
Avoid void * arithmetic.
|
Wed, 30 Sep 2009 07:52:37 +0000 |
reimar |
Simplify aac_get_sample_rate_index
|
Wed, 30 Sep 2009 07:48:01 +0000 |
reimar |
Check for grow_array allocation failure.
|
Wed, 30 Sep 2009 07:45:10 +0000 |
reimar |
Avoid a possible crash if num_cluster_pos is 0.
|
Wed, 30 Sep 2009 07:41:00 +0000 |
reimar |
Check for integer overflow in grow_array.
|
Wed, 30 Sep 2009 07:35:33 +0000 |
reimar |
Rearrange code of grow_array to make it easier to extend.
|
Wed, 30 Sep 2009 07:33:05 +0000 |
reimar |
Avoid a memleak if realloc fails in grow_array.
|
Wed, 30 Sep 2009 07:27:43 +0000 |
reimar |
Change grow_array argument from void ** to void *, this avoids a aliasing
|
Tue, 29 Sep 2009 06:44:10 +0000 |
reimar |
Make -nosub work to disable subtitles even if -slang and dvd streams are used.
|
Mon, 28 Sep 2009 11:33:40 +0000 |
reimar |
Document -nosub option
|
Mon, 28 Sep 2009 11:32:27 +0000 |
reimar |
Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
|
Mon, 28 Sep 2009 11:31:25 +0000 |
reimar |
Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled" respectively).
|
Mon, 28 Sep 2009 11:26:19 +0000 |
reimar |
Enable loading of external subtitles also for audio-only files.
|
Mon, 28 Sep 2009 11:24:13 +0000 |
reimar |
Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts
|
Mon, 28 Sep 2009 11:10:11 +0000 |
reimar |
Call set_osd_subtitle also for external subs (i.e. in find_subs).
|
Sun, 27 Sep 2009 21:25:56 +0000 |
cehoyos |
Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
|
Sun, 27 Sep 2009 19:22:48 +0000 |
cehoyos |
Cosmetics: Fix whitespace.
|
Sun, 27 Sep 2009 14:33:45 +0000 |
reimar |
Set sensible write frequency/priority values for AllocateMemoryMESA
|
Sun, 27 Sep 2009 14:31:35 +0000 |
reimar |
Print error instead of crashing when mesa-buffer is used on systems
|
Sun, 27 Sep 2009 14:24:15 +0000 |
reimar |
Also check GLX client and server strings for extensions
|
Sat, 26 Sep 2009 21:22:01 +0000 |
reimar |
Amend previous commit: both zlib decoder and encoder must be disabled
|
Sat, 26 Sep 2009 21:09:29 +0000 |
reimar |
Disable libavcodec zlib decoder when zlib is not available, fixes compilation
|
Sat, 26 Sep 2009 06:41:09 +0000 |
reimar |
Change libaf control ordering to make the controls unique again, (AF_CONTROL_PAN_BALANCE vs.
|
Fri, 25 Sep 2009 16:46:39 +0000 |
reimar |
Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.
|
Fri, 25 Sep 2009 09:44:41 +0000 |
reimar |
Change type to avoid void * arithmetic.
|
Fri, 25 Sep 2009 09:43:59 +0000 |
reimar |
Set codec_type and codec_id in codec context for lavc encoders.
|
Thu, 24 Sep 2009 10:09:14 +0000 |
diego |
Sync with current FFmpeg HEAD.
|