log

age author description
Fri, 05 Sep 2008 00:25:39 +0000 bcoudurier enable yuv422p to uyvy converter
Thu, 04 Sep 2008 23:36:17 +0000 aurel a valid ASS line contains 9 ',' before actual text
Thu, 04 Sep 2008 23:34:27 +0000 aurel lavf: the subtitles display duration is stored in pkt.convergence_duration
Thu, 04 Sep 2008 22:58:16 +0000 michael Make 16bit grayscale output work.
Thu, 04 Sep 2008 22:31:22 +0000 michael Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.
Thu, 04 Sep 2008 21:59:15 +0000 michael Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
Thu, 04 Sep 2008 20:46:36 +0000 michael Fix 4 and 8 bit RGB/BGR input.
Thu, 04 Sep 2008 20:16:41 +0000 michael Remove workaround for rgb/bgr mess.
Thu, 04 Sep 2008 19:49:13 +0000 michael Fix 4 of the unscaled rgb15/16 converters, each of these contained
Thu, 04 Sep 2008 19:11:39 +0000 michael rgb vs bgr fix for the unscaled converters.
Thu, 04 Sep 2008 18:24:25 +0000 michael Fix rgb15/16 vs. bgr part2.
Thu, 04 Sep 2008 18:14:29 +0000 michael Fix rgb15/16 vs. bgr part1.
Thu, 04 Sep 2008 15:13:55 +0000 michael Add fflush to prevent stdout & stderr from being mixed.
Mon, 01 Sep 2008 22:37:50 +0000 aurel support E-AC-3 decoding using ffmpeg
Mon, 01 Sep 2008 22:34:27 +0000 diego Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.
Mon, 01 Sep 2008 22:27:24 +0000 diego Ignore .exe files on Windows.
Mon, 01 Sep 2008 17:56:02 +0000 diego Rename --enable-tremor-external option to --enable-tremor along with the
Mon, 01 Sep 2008 17:48:45 +0000 diego Do not refer to libcdio and liblzo as external in the help output.
Mon, 01 Sep 2008 17:46:39 +0000 diego Rename --enable-faad-external option to --enable-faad along with the
Mon, 01 Sep 2008 17:37:15 +0000 diego Initialize _def_faad* variables to disabled before setting them.
Mon, 01 Sep 2008 17:32:53 +0000 diego Fall back on external libfaad check if internal libfaad check failed.
Mon, 01 Sep 2008 07:35:05 +0000 diego Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'
Mon, 01 Sep 2008 07:31:57 +0000 diego Move '#define closesocket close' preprocessor directive to a common place
Sun, 31 Aug 2008 13:59:54 +0000 diego Revert moving closesocket definition and network headers to network.h.
Sun, 31 Aug 2008 13:56:18 +0000 diego Only use winsock2.h to check for closesocket().
Sun, 31 Aug 2008 13:54:08 +0000 diego Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.
Sun, 31 Aug 2008 13:05:33 +0000 diego Add necessary #include <stdlib.h> for realloc/calloc/free.
Sun, 31 Aug 2008 11:21:29 +0000 reimar Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED
Sun, 31 Aug 2008 07:42:11 +0000 stefano Change header inclusion guard names in line with FFmpeg r15120.
Sat, 30 Aug 2008 12:22:21 +0000 rathann Rename internal libdvdread fork from dvdread to libdvdread
Sat, 30 Aug 2008 11:21:11 +0000 reimar Print DVD volume ID with -identify.
Fri, 29 Aug 2008 22:55:39 +0000 diego Move duplicated '#define closesocket close' into network.h along with
Fri, 29 Aug 2008 22:29:27 +0000 diego consistency cosmetics: Avoid using .. in #include paths.
Fri, 29 Aug 2008 20:22:36 +0000 diego Sync libdvdcss with upstream version 1.2.10.
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Fri, 29 Aug 2008 18:23:54 +0000 stefano Implement swscale_version().
Fri, 29 Aug 2008 17:44:51 +0000 diego Remove pointless '#if 1 [...] #endif' around has_cpuid() function.
Fri, 29 Aug 2008 16:20:35 +0000 diego Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.
Wed, 27 Aug 2008 11:31:53 +0000 aurel handle the lavfpref demuxer in the same way as the lavf one
Wed, 27 Aug 2008 11:07:15 +0000 ptt synced with r27454
Wed, 27 Aug 2008 10:58:15 +0000 ptt sync'ed to r27071
Tue, 26 Aug 2008 22:38:12 +0000 diego Drop av_always_inline definition. It is duplicated from libavutil and
Tue, 26 Aug 2008 21:29:54 +0000 diego Rename always_inline macro to av_always_inline so as not to clash with
Tue, 26 Aug 2008 21:12:48 +0000 aurel prefer libavformat to demux matroska files
Tue, 26 Aug 2008 18:41:04 +0000 reimar Fix forumla -> formula in comment
Sun, 24 Aug 2008 13:52:54 +0000 ranma Fix 'cast from pointer to integer of different size' on 64bit architectures. Casting to long should work for 32bit and 64bit and not make a difference to the boolean operation (since 'format' is always 32bit (int) the upper 32bit of 'arg' won't matter, but the compiler should be happy now. Casting both to unsigned makes sure the compiler isn't messing things up by sign-extending 'format' to 64bit before masking)
Sun, 24 Aug 2008 13:36:04 +0000 ranma Handle AOPLAY_FINAL_CHUNK
Sun, 24 Aug 2008 00:08:55 +0000 aurel cosmetics: indentation
Sun, 24 Aug 2008 00:07:09 +0000 aurel use new lavf API to grab sample_aspect_ratio from the demuxers
Sat, 23 Aug 2008 08:14:37 +0000 ranma fix compiler warnings
Fri, 22 Aug 2008 21:35:38 +0000 diego Remove unused and untested function. It is only part of our local patchset.
Fri, 22 Aug 2008 20:53:44 +0000 diego Remove duplicate vsscanf fallback implementation, we have another in osdep/.
Fri, 22 Aug 2008 17:26:16 +0000 reimar -geometry support for -vo fbdev.
Thu, 21 Aug 2008 13:40:16 +0000 diego Sync libdvdcss with upstream version r212.
Thu, 21 Aug 2008 11:00:47 +0000 diego Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
Thu, 21 Aug 2008 09:52:47 +0000 diego cosmetics: Remove trailing whitespace and tabs.
Mon, 18 Aug 2008 06:30:10 +0000 diego Remove SKIP_DEPS trick. The same effect can be achieved without it.
Sun, 17 Aug 2008 22:32:30 +0000 diego fix for alignment problem on older ARM cores
Sun, 17 Aug 2008 22:02:05 +0000 diego Add check for ARM VFP instructions.
Fri, 15 Aug 2008 19:48:09 +0000 gpoirier sync w/r27466
Fri, 15 Aug 2008 17:14:53 +0000 diego Work correctly with very small files where less than outburst is to be played.
Fri, 15 Aug 2008 11:40:01 +0000 michael Document -lavcopts o, aka libavcodec AVOption.
Thu, 14 Aug 2008 20:42:54 +0000 diego FFmpeg no longer has fastmemcpy support, so no longer trigger recursing
Thu, 14 Aug 2008 16:04:32 +0000 diego Remove unused static declarations, fixes the warnings:
Thu, 14 Aug 2008 15:54:53 +0000 diego Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
Thu, 14 Aug 2008 15:48:11 +0000 diego 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.
Wed, 13 Aug 2008 22:09:33 +0000 aurel add mapping for real audio and video CODEC_ID to MPlayer's fourcc
Wed, 13 Aug 2008 18:22:10 +0000 compn fixes spotted by diego
Wed, 13 Aug 2008 00:01:31 +0000 aurel demux_lavf: fix mp_seek behavior in case of seeking error
Tue, 12 Aug 2008 07:38:30 +0000 diego Remove pointless #ifdefs around extern declarations.
Tue, 12 Aug 2008 07:33:15 +0000 diego Remove useless DVB-related #include.
Tue, 12 Aug 2008 07:16:18 +0000 diego Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.
Tue, 12 Aug 2008 01:58:36 +0000 compn updates
Mon, 11 Aug 2008 23:15:24 +0000 ben Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.
Mon, 11 Aug 2008 23:11:38 +0000 ben Update ChangeLog with latest VIDIX related changes regarding SuperH.
Mon, 11 Aug 2008 23:10:03 +0000 ben Add VIDIX driver for SuperH Mobile VEU hardware block.
Mon, 11 Aug 2008 23:04:03 +0000 ben Add proper VIDIX support for SuperH architecture.
Mon, 11 Aug 2008 21:10:04 +0000 gpoirier sync w/r27348, patch by JRaSH
Mon, 11 Aug 2008 17:32:31 +0000 compn fix audio in some rtsp streams, ok'd by lu_zero
Sun, 10 Aug 2008 18:38:13 +0000 diego The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if
Sun, 10 Aug 2008 15:32:03 +0000 compn codecs.c note is very old and unneeded.
Sat, 09 Aug 2008 18:40:51 +0000 gpoirier sync w/27407 + fixes
Sat, 09 Aug 2008 15:45:00 +0000 diego Use translatable string instead of hardcoded message for process priority.
Sat, 09 Aug 2008 14:56:09 +0000 diego Remove duplicated prototype for XShmGetEventBase(), because
Sat, 09 Aug 2008 13:53:19 +0000 diego Skip dependency generation if we just run distclean or if skipping
Fri, 08 Aug 2008 20:08:02 +0000 eugeni Don't print drawing commands on screen.
Thu, 07 Aug 2008 22:20:58 +0000 eugeni If (has outline) blur(outline) else blur(glyph).
Thu, 07 Aug 2008 22:20:56 +0000 eugeni \org turns off collision detection.
Thu, 07 Aug 2008 22:20:54 +0000 eugeni Treat \h as space character.
Thu, 07 Aug 2008 22:20:52 +0000 eugeni Calculate subtitle origin in floating point.
Thu, 07 Aug 2008 22:20:50 +0000 eugeni Calculate subtitle position in floating point.
Thu, 07 Aug 2008 21:46:06 +0000 diego Add separate variables for CFLAGS that are specific to internal libraries
Thu, 07 Aug 2008 21:44:26 +0000 diego Remove unused Makefile variable.
Thu, 07 Aug 2008 21:03:14 +0000 diego cosmetics: Rename some CFLAGS-related variables.
Thu, 07 Aug 2008 20:32:02 +0000 diego 10l: Remove stray backslash at end of line.
Thu, 07 Aug 2008 12:36:31 +0000 diego Merge two redundantly declared lines into one.
Thu, 07 Aug 2008 12:35:34 +0000 diego cosmetics: Sort things into alphabetical order in various places.
Thu, 07 Aug 2008 12:28:28 +0000 ben Add NV12 colorspace support to VIDIX driver.
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Thu, 07 Aug 2008 11:58:37 +0000 diego generalized SH architecture support by Magnus Damm, magnus.damm gmail com
Thu, 07 Aug 2008 11:19:54 +0000 diego 10l: MUSEPACK --> CONFIG_MUSEPACK
Thu, 07 Aug 2008 10:57:40 +0000 diego Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Thu, 07 Aug 2008 09:53:59 +0000 ben Fix wrong behavior with slave command by going back to the starting point
Thu, 07 Aug 2008 08:58:07 +0000 diego Rename a bunch of miscellaneous preprocessor directives.
Wed, 06 Aug 2008 23:19:29 +0000 diego Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
Wed, 06 Aug 2008 07:50:44 +0000 Gabrov synced with r27420
Wed, 06 Aug 2008 07:42:26 +0000 diego Rename all preprocessor directives related to Apple / Mac OS X.
Tue, 05 Aug 2008 16:32:47 +0000 diego Rename some audio-output-related preprocessor directives.
Tue, 05 Aug 2008 08:51:17 +0000 diego Rename preprocessor definition in check skeleton.
Tue, 05 Aug 2008 08:47:51 +0000 diego Rename preprocessor directives related to image libraries.
Mon, 04 Aug 2008 22:38:57 +0000 ben Detect ppc64 and powerpc64 architectures as PowerPC variants.
Mon, 04 Aug 2008 13:35:42 +0000 ben cosmetic: reindent after r27414
Mon, 04 Aug 2008 13:35:14 +0000 ben Fixes unsafe 'chapter' command with get_property() call.
Mon, 04 Aug 2008 13:34:10 +0000 ben cosmetic: reindent after r27412
Mon, 04 Aug 2008 13:33:22 +0000 ben Fixes unsafe 'angle' command with get_property() call.
Mon, 04 Aug 2008 13:25:20 +0000 ben Fixes unsafe 'switch_audio' command with set_property() call.
Mon, 04 Aug 2008 09:23:29 +0000 ptt another round to get it in utf-8...
Mon, 04 Aug 2008 06:16:23 +0000 diego Change a bunch of X11-specific preprocessor directives.
Sun, 03 Aug 2008 20:17:46 +0000 gpoirier typo fix, bump sync tag