log

age author description
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
Wed, 29 Sep 2010 13:02:28 +0000 stefano Amend constraints for the src_format and dst_format options in the
Wed, 29 Sep 2010 08:44:09 +0000 stefano Cosmetics: fix braces placement.
Tue, 28 Sep 2010 22:23:58 +0000 stefano Deprecate sws_getContext(), use sws_alloc_context() and
Tue, 28 Sep 2010 22:23:53 +0000 stefano Add documentation for the returned value of sws_init_context().
Tue, 28 Sep 2010 20:46:19 +0000 diego Use a single svn:externals declaration for all of FFmpeg.
Tue, 28 Sep 2010 20:40:28 +0000 ptt synced to r32397
Tue, 28 Sep 2010 20:33:27 +0000 ptt corrected a _ to - in -udp-slave message
Tue, 28 Sep 2010 15:29:23 +0000 stefano Bump minor version after the addition of sws_alloc_context() and
Mon, 27 Sep 2010 23:47:54 +0000 bcoudurier 100l fix if condition
Mon, 27 Sep 2010 22:24:03 +0000 bcoudurier Y400A (gray alpha) input support in libswscale
Mon, 27 Sep 2010 20:10:53 +0000 janne swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
Mon, 27 Sep 2010 20:09:29 +0000 janne cosmetics: break long line update_flags_cpu
Mon, 27 Sep 2010 18:37:43 +0000 reimar Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.
Mon, 27 Sep 2010 17:28:23 +0000 diego Remove unnecessary Xlib.h #include from xf86keysym check.
Mon, 27 Sep 2010 17:23:40 +0000 diego Revert accidentally committed changes.
Mon, 27 Sep 2010 17:18:39 +0000 diego Drop two unnecessary Xlib.h #includes and use helper functions.
Mon, 27 Sep 2010 12:10:59 +0000 diego cosmetics: Move some functions around to avoid ugly forward declarations.
Mon, 27 Sep 2010 11:54:17 +0000 diego Mark some function parameters that are not modified as const.
Mon, 27 Sep 2010 08:35:33 +0000 diego Check for __STDC_VERSION__ >= 199901L before declaring lrintf().
Mon, 27 Sep 2010 08:33:20 +0000 diego cosmetics: Make diff apply cleanly.
Mon, 27 Sep 2010 08:11:27 +0000 diego Ignore all config.* files.
Mon, 27 Sep 2010 01:10:15 +0000 diego Sync with current FFmpeg head.
Mon, 27 Sep 2010 01:09:42 +0000 diego Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.
Mon, 27 Sep 2010 00:46:28 +0000 diego Simplify some configure checks through statement_check{_broken}().
Mon, 27 Sep 2010 00:02:59 +0000 diego cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().
Sun, 26 Sep 2010 22:17:42 +0000 diego Remove unnecessary sys/types.h #include from shm check.
Sun, 26 Sep 2010 22:06:33 +0000 diego Add proper autodetection for FTP support; should fix Bugzilla #1804.
Sun, 26 Sep 2010 21:51:39 +0000 diego Simplify inet_pton/inet_aton checks with function_check().
Sun, 26 Sep 2010 21:48:28 +0000 diego Simplify jpeglib check with header_check_broken().
Sun, 26 Sep 2010 21:32:54 +0000 diego Switch back to using '-MD -MP' as gcc .d file creation flags.
Sun, 26 Sep 2010 20:53:09 +0000 diego Remove unnecessary linux/types.h #include from Apple IR check.
Sun, 26 Sep 2010 20:51:30 +0000 diego Move xmga check after X11, which xmga requires.
Sun, 26 Sep 2010 20:48:15 +0000 diego Simplify ENCA check.
Sun, 26 Sep 2010 20:31:04 +0000 ramiro fix typos and grammar
Sun, 26 Sep 2010 19:48:49 +0000 michael Make the avoptions list of sws more complete.
Sun, 26 Sep 2010 19:33:57 +0000 michael Split alloc and init of context so that parameters can be set in the context
Sun, 26 Sep 2010 19:33:48 +0000 diego Update documentation on how to add checks; mention helper functions.
Sun, 26 Sep 2010 19:01:37 +0000 diego Fix the way the dynamic loader check adds linker flags.
Sun, 26 Sep 2010 18:24:14 +0000 diego Simplify Windows waveout test with header_check_broken().
Sun, 26 Sep 2010 18:23:04 +0000 diego Simplify Direct3D check with header_check().
Sun, 26 Sep 2010 18:22:06 +0000 diego Remove some unnecessary windows.h #includes in configure checks.
Sun, 26 Sep 2010 18:12:42 +0000 Gabrov synced with r32361
Sun, 26 Sep 2010 18:08:23 +0000 Gabrov typo fix
Sun, 26 Sep 2010 17:06:32 +0000 ramiro swscale: use full chroma input for point scaler
Sun, 26 Sep 2010 16:24:36 +0000 cehoyos Partial support for ffwmvp (only works with -demuxer lavf).