log

age author description
Sat, 21 Feb 2009 20:25:02 +0000 diego Add -ffast-math to LDFLAGS as well as to CFLAGS.
Sat, 21 Feb 2009 18:15:55 +0000 reimar Add forgotten type to variable declaration.
Sat, 21 Feb 2009 17:36:26 +0000 diego Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.
Sat, 21 Feb 2009 17:35:48 +0000 diego Print the version string after the command line has been parsed.
Sat, 21 Feb 2009 14:51:01 +0000 cehoyos Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.
Sat, 21 Feb 2009 13:37:47 +0000 reimar Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids
Sat, 21 Feb 2009 11:44:10 +0000 reimar 100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet).
Sat, 21 Feb 2009 10:54:29 +0000 stefang move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
Sat, 21 Feb 2009 10:52:59 +0000 stefang splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
Sat, 21 Feb 2009 10:49:52 +0000 stefang make MMX registers parametrized in the WRITEBGR32 macro,
Sat, 21 Feb 2009 08:33:43 +0000 iive Cosmetics. Reindent to 4 spaces.
Sat, 21 Feb 2009 07:32:56 +0000 iive Cleanup.
Sat, 21 Feb 2009 03:35:28 +0000 bircoph Synced with r28266.
Sat, 21 Feb 2009 00:30:53 +0000 iive Cosmetics. Remove all trailing whitespaces
Fri, 20 Feb 2009 23:46:24 +0000 iive Turn all remaining printf() into mp_msg().
Fri, 20 Feb 2009 23:18:28 +0000 iive Cleanup.
Fri, 20 Feb 2009 22:49:09 +0000 iive Cosmetics part2. Indent local variable definitions like the rest of the code.
Fri, 20 Feb 2009 22:13:31 +0000 iive Cosmetics part 1. Reindent to 4 spaces.
Fri, 20 Feb 2009 19:17:10 +0000 iive Comment out "else" statement without following block.
Fri, 20 Feb 2009 18:39:02 +0000 iive Move libavcodec includes together.
Fri, 20 Feb 2009 10:00:15 +0000 reimar Document that and why deinterlacing is not working
Fri, 20 Feb 2009 09:45:48 +0000 reimar Add support for VDPAU deinterlacing, pullup, denoise and sharpening.
Thu, 19 Feb 2009 16:08:07 +0000 bircoph Synced with r28670. (Copyright year update.)
Thu, 19 Feb 2009 15:42:00 +0000 Gabrov synced with r28670
Thu, 19 Feb 2009 15:41:06 +0000 Gabrov update copyright year at the end of the man page
Thu, 19 Feb 2009 14:55:48 +0000 reimar Drop official maintainership of ao_pulse since libpulseaudio still has
Thu, 19 Feb 2009 14:00:33 +0000 reimar Work around a PulseAudio bug that causes MPlayer to hang after unpausing.
Thu, 19 Feb 2009 13:57:14 +0000 reimar Try to update libvo.txt
Thu, 19 Feb 2009 12:19:55 +0000 reimar Re-add accidentally discarded comment about YUVJ format.
Thu, 19 Feb 2009 11:42:05 +0000 zuxy Be more robust against corrupted RM files that contain invalid packet length
Thu, 19 Feb 2009 10:07:46 +0000 diego Add necessary header for ARCH_X86_64 preprocessor check.
Thu, 19 Feb 2009 10:06:43 +0000 diego Remove unused and unreachable code hunk that was surrounded by a misspelled
Thu, 19 Feb 2009 09:21:46 +0000 iive Return PIX_FMT_NONE if the video system refuses all other formats.
Thu, 19 Feb 2009 05:09:46 +0000 bircoph Synced with r28660.
Thu, 19 Feb 2009 04:04:22 +0000 bircoph Another outdated text in <screen> example.
Thu, 19 Feb 2009 03:54:26 +0000 bircoph Remove exclamation marks to make output similar to English version.
Thu, 19 Feb 2009 03:50:24 +0000 bircoph Fix capitalization to be similar to English master file.
Thu, 19 Feb 2009 03:41:35 +0000 bircoph Screen example for no audio problem is outdated:
Thu, 19 Feb 2009 02:24:03 +0000 bircoph Spelling: capitalize pronouns.
Wed, 18 Feb 2009 23:16:31 +0000 stefano Rename the "src" parameter in the sws_scale() declaration to
Wed, 18 Feb 2009 23:11:47 +0000 stefano Document sws_scale().
Wed, 18 Feb 2009 21:07:11 +0000 bircoph Replace the dash sign by &mdash; tag.
Wed, 18 Feb 2009 20:46:46 +0000 bircoph Exterminate one more trailing whitespace.
Wed, 18 Feb 2009 19:57:12 +0000 bircoph Sync with r26990.
Wed, 18 Feb 2009 16:49:12 +0000 reimar Use the same code to convert fps in float to fraction as used in mencoder,
Wed, 18 Feb 2009 14:58:06 +0000 bircoph Current revision is in sync with r28645, because r28644 and r28645
Wed, 18 Feb 2009 14:52:51 +0000 bircoph Restore synchronization with r28618.
Wed, 18 Feb 2009 14:48:30 +0000 bircoph Revert r28597 as requested by Diego in order to be cautious before
Wed, 18 Feb 2009 12:30:15 +0000 reimar Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for
Wed, 18 Feb 2009 10:32:07 +0000 diego Also shorten <channel> to <chan> in the description, not just in the example.
Wed, 18 Feb 2009 10:07:11 +0000 diego Shorten one example line to avoid the groff warning:
Wed, 18 Feb 2009 07:52:17 +0000 reimar Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles
Wed, 18 Feb 2009 02:04:16 +0000 bircoph Sync with r28618.
Tue, 17 Feb 2009 22:05:25 +0000 diego AVR32 apparently supports fast unaligned accesses.
Tue, 17 Feb 2009 21:08:22 +0000 reimar Set samplerate in reset also for AC3, and set it before the format in that
Tue, 17 Feb 2009 20:44:45 +0000 reimar Mark all Linux RealVideo decoders as buggy, they all seem to have some problem
Tue, 17 Feb 2009 19:01:29 +0000 reimar Make it possible for mpcodecs_get_image to return NULL as the
Tue, 17 Feb 2009 18:59:47 +0000 reimar Print an error and return NULL in vf_get_image if we try to allocate
Tue, 17 Feb 2009 16:40:50 +0000 reimar Set avctx->opaque already at init instead of decode so it can be used in
Tue, 17 Feb 2009 15:00:57 +0000 Gabrov Typo fix
Tue, 17 Feb 2009 12:00:43 +0000 diego cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
Tue, 17 Feb 2009 11:59:49 +0000 reimar Extend calc_src_dst_rects to also calculate the border values needed for
Tue, 17 Feb 2009 11:52:39 +0000 diego cosmetics: const static --> static const, avoids the debug mode warning:
Tue, 17 Feb 2009 11:40:59 +0000 diego Also set HAVE_EBP_AVAILABLE in debug mode.
Tue, 17 Feb 2009 11:29:43 +0000 diego cosmetics: Remove stray empty lines.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Tue, 17 Feb 2009 10:41:13 +0000 diego Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:
Tue, 17 Feb 2009 10:13:08 +0000 cehoyos Fix compilation after last commit.
Tue, 17 Feb 2009 08:09:36 +0000 reimar Cropping parameter to calc_src_dst_rects is const
Tue, 17 Feb 2009 08:05:14 +0000 reimar 100l, reset ass_border when switching out of fullscreen mode.
Tue, 17 Feb 2009 03:20:40 +0000 diego Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this
Tue, 17 Feb 2009 03:15:10 +0000 diego Move FFmpeg #includes below all others so that they do not override
Tue, 17 Feb 2009 03:08:56 +0000 diego Move libavutil #includes below all others so that they do not override
Tue, 17 Feb 2009 02:57:10 +0000 diego The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,
Tue, 17 Feb 2009 00:09:15 +0000 uau Fix compilation without VDPAU
Mon, 16 Feb 2009 23:56:19 +0000 cehoyos Fix #endif comment.
Mon, 16 Feb 2009 23:05:18 +0000 cehoyos Add note about ffwmv3vdpau.
Mon, 16 Feb 2009 20:58:13 +0000 reimar Add support for VDPAU video out, including hardware decoding.
Mon, 16 Feb 2009 20:07:52 +0000 bircoph Synced with r28615.
Mon, 16 Feb 2009 20:03:32 +0000 bircoph Add ccache usage suggestion to speed up compilation.
Mon, 16 Feb 2009 18:38:54 +0000 reimar 100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only when
Mon, 16 Feb 2009 17:05:58 +0000 diego Use fixed-point implementation on avr32.
Mon, 16 Feb 2009 17:02:16 +0000 diego Make configure recognize avr32.
Mon, 16 Feb 2009 02:00:29 +0000 diego Replace double semicolon by single semicolon.
Mon, 16 Feb 2009 00:29:25 +0000 diego Sync renaming of xvmc struct members in FFmpeg.
Mon, 16 Feb 2009 00:15:44 +0000 Gabrov synced with r28593
Sun, 15 Feb 2009 22:02:24 +0000 diego The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.
Sun, 15 Feb 2009 20:29:29 +0000 iive Reflect ffmpeg change of xvmc struct field to xvmc_id.
Sun, 15 Feb 2009 20:27:59 +0000 bircoph Fix spelling: "whom" should be used instead of "which" when we're
Sun, 15 Feb 2009 18:21:56 +0000 bircoph Remove the reference to history.html because history.xml was purged
Sun, 15 Feb 2009 17:55:57 +0000 diego whitespace cosmetics: Remove all tabs and trailing whitespace.
Sun, 15 Feb 2009 17:49:42 +0000 diego The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.
Sun, 15 Feb 2009 17:38:47 +0000 diego Remove unnecessary #ifdef around internal #include.
Sun, 15 Feb 2009 17:35:24 +0000 diego The xmvc structure member magic_id was renamed to unique_id.
Sun, 15 Feb 2009 17:29:00 +0000 reimar Remove unnecessary #if around forward declaration.
Sun, 15 Feb 2009 17:23:05 +0000 reimar Restructure get_format so it can easily be extended to handle VDPAU
Sun, 15 Feb 2009 16:57:08 +0000 reimar Reuse the code for the general do_dr1 case to set get_buffer/release_buffer for XvMC.
Sun, 15 Feb 2009 15:42:58 +0000 bircoph Change man page encoding from KOI8-R to UTF-8.
Sun, 15 Feb 2009 15:31:25 +0000 bircoph Redescribe "parse system" with more clear and understandable
Sun, 15 Feb 2009 15:27:12 +0000 reimar Use PIX_FMT_NONE instead of -1
Sun, 15 Feb 2009 15:24:32 +0000 reimar Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC
Sun, 15 Feb 2009 14:48:30 +0000 bircoph Remove trailing whitespaces.
Sun, 15 Feb 2009 14:46:32 +0000 bircoph Synced with r28201.
Sun, 15 Feb 2009 14:10:47 +0000 reimar Extend get_buffer to handle the XvMC case and remove mc_get_buffer
Sun, 15 Feb 2009 13:24:17 +0000 reimar Unset MP_IMGFLAG_IN_USE in release_buffer.
Sun, 15 Feb 2009 13:17:04 +0000 reimar Merge two checks for mpi != NULL
Sun, 15 Feb 2009 13:14:17 +0000 reimar Make the default release_buffer work for XvMC, use it and remove mc_release_buffer
Sun, 15 Feb 2009 13:04:57 +0000 reimar Get rid of mc_render_slice and use the generic draw_slice instead.
Sun, 15 Feb 2009 12:19:36 +0000 bircoph Update info about contributions.
Sun, 15 Feb 2009 11:01:26 +0000 zuxy Fix a regression caused by r17933; RealMedia index tables could never be printed.
Sun, 15 Feb 2009 10:50:26 +0000 zuxy Support seek in multirate RealMedia files.
Sun, 15 Feb 2009 08:46:18 +0000 iive Reflect the change of xvmc struct name.
Sun, 15 Feb 2009 08:12:12 +0000 reimar WMVA works with VDPAU, too
Sun, 15 Feb 2009 08:07:36 +0000 reimar Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to
Sun, 15 Feb 2009 07:54:25 +0000 reimar Sync fourccs for ffvc1vdpau
Sun, 15 Feb 2009 07:53:21 +0000 reimar Sync fourcc list for ffmpeg12vdpau
Sun, 15 Feb 2009 02:38:20 +0000 iive Now xvmc struct uses magic_id field
Sun, 15 Feb 2009 02:08:45 +0000 iive Remove display_flag remains as the member has been removed from the xvmc struct.
Sun, 15 Feb 2009 00:53:02 +0000 bircoph Get rid of the trailing whitespaces.
Sun, 15 Feb 2009 00:51:47 +0000 bircoph 'Capitalize' mplayer -> MPlayer when used as a project name.
Sun, 15 Feb 2009 00:46:09 +0000 bircoph Some more trailing whitespaces.
Sun, 15 Feb 2009 00:44:53 +0000 bircoph Get rid of trailing whitespaces.
Sun, 15 Feb 2009 00:33:25 +0000 bircoph Fix r28506.
Sun, 15 Feb 2009 00:01:54 +0000 bircoph Sync with r28520, 100% done.
Sat, 14 Feb 2009 23:31:24 +0000 iive Remove some xvmc field initializations. They are not used by
Sat, 14 Feb 2009 22:21:55 +0000 compn timebomb made some swscale AltiVec fixes
Sat, 14 Feb 2009 20:53:29 +0000 bircoph Sync with r27979.
Sat, 14 Feb 2009 20:18:50 +0000 stefano Use sws_printVec2() instead of the deprecated sws_printVec().
Sat, 14 Feb 2009 20:14:28 +0000 stefano Implement sws_printVec2() and deprecate sws_printVec().
Sat, 14 Feb 2009 19:37:13 +0000 stefano Document sws_normalizeVec().
Sat, 14 Feb 2009 19:17:08 +0000 bircoph Sync with r27639.
Sat, 14 Feb 2009 18:44:38 +0000 bircoph Actually it is in sync with SVN HEAD.
Sat, 14 Feb 2009 17:58:33 +0000 reimar Use fmt-conversion.h in vd_ffmpeg.c
Sat, 14 Feb 2009 17:57:47 +0000 reimar Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files.
Sat, 14 Feb 2009 17:43:06 +0000 reimar Consistently place whitespace around * ( ) and ,
Sat, 14 Feb 2009 17:30:41 +0000 reimar Remove useless break
Sat, 14 Feb 2009 17:29:59 +0000 reimar Indentation and other whitespace fixes
Sat, 14 Feb 2009 17:18:55 +0000 diego Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.
Sat, 14 Feb 2009 16:39:15 +0000 kostya Make hScale_altivec_real() trim its output like other implementations do
Sat, 14 Feb 2009 16:37:39 +0000 kostya Some AltiVec functions in SwScaler produce different output than their
Sat, 14 Feb 2009 13:06:52 +0000 diego partial update, patch by sevenfourk, sevenfourk gmail com
Sat, 14 Feb 2009 11:43:14 +0000 diego Replace fprintf call by mp_msg, fixes the warning:
Sat, 14 Feb 2009 08:37:29 +0000 reimar Cosmetics: handle all special/compressed formats in a single if in mp_image_setfmt
Sat, 14 Feb 2009 08:29:45 +0000 reimar Add support for image formats and codecs used by VDPAU
Sat, 14 Feb 2009 08:22:49 +0000 reimar Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
Thu, 12 Feb 2009 20:22:02 +0000 reimar Fix typo in German message.
Thu, 12 Feb 2009 19:28:04 +0000 Gabrov synced with r28532
Thu, 12 Feb 2009 18:03:38 +0000 reimar Remove now unused vo_calc_drwXY function.
Thu, 12 Feb 2009 17:40:53 +0000 reimar Add a calc_src_dst_rects that calculates from window size, panscan etc.
Thu, 12 Feb 2009 16:58:47 +0000 reimar 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,
Thu, 12 Feb 2009 15:41:59 +0000 reimar Remove trailing whitespace from vd_ffmpeg.
Thu, 12 Feb 2009 15:39:32 +0000 reimar Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.
Thu, 12 Feb 2009 15:35:18 +0000 reimar Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.
Thu, 12 Feb 2009 12:43:14 +0000 reimar Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was
Thu, 12 Feb 2009 12:32:16 +0000 diego Ignore errors from all rm commands in clean targets.
Thu, 12 Feb 2009 12:17:50 +0000 diego On clean/distclean, remove binaries with all types of executable suffixes.
Thu, 12 Feb 2009 12:13:07 +0000 diego Use addprefix and addsuffix functions to generate TOOLS variable.
Thu, 12 Feb 2009 00:12:10 +0000 stefano Apply misc fixes for sws_getCachedContext() documentation.
Thu, 12 Feb 2009 00:07:44 +0000 stefano Bump micro version, related to r28491.
Wed, 11 Feb 2009 23:42:29 +0000 stefano Document sws_getContext().
Wed, 11 Feb 2009 23:11:06 +0000 diego Port check for 10 assembler operands support from FFmpeg.
Wed, 11 Feb 2009 21:34:44 +0000 stefano Document sws_getIdentityVec().
Wed, 11 Feb 2009 16:47:57 +0000 diego Convert "advanced audio usage" into from a subsection to a chapter.
Wed, 11 Feb 2009 16:46:45 +0000 diego Replace a mention of MPlayer by MEncoder in the MEncoder section.
Wed, 11 Feb 2009 16:45:45 +0000 diego Remove outdated FAQ entries.
Wed, 11 Feb 2009 00:38:42 +0000 diego Remove unnecessary _UWIN #define.
Tue, 10 Feb 2009 23:45:50 +0000 stefano Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
Tue, 10 Feb 2009 23:43:08 +0000 stefano Document sws_cloneVec().
Tue, 10 Feb 2009 23:40:58 +0000 stefano Fix typo: lenght -> length.
Tue, 10 Feb 2009 23:38:01 +0000 stefano Document sws_scaleVec().
Tue, 10 Feb 2009 23:32:16 +0000 stefano Document sws_getConstVec().
Tue, 10 Feb 2009 23:26:56 +0000 stefano Move documentation of sws_getCachedContext() from swscale.c to
Tue, 10 Feb 2009 23:25:09 +0000 stefano Remove pointless comment regarding sws_scale_ordered().
Tue, 10 Feb 2009 23:22:07 +0000 stefano Add a @deprecated notice to swscale_get_ordered().
Tue, 10 Feb 2009 15:34:44 +0000 diego Add priority support for OS/2 and factorize the Windows priority support.
Tue, 10 Feb 2009 02:01:35 +0000 diego Add proper check for posix_memalign(), needed for FFmpeg.
Tue, 10 Feb 2009 02:00:45 +0000 diego Remove unnecessary emms Assembler instructions.
Tue, 10 Feb 2009 00:24:08 +0000 diego partial sync with obsolete section removal
Tue, 10 Feb 2009 00:23:50 +0000 diego partial sync with obsolete section removal
Tue, 10 Feb 2009 00:15:44 +0000 diego partial sync with obsolete section removal
Mon, 09 Feb 2009 23:49:02 +0000 diego partial sync with obsolete section removal
Mon, 09 Feb 2009 23:43:36 +0000 diego partial sync with obsolete section removal
Mon, 09 Feb 2009 23:42:16 +0000 stefano Document coeff and length fields in SwsVector.
Mon, 09 Feb 2009 23:37:51 +0000 diego Sync x264 section renaming.
Mon, 09 Feb 2009 23:35:13 +0000 diego Use consistent names for codec installation sections.
Mon, 09 Feb 2009 23:23:36 +0000 diego partial sync with obsolete section removal
Mon, 09 Feb 2009 23:11:44 +0000 diego partial sync with obsolete section removal
Mon, 09 Feb 2009 23:09:13 +0000 diego partial sync with obsolete section removal
Mon, 09 Feb 2009 23:08:51 +0000 diego partial sync with obsolete section removal
Mon, 09 Feb 2009 22:51:32 +0000 diego partial sync with obsolete section removal
Mon, 09 Feb 2009 22:42:17 +0000 diego partial sync with obsolete section removals
Mon, 09 Feb 2009 22:00:57 +0000 aurel change internal real video packetizing format to the more straight forward one
Mon, 09 Feb 2009 20:31:35 +0000 diego Revert #undefining system functions, it is not necessary.
Mon, 09 Feb 2009 20:02:04 +0000 diego bruteforce partial sync with obsolete documentation removal
Mon, 09 Feb 2009 18:04:19 +0000 diego Add config.h #include for ARCH_X86 definition.
Mon, 09 Feb 2009 18:01:36 +0000 diego Add #undefs to reenable system functions that are normally forbidden in other
Mon, 09 Feb 2009 17:53:33 +0000 diego Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
Mon, 09 Feb 2009 15:43:51 +0000 reimar Use SetErrorMode so Windows will not show all kinds of error dialogs
Mon, 09 Feb 2009 14:31:53 +0000 kostya Prefix visible YUV2RGB functions with sws_
Mon, 09 Feb 2009 14:17:30 +0000 kostya Give better name to Inverse_Table_6_9
Mon, 09 Feb 2009 11:19:19 +0000 diego Remove file name from file headers.
Mon, 09 Feb 2009 00:29:26 +0000 diego Print information about detected CPU in verbose mode only.
Sun, 08 Feb 2009 23:06:05 +0000 stefano Drop the deprecated sws_scale_ordered() at the next major version
Sun, 08 Feb 2009 23:02:06 +0000 stefano Replace int type with enum PixelFormat for the dstFormat/srcFormat
Sun, 08 Feb 2009 22:50:57 +0000 stefano Fix a typo: lumaSarpen -> lumaSharpen.
Sun, 08 Feb 2009 22:49:52 +0000 diego cosmetics: Remove leading underscore from all def_ variables.
Sun, 08 Feb 2009 21:57:14 +0000 diego Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.
Sun, 08 Feb 2009 21:56:18 +0000 diego CONFIG_LIBAMR_NB/WB should be 0/1 #defines.
Sun, 08 Feb 2009 21:45:32 +0000 diego Fix FFmpeg decoder info fields to be consistent.
Sun, 08 Feb 2009 21:42:48 +0000 diego cosmetics: Drop redundant "decoder" from codec info fields.
Sun, 08 Feb 2009 11:07:16 +0000 Gabrov synced with r28432
Sun, 08 Feb 2009 03:42:00 +0000 diego Conditionally compile aclib.c instead of placing #ifdef around its content.
Sun, 08 Feb 2009 03:39:07 +0000 diego Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Sat, 07 Feb 2009 17:34:45 +0000 diego Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.
Sat, 07 Feb 2009 15:40:07 +0000 diego Sync with latest FFmpeg changes.
Sat, 07 Feb 2009 15:36:50 +0000 diego Add config.h/config.mak bzlib variables missed in last commit.
Sat, 07 Feb 2009 15:33:10 +0000 diego Add bzlib check for FFmpeg.
Sat, 07 Feb 2009 15:29:22 +0000 diego Fix a couple of unused variable warnings through the av_unused attribute.
Sat, 07 Feb 2009 15:23:55 +0000 diego Convert CONFIG_ZLIB into a 0/1 option.
Sat, 07 Feb 2009 15:19:43 +0000 diego Add READ_CACHE_TRACE #define for libdvdnav.
Sat, 07 Feb 2009 01:13:11 +0000 eugeni In case of several \move or \pos in one line, prefer the first one.
Sat, 07 Feb 2009 01:13:07 +0000 eugeni Add stubs for a few unimplemented tags.
Sat, 07 Feb 2009 01:13:02 +0000 eugeni Allow \be with arguments other than 0 or 1. Implement \blur.
Thu, 05 Feb 2009 19:45:13 +0000 gpoirier sync w/r28415
Thu, 05 Feb 2009 09:07:58 +0000 gogothebee Avoid message spam during video adapter uncooperative state.
Thu, 05 Feb 2009 09:06:09 +0000 gogothebee Unify info/error messages to a common style:
Wed, 04 Feb 2009 19:17:03 +0000 diego Print an error message when given insufficient parameters.
Wed, 04 Feb 2009 19:08:44 +0000 diego cosmetics: Regroup some FFmpeg config.h options.
Wed, 04 Feb 2009 19:04:22 +0000 diego Add proper check for arpa/inet.h.
Wed, 04 Feb 2009 18:34:39 +0000 diego cosmetics: Remove stray tab.
Wed, 04 Feb 2009 18:32:32 +0000 diego We use libdvdcss 1.2.10, not 1.2.9.
Wed, 04 Feb 2009 18:22:28 +0000 diego Do not hardcode HAVE_DOS_PATHS, set it by OS instead.
Tue, 03 Feb 2009 12:20:18 +0000 compn add automatic hw acceleration for vo gl entry
Tue, 03 Feb 2009 12:17:49 +0000 reimar Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
Tue, 03 Feb 2009 11:47:07 +0000 reimar Add [gl] in front of vo_gl message
Tue, 03 Feb 2009 11:46:31 +0000 reimar Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much
Tue, 03 Feb 2009 11:00:09 +0000 reimar Add checks that a D3D device is available before attempting rendering.
Tue, 03 Feb 2009 10:54:27 +0000 reimar Remove the Present call after adapter reinitialization, it can not work anyway
Tue, 03 Feb 2009 10:39:56 +0000 reimar swab() needs _XOPEN_SOURCE to be defined.