Sun, 03 Oct 2010 15:32:53 +0000 |
diego |
Replace forward declarations of skip_audio_frame() by proper #include.
|
Sun, 03 Oct 2010 15:28:49 +0000 |
diego |
Replace forward declarations of resync_{audio|video}_stream by proper #includes.
|
Sun, 03 Oct 2010 14:49:30 +0000 |
diego |
Remove some unnecessary #includes from IVTV and V4L2 checks.
|
Sun, 03 Oct 2010 13:49:57 +0000 |
diego |
Simplify some X11 checks with the help of statement_check_broken().
|
Sun, 03 Oct 2010 13:45:29 +0000 |
diego |
Remove some dead and commented-out variable declarations and assignments.
|
Sun, 03 Oct 2010 12:14:21 +0000 |
diego |
cosmetics: alphabetical order for the DIRS list
|
Sun, 03 Oct 2010 12:13:14 +0000 |
diego |
Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.
|
Sun, 03 Oct 2010 07:53:40 +0000 |
reimar |
100l, fix sws_getCachedContext. It did not set the colorspace details,
|
Sat, 02 Oct 2010 15:03:40 +0000 |
reimar |
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.
|
Sat, 02 Oct 2010 14:22:03 +0000 |
diego |
Remove UNUSED macros used to shut up unused function parameter warnings.
|
Fri, 01 Oct 2010 18:29:35 +0000 |
diego |
Move some code around to avoid forward declarations in top-level .c files.
|
Fri, 01 Oct 2010 16:04:43 +0000 |
diego |
Drop removal of AAC encoder from list of FFmpeg encoders.
|
Thu, 30 Sep 2010 18:15:50 +0000 |
reimar |
100l, actually add yasmdefines to YASMFLAGS.
|
Thu, 30 Sep 2010 10:05:25 +0000 |
jrash |
Synced with help_mp-en.h rev. 32066
|
Thu, 30 Sep 2010 09:10:35 +0000 |
cehoyos |
Use calloc instead of malloc and memset.
|
Thu, 30 Sep 2010 09:08:37 +0000 |
cehoyos |
Simplify comparison.
|
Wed, 29 Sep 2010 22:06:44 +0000 |
stefano |
Set default values for the scale context in sws_alloc_context().
|
Wed, 29 Sep 2010 22:06:40 +0000 |
stefano |
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.
|
Wed, 29 Sep 2010 22:06:36 +0000 |
stefano |
Set valid default values for the srcw, srch, dstw, dsth options in the
|
Wed, 29 Sep 2010 19:43:34 +0000 |
reimar |
Use bluray_device variable also for bd:// instead of dvd_device
|
Wed, 29 Sep 2010 19:06:03 +0000 |
reimar |
Reindent.
|
Wed, 29 Sep 2010 19:05:13 +0000 |
reimar |
spudec: support "clear" packets that contain no data but instead
|
Wed, 29 Sep 2010 18:53:39 +0000 |
reimar |
Move config.asm back to root and append a '/' to SRC_PATH
|
Wed, 29 Sep 2010 18:26:12 +0000 |
reimar |
Allow configure to accept nasm instead of yasm again.
|
Wed, 29 Sep 2010 18:10:25 +0000 |
reimar |
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
|
Wed, 29 Sep 2010 18:05:27 +0000 |
reimar |
config.asm should be generate in ffmpeg/, not the root.
|
Wed, 29 Sep 2010 16:15:42 +0000 |
stefano |
Cosmetics: put "if (...)" and "av_log(...)" in the same line for
|
Wed, 29 Sep 2010 13:02:31 +0000 |
stefano |
Put if (...) av_log() in the same line, more compact and increase
|