log

age author description
Sun, 12 Oct 2008 12:12:41 +0000 diego Move socklen_t typedef from config.h to stream/network.h.
Sat, 11 Oct 2008 08:22:03 +0000 diego Do not provide a prototype for setenv in config.h, we do not provide a
Fri, 10 Oct 2008 21:56:03 +0000 diego cosmetics: Move some config.h entries to more sensible places.
Fri, 10 Oct 2008 05:34:49 +0000 diego cosmetics: Group codec-, network- and gui-related options together in config.h.
Thu, 09 Oct 2008 22:11:56 +0000 diego cosmetics: Group system header and function definitions together in config.h.
Thu, 09 Oct 2008 17:10:31 +0000 cehoyos Remove unused line (and fix an icc warning).
Thu, 09 Oct 2008 17:08:47 +0000 cehoyos Replace numeric constants by their defines.
Thu, 09 Oct 2008 11:13:14 +0000 flameeyes Mark some symbols in swscale.c as constant.
Thu, 09 Oct 2008 11:12:38 +0000 flameeyes Mark dither_2x2_{8,4} static to swscale.c
Thu, 09 Oct 2008 11:11:35 +0000 flameeyes Mark variation-specific interleaveBytes static.
Thu, 09 Oct 2008 11:10:30 +0000 flameeyes Invert logic for the single-pass in swScale() functions.
Thu, 09 Oct 2008 08:36:04 +0000 cehoyos Change variable types from int to enum PixelFormat.
Thu, 09 Oct 2008 07:46:20 +0000 ulion Fix channel order for ffmpeg flac codec.
Wed, 08 Oct 2008 17:48:23 +0000 vitor Do not set src[1] to the palette, it is now in the context
Wed, 08 Oct 2008 17:46:22 +0000 vitor Add a new unscaled PAL8 -> RGB converter.
Wed, 08 Oct 2008 16:22:23 +0000 kraymer r27182: apply parameter name change of no-correct-pts from r26842 to man page
Wed, 08 Oct 2008 11:59:01 +0000 aurel Change one more variable type from int to enum PixelFormat.
Tue, 07 Oct 2008 19:44:39 +0000 cehoyos Change variable types from int to enum PixelFormat.
Tue, 07 Oct 2008 08:25:47 +0000 diego Remove unnecessary HAVE_AV_CONFIG_H #define.
Mon, 06 Oct 2008 14:09:22 +0000 gpoirier sync w/r27691
Sun, 05 Oct 2008 23:16:49 +0000 cehoyos Correctly place second const in declaration.
Sun, 05 Oct 2008 21:44:42 +0000 diego Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where
Sun, 05 Oct 2008 21:00:16 +0000 lu_zero gcc-apple specific fallback not necessary anymore
Sun, 05 Oct 2008 20:43:09 +0000 cehoyos Disable mp3lib and liba52-internal for icc.
Sun, 05 Oct 2008 16:47:55 +0000 diego Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
Sun, 05 Oct 2008 13:43:45 +0000 Gabrov synced with r27718
Sat, 04 Oct 2008 18:50:39 +0000 cehoyos Remove b5Dither, g5Dither and r5Dither from libswscale.
Sat, 04 Oct 2008 17:55:42 +0000 diego Revert the removal of the likely/unlikely macros, they are still used.
Sat, 04 Oct 2008 17:15:39 +0000 diego Merge variable declaration and export.
Sat, 04 Oct 2008 16:40:35 +0000 cehoyos Remove g6Dither from libswscale.
Sat, 04 Oct 2008 15:11:39 +0000 ranma Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.
Sat, 04 Oct 2008 15:06:50 +0000 diego Add a comment to lonely 'fi' for clarification.
Sat, 04 Oct 2008 15:03:10 +0000 ranma Make alsa resume after suspend to disk (would say 'file descriptor is in bad state' before this change)
Sat, 04 Oct 2008 13:07:31 +0000 diego cosmetics: more config.h reordering
Sat, 04 Oct 2008 12:39:16 +0000 diego cosmetics: Reorder entries in config.h.
Sat, 04 Oct 2008 12:24:18 +0000 diego 100l: Revert incorrect removal or --ar and --ranlib options.
Sat, 04 Oct 2008 12:14:38 +0000 diego cosmetics: Improve some config.h comments.
Sat, 04 Oct 2008 11:47:00 +0000 diego Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.
Sat, 04 Oct 2008 11:42:39 +0000 diego Remove unused HAVE_SYS_POLL_H definition from config.h.
Sat, 04 Oct 2008 11:27:39 +0000 diego cosmetics: Move around some more stuff in config.mak.
Sat, 04 Oct 2008 11:06:50 +0000 diego cosmetics: Move around stuff in config.mak.
Sat, 04 Oct 2008 10:57:57 +0000 diego Remove unused LIBDIR Makefile variable from config.mak.
Sat, 04 Oct 2008 10:53:28 +0000 diego Remove unused options --ar and --ranlib.
Sat, 04 Oct 2008 10:39:29 +0000 diego Do not set DESTDIR to an empty value so that it can be overridden on the
Sat, 04 Oct 2008 10:18:42 +0000 diego FAAC/FAAD are no longer the only available AAC encoders/decoders.
Sat, 04 Oct 2008 10:16:48 +0000 diego Remove word size check and macro and use __WORDSIZE directly instead.
Sat, 04 Oct 2008 09:52:07 +0000 diego Remove MPlayer-specific MP_WORDSIZE hack.
Sat, 04 Oct 2008 09:38:10 +0000 diego Merge SPARC and SPARC64 sections in the CPU detection code.
Sat, 04 Oct 2008 09:27:46 +0000 diego Skip setting variables to empty values in the CPU detection code.
Fri, 03 Oct 2008 23:44:40 +0000 diego Remove MinGW cruft.
Fri, 03 Oct 2008 22:49:53 +0000 diego 100l copy and paste typo fix
Fri, 03 Oct 2008 22:46:33 +0000 diego spelling cosmetics
Fri, 03 Oct 2008 22:39:06 +0000 diego Fix vsscanf test.
Fri, 03 Oct 2008 21:55:05 +0000 diego vo_fbdev now supports -geometry.
Fri, 03 Oct 2008 21:54:21 +0000 diego whitespace cosmetics
Fri, 03 Oct 2008 21:49:25 +0000 diego CVS --> Subversion
Fri, 03 Oct 2008 14:54:22 +0000 gpoirier fix compilation w/ FFmpeg r15533
Fri, 03 Oct 2008 10:18:53 +0000 diego Add missing #include for mplayer.h, fixes the warning:
Fri, 03 Oct 2008 09:56:37 +0000 diego Filter out xpm files from the list of dependencies to check for recursive
Fri, 03 Oct 2008 09:42:22 +0000 diego External liba52 parameters should only be enabled if the check succeeded.