log

age author description
Sat, 25 Apr 2009 19:09:54 +0000 diego Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.
Sat, 25 Apr 2009 18:43:35 +0000 diego Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.
Sat, 25 Apr 2009 18:39:19 +0000 diego Remove unnecessary -framework OpenGL from CoreVideo linker flags.
Sat, 25 Apr 2009 17:52:55 +0000 diego whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace
Sat, 25 Apr 2009 17:48:48 +0000 diego Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.
Sat, 25 Apr 2009 16:37:08 +0000 diego typo in XFORM asm check, noticed by Emanuele Giaquinta
Sat, 25 Apr 2009 12:34:24 +0000 diego sane verbosity levels for menu initialization
Thu, 23 Apr 2009 22:19:53 +0000 cehoyos Make reset_ptr() void.
Thu, 23 Apr 2009 21:01:07 +0000 siretart commit remaining binary_codecs.sh changes from debian.
Thu, 23 Apr 2009 20:59:46 +0000 siretart check for missing libstdc++
Thu, 23 Apr 2009 20:56:59 +0000 siretart more cosmetics
Thu, 23 Apr 2009 18:54:22 +0000 diego whitespace cosmetics
Thu, 23 Apr 2009 10:18:32 +0000 reimar Change getdladdr to always use dlopen, dlsym and then dlclose.
Thu, 23 Apr 2009 08:46:05 +0000 siretart Part 3 of syncing binary_codecs.sh with Debian
Thu, 23 Apr 2009 08:37:20 +0000 siretart Part 2 of syncing binary_codecs.sh with Debian
Thu, 23 Apr 2009 07:39:39 +0000 diego Pass argc and argv parameters to main() function in SDL test.
Wed, 22 Apr 2009 20:46:33 +0000 siretart Part 1 of syncing binary_codecs.sh with Debian
Tue, 21 Apr 2009 21:27:53 +0000 eugeni Don't automatically wrap lines when WrapStyle==2.
Tue, 21 Apr 2009 08:19:22 +0000 gpoirier Fix a signedness issue that caused a warning to be wrongfully printed at runtime.
Tue, 21 Apr 2009 01:08:03 +0000 michael Planar 16bit 420 422 444 YUV support (output is only supported in some
Tue, 21 Apr 2009 00:08:06 +0000 michael Merge gray->gray converters into planarCopy(), this should also make planarCopy()
Tue, 21 Apr 2009 00:03:00 +0000 michael Add macro to check for 16bit per sample.
Tue, 21 Apr 2009 00:01:59 +0000 michael Make sure src/dst are NULL when they arent used, some code uses this to
Mon, 20 Apr 2009 21:05:32 +0000 michael Use generic BE check instead of checking for gray16LE.
Mon, 20 Apr 2009 21:04:55 +0000 michael add isBE()
Mon, 20 Apr 2009 18:20:37 +0000 diego Unify error message output and update error messages.
Mon, 20 Apr 2009 15:35:34 +0000 diego small typo fixes
Mon, 20 Apr 2009 15:24:47 +0000 diego Remove reference to outdated documentation file.
Mon, 20 Apr 2009 14:02:40 +0000 diego Move non-conditional SRCS lists below the conditional parts. This allows
Mon, 20 Apr 2009 13:52:14 +0000 diego whitespace cosmetics
Mon, 20 Apr 2009 13:51:47 +0000 diego Use temporary variables to add objects that depend on more than one
Mon, 20 Apr 2009 12:07:08 +0000 diego Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.
Mon, 20 Apr 2009 03:39:44 +0000 diego Only add existing files to the FFMPEGFILES variable.
Mon, 20 Apr 2009 00:19:39 +0000 diego Use ADDSUFFIXES function to simplify version.h dependency declaration.
Mon, 20 Apr 2009 00:18:59 +0000 diego Introduce ADDSUFFIXES function and use it to simplify the
Mon, 20 Apr 2009 00:16:53 +0000 diego cosmetics: Move ADD_ALL_* functions to a more sensible place.
Mon, 20 Apr 2009 00:10:45 +0000 diego Add HAVE_LDBRX to config.h for FFmpeg.
Mon, 20 Apr 2009 00:10:09 +0000 diego Add check for XFORM ASM, needed by FFmpeg/PPC.
Sun, 19 Apr 2009 22:27:02 +0000 diego cosmetics: reindent
Sun, 19 Apr 2009 15:54:48 +0000 diego whitespace cosmetics
Sun, 19 Apr 2009 15:54:16 +0000 diego cosmetics: Rename PARTS variable to FFMPEGPARTS.
Sun, 19 Apr 2009 15:51:06 +0000 diego Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands
Sun, 19 Apr 2009 15:22:27 +0000 diego Convert another forgotten ADD_ALL_EXESUFS call.
Sun, 19 Apr 2009 15:16:04 +0000 diego Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.
Sun, 19 Apr 2009 14:54:44 +0000 diego Remove duplicate entry from DIRS.
Sun, 19 Apr 2009 14:53:41 +0000 diego Add files in all library subdirectories to FFMPEGFILES variable, not
Sun, 19 Apr 2009 13:32:15 +0000 diego Remove pointless #ifdef around internal #include.
Sat, 18 Apr 2009 22:27:36 +0000 michael Remove 2 useless += at the end of rgb16to15(), found by CSA.
Sat, 18 Apr 2009 13:52:00 +0000 stefano Rename swscale_avoption.c to options.c.
Sat, 18 Apr 2009 11:53:59 +0000 stefano Make sws_setColorspaceDetails() return -1 if the destination format is
Sat, 18 Apr 2009 11:45:31 +0000 stefano Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
Thu, 16 Apr 2009 10:02:10 +0000 diego Rely on POSIX-compatible head/tail versions that understand the -n option.
Wed, 15 Apr 2009 20:00:26 +0000 diego Replace all `` by $(), it is more readable and easier to nest.
Wed, 15 Apr 2009 17:08:41 +0000 diego Simplify OS detection functions.
Wed, 15 Apr 2009 08:38:39 +0000 reimar libavformat is now the default for mov, update extension.c to match this.
Tue, 14 Apr 2009 14:39:04 +0000 diego whitespace cosmetics: Break some overly long lines.
Tue, 14 Apr 2009 14:11:57 +0000 sdrik Do not use abgrToA for both luma and alpha channel in hyscale.
Mon, 13 Apr 2009 21:43:57 +0000 rik follow renaming of pbBufPtr() to put_bits_ptr() by stefano
Mon, 13 Apr 2009 20:07:03 +0000 gpoirier fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.
Mon, 13 Apr 2009 08:55:20 +0000 diego Sync with latest FFmpeg changes.
Sun, 12 Apr 2009 22:49:58 +0000 diego Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
Sun, 12 Apr 2009 22:43:03 +0000 diego whitespace cosmetics: Reindent a few lines and break a few excessively long lines.
Sun, 12 Apr 2009 21:28:45 +0000 diego Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,
Sun, 12 Apr 2009 20:44:20 +0000 diego Reduce subtitle parsing verbosity.
Sun, 12 Apr 2009 17:07:30 +0000 diego Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.
Sat, 11 Apr 2009 13:51:02 +0000 diego Reemit the ID_AID_x_LANG for the track. This allows the identification of the
Fri, 10 Apr 2009 18:29:01 +0000 diego Move all CFLAGS checks together at the beginning of configure.
Fri, 10 Apr 2009 17:39:44 +0000 diego Move thread-related CFLAGS settings into pthread test.
Fri, 10 Apr 2009 15:55:38 +0000 diego some updates about translation maintenance
Fri, 10 Apr 2009 14:41:18 +0000 reimar Simplify: use av_fifo_space
Fri, 10 Apr 2009 13:38:57 +0000 diego Remove unnecessary Darwin default CFLAGS and LDFLAGS.
Fri, 10 Apr 2009 13:37:59 +0000 diego Move darwin CFLAG settings to darwin section at the beginning of configure.
Fri, 10 Apr 2009 13:12:28 +0000 diego Move amigaos CFLAG settings to amigaos section at the beginning of configure.
Fri, 10 Apr 2009 13:09:39 +0000 diego gcc <3.1 is unsupported on Darwin, no need to check for this.
Fri, 10 Apr 2009 10:13:41 +0000 reimar Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.
Thu, 09 Apr 2009 20:20:00 +0000 reimar Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.
Thu, 09 Apr 2009 20:10:35 +0000 reimar Split oversized of "argument" onto a separate line.
Thu, 09 Apr 2009 20:07:26 +0000 reimar Also lock the mainloop when doing adjusting the volume for PulseAudio.
Thu, 09 Apr 2009 20:04:24 +0000 reimar Make sure waitop always unlocks the mainloop even if the operation could not
Thu, 09 Apr 2009 14:23:09 +0000 reimar Add a -indentify message that indicates if the current DVDNAV title is
Thu, 09 Apr 2009 09:53:35 +0000 diego Change type of first argument of the print_int_array function from int to
Wed, 08 Apr 2009 20:21:21 +0000 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Wed, 08 Apr 2009 18:25:23 +0000 diego Specify precise dependencies for generated header file codecs.conf.h.
Wed, 08 Apr 2009 16:13:51 +0000 cehoyos Reduce compilation time after version.h was updated.
Wed, 08 Apr 2009 11:56:09 +0000 diego Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.
Mon, 06 Apr 2009 14:06:53 +0000 diego Add rules to install gmplayer manual pages.
Sun, 05 Apr 2009 19:17:53 +0000 ramiro swscale: Remove X86 commented out code.
Sun, 05 Apr 2009 04:15:44 +0000 Gabrov synced with r29147
Sun, 05 Apr 2009 04:14:47 +0000 Gabrov eliminate a trailing whitespace
Sun, 05 Apr 2009 03:50:03 +0000 jrash sync with en/mplayer.1 r29133
Sat, 04 Apr 2009 22:45:02 +0000 ramiro swscale: Use function pointers for swScale functions.
Sat, 04 Apr 2009 22:43:24 +0000 ramiro swscale: {}-related cosmetics.
Sat, 04 Apr 2009 22:41:46 +0000 ramiro swscale: Add const to some swScale functions' parameters.
Sat, 04 Apr 2009 21:21:40 +0000 compn remove startup -volume wish, option was added a while ago
Sat, 04 Apr 2009 20:30:49 +0000 compn add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663
Sat, 04 Apr 2009 19:50:57 +0000 cehoyos Avoid spurious rebuilds on svn up. The check to find out if the header file
Sat, 04 Apr 2009 14:17:53 +0000 diego Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.
Sat, 04 Apr 2009 04:27:09 +0000 compn make = and + both adjust audio delay, useful for keyboards without keypads
Fri, 03 Apr 2009 13:39:34 +0000 compn add fourccs: dvp and dvs1, from vlc dv video fourcc list
Fri, 03 Apr 2009 08:08:44 +0000 cehoyos Fix compilation for newly added VAAPI_HWACCEL's.
Thu, 02 Apr 2009 20:49:47 +0000 bircoph Use native endian float filter provided by libbs2b instead of
Thu, 02 Apr 2009 19:02:59 +0000 bircoph Add documentation for libbs2b audio filter.
Thu, 02 Apr 2009 19:01:57 +0000 bircoph Add libbs2b audio filter itself.
Thu, 02 Apr 2009 19:01:23 +0000 bircoph Support for libbs2b audio filter.
Thu, 02 Apr 2009 18:38:15 +0000 cehoyos Fix compilation with libavcodec's HWACCEL.
Thu, 02 Apr 2009 18:34:11 +0000 ramiro swscale: Remove mmx2 params from h[yc]scale().
Thu, 02 Apr 2009 18:32:49 +0000 ramiro swscale: Split h[yc]scale_fast() into their own functions.
Thu, 02 Apr 2009 18:31:22 +0000 ramiro swscale: Execute sfence and emms depending on runtime flags.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Thu, 02 Apr 2009 08:42:16 +0000 diego Add recently added FFmpeg subdirs to DIRS variable.
Thu, 02 Apr 2009 02:31:17 +0000 bcoudurier override codec tag for pcm s32le and s32be, used in mov
Wed, 01 Apr 2009 16:28:25 +0000 diego Add config.h #include, necessary for HAVE_MALLOC_H check.
Wed, 01 Apr 2009 16:27:03 +0000 diego Remove unused variable along with the related warning.
Wed, 01 Apr 2009 09:24:46 +0000 reimar Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable.
Wed, 01 Apr 2009 08:46:03 +0000 reimar At least direct3d vo supports -xineramascreen, too
Wed, 01 Apr 2009 00:54:23 +0000 mru Make examples and test progs depend on libraries
Tue, 31 Mar 2009 22:06:40 +0000 cehoyos Prefer vo vdpau over vo xv where available.
Tue, 31 Mar 2009 22:00:00 +0000 reimar 100l, add forgotten BGR15 format to fmt-conversion.c table
Tue, 31 Mar 2009 18:49:04 +0000 compn cdvh decodes with ffdv
Tue, 31 Mar 2009 17:11:04 +0000 reimar Add forgotten escapes for -