log

age author description
Fri, 16 Apr 2010 01:42:28 +0000 diego Merge two redundant if checks, patch by ubitux, ubitux gmail com.
Fri, 16 Apr 2010 01:34:32 +0000 diego cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting
Thu, 15 Apr 2010 23:01:06 +0000 diego Remove commented-out and long-gone dapsync options.
Thu, 15 Apr 2010 18:51:07 +0000 reimar Mark ffaac as buggy (thus making faad default again) and
Thu, 15 Apr 2010 05:39:36 +0000 reimar Move functions that really do not need to be inlined from the header
Wed, 14 Apr 2010 08:53:19 +0000 cehoyos Remove dead code.
Tue, 13 Apr 2010 05:54:44 +0000 reimar Open cutomtex file in binary mode to avoid potential issues on
Tue, 13 Apr 2010 01:26:20 +0000 compn typo fix found by ubitux
Mon, 12 Apr 2010 21:04:17 +0000 reimar Make ASS processing work with both subtitle formats, the MKV one and the
Mon, 12 Apr 2010 20:03:26 +0000 iive Fix build due to FFmpeg r22858 change (function rename).
Mon, 12 Apr 2010 10:56:17 +0000 diego the great MPlayer tab removal: part I
Mon, 12 Apr 2010 08:03:39 +0000 diego Fix build after FFmpeg symbol rename:
Sun, 11 Apr 2010 18:59:19 +0000 cehoyos Add slave commands for loading and unloading audio filters at runtime.
Sun, 11 Apr 2010 13:47:13 +0000 iive Fix build due to FFmpeg r22833 change (typedef rename).
Fri, 09 Apr 2010 19:20:52 +0000 cehoyos Add osd_show_progression: Show progress bar and elapsed/total time.
Wed, 07 Apr 2010 19:36:23 +0000 reimar Add some fallback OpenGL defines to fix compilation on Windows.
Tue, 06 Apr 2010 10:08:19 +0000 diego Generate dependency information as a sideeffect of compilation.
Tue, 06 Apr 2010 09:46:47 +0000 diego cosmetics: Reorder some x86-related preprocessor conditionals.
Mon, 05 Apr 2010 19:35:35 +0000 reimar Do not print the "Loading cookie file" message twice.
Mon, 05 Apr 2010 19:31:55 +0000 reimar Try to fix VCD compilation on non-Linux systems.
Mon, 05 Apr 2010 17:15:08 +0000 diego Add -MP to dependency command.
Mon, 05 Apr 2010 17:11:58 +0000 diego Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.
Mon, 05 Apr 2010 16:42:52 +0000 reimar Remove unused functions.
Mon, 05 Apr 2010 16:40:04 +0000 reimar Export VCD tracks as chapters, just like for cue:// URLs.
Mon, 05 Apr 2010 16:38:40 +0000 reimar Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,
Mon, 05 Apr 2010 15:58:38 +0000 diego VBlankActiveFunc is a pointer to a parameterless function; mark it as such.
Mon, 05 Apr 2010 13:11:06 +0000 reimar Fix RGB support for corevideo: corevideo can only support
Mon, 05 Apr 2010 07:22:21 +0000 reimar Enable OSD also for BGR32, the code is the same as for RGB32.
Mon, 05 Apr 2010 07:15:22 +0000 reimar Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding
Sun, 04 Apr 2010 19:56:26 +0000 reimar Check texture dimensions instead of internal format in max texture
Sun, 04 Apr 2010 19:44:03 +0000 reimar Cosmetics/reindent.
Sun, 04 Apr 2010 19:42:52 +0000 reimar Avoid duplicating a condition.
Sun, 04 Apr 2010 19:39:54 +0000 reimar Print width before height,
Sun, 04 Apr 2010 19:38:47 +0000 reimar Fix width/height mixup in error message.
Sun, 04 Apr 2010 17:57:00 +0000 diego Remove -O4 from FAAC check, it is in our standard CFLAGS already.
Sun, 04 Apr 2010 17:18:47 +0000 diego Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.
Sun, 04 Apr 2010 16:56:30 +0000 reimar Factor out the YUV->RGB conversion auto-selection and also
Sun, 04 Apr 2010 16:48:46 +0000 diego cosmetics: prettyprint config.mak somewhat
Sun, 04 Apr 2010 16:32:54 +0000 diego Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.
Sun, 04 Apr 2010 16:21:07 +0000 diego Mark parameterless function declarations as (void). Fixes the warnings:
Sun, 04 Apr 2010 16:15:38 +0000 diego Mark input-related m_option_t arrays as const.
Sun, 04 Apr 2010 16:15:08 +0000 diego Mark vf_size_preset_fields m_option_t array as const.
Sun, 04 Apr 2010 16:12:23 +0000 diego Mark muxer-related m_option_t arrays as const.
Sun, 04 Apr 2010 16:11:20 +0000 diego Mark cfg_fields m_option_t array as const.
Sun, 04 Apr 2010 16:08:15 +0000 diego Mark dxr2_opts array as const.
Sun, 04 Apr 2010 15:59:09 +0000 diego Mark encoder-related m_option_t struct arrays as const.
Sun, 04 Apr 2010 15:57:17 +0000 diego Revert marking m_option struct member as const.
Sun, 04 Apr 2010 11:45:05 +0000 reimar Share more code between the two ATI fragment shader YUV to RGB
Sat, 03 Apr 2010 20:31:03 +0000 reimar Try to detect and work around broken glXGetProcAddress on at
Sat, 03 Apr 2010 19:58:06 +0000 reimar Implement OpenGL-based YUV to RGB version for Radeon 9200 class
Sat, 03 Apr 2010 14:40:08 +0000 diego Remove commented-out #include of a non-existing file.
Sat, 03 Apr 2010 14:20:34 +0000 diego Add a header for x264enc_set_param() instead of forward declaring it.
Sat, 03 Apr 2010 13:51:14 +0000 diego Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.
Sat, 03 Apr 2010 11:06:57 +0000 diego Mark m_option struct member as const.
Sat, 03 Apr 2010 07:12:32 +0000 reimar Indentation fix.
Sat, 03 Apr 2010 07:08:07 +0000 reimar Add mpgl prefix to all OpenGL-related function pointers.
Fri, 02 Apr 2010 17:29:22 +0000 attila dont mention base64 about sending attachments.
Fri, 02 Apr 2010 10:13:45 +0000 cehoyos Cosmetics: Fix indentation.
Fri, 02 Apr 2010 10:13:08 +0000 cehoyos Do not try -march=native for icc.
Fri, 02 Apr 2010 07:14:21 +0000 reimar Change type to uint8_t to avoid checks depending on char signedness.
Thu, 01 Apr 2010 17:37:51 +0000 ptt updated example line for encoding to psp (acodec faac is now libfaac)
Thu, 01 Apr 2010 17:37:13 +0000 ptt updated table of libavcodec's audio codecs
Wed, 31 Mar 2010 19:42:15 +0000 reimar Sanitize ICY metadata a bit before printing it.
Wed, 31 Mar 2010 18:45:00 +0000 reimar Make audio switching with AVI demuxer chose the first audio stream
Wed, 31 Mar 2010 17:00:33 +0000 reimar Replace some "m" constraints by MANGLE to avoid issues with some compilers not
Wed, 31 Mar 2010 06:33:08 +0000 attila rename eatgv -> ffeatgv, lpcm -> fflpcm
Sun, 28 Mar 2010 19:02:58 +0000 diego Add HAVE_STRERROR_R definition for FFmpeg to config.h.
Sun, 28 Mar 2010 16:58:27 +0000 diego Use (void) instead of () to indicate a parameterless function, fixes:
Sun, 28 Mar 2010 16:49:23 +0000 diego Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.
Sun, 28 Mar 2010 16:31:17 +0000 reimar Fix compilation after librtmp support in FFmpeg.
Sun, 28 Mar 2010 00:08:28 +0000 reimar Fix crash with incomplete yuv2 frames.
Sat, 27 Mar 2010 19:45:59 +0000 reimar Leave disabling SSE to the check_os_katmai_support always regardless of OS,
Sat, 27 Mar 2010 16:01:22 +0000 reimar Support concatenated YUV4MPEG files.
Sat, 27 Mar 2010 15:35:59 +0000 reimar Use calloc instead of malloc+memset
Sat, 27 Mar 2010 15:27:16 +0000 reimar Add const to some video_out extern declarations to match their definitions.
Sat, 27 Mar 2010 15:22:47 +0000 reimar Mark some more LIBVO_EXTERN declarations as const where possible.
Sat, 27 Mar 2010 12:47:26 +0000 reimar 100l, fix frametime calculation for MPEG-2 files with frame rate extension.
Sat, 27 Mar 2010 11:31:02 +0000 diego libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Fri, 26 Mar 2010 15:02:14 +0000 diego Refactor OS X foreground process setting into a separate function.
Fri, 26 Mar 2010 12:12:25 +0000 diego cosmetics: Break some overly long lines.
Fri, 26 Mar 2010 08:13:10 +0000 diego Convert asm keyword to __asm__.
Fri, 26 Mar 2010 07:57:54 +0000 diego HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
Thu, 25 Mar 2010 19:53:05 +0000 diego Remove unused OPTFLAGS variable from config.mak.
Thu, 25 Mar 2010 18:53:37 +0000 diego Remove unused MACOSX_BUNDLE config.mak entry.
Thu, 25 Mar 2010 18:51:57 +0000 diego Move some FFmpeg-specific entries to the FFmpeg section of config.mak.
Thu, 25 Mar 2010 12:58:41 +0000 sesse Don't try to delete the global memory mutex in the Win32 loader code,
Wed, 24 Mar 2010 20:43:41 +0000 diego Mark add_subtitles() as static, it is not used outside the file, fixes:
Wed, 24 Mar 2010 01:07:11 +0000 diego Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.
Tue, 23 Mar 2010 22:59:14 +0000 diego AltiVec implies a PPC CPU, so there is no need to check for both.
Tue, 23 Mar 2010 20:24:14 +0000 diego loader: Remove commented-out extra_ld_library_path cruft.
Tue, 23 Mar 2010 20:12:52 +0000 diego Do not compile AltiVec code when AltiVec is not available; not even in
Tue, 23 Mar 2010 19:45:33 +0000 reimar Make http_read_response fail if parsing the response failed.
Tue, 23 Mar 2010 19:40:37 +0000 diego Fix build due to codecs_path vs. codec_path typo.
Tue, 23 Mar 2010 18:01:00 +0000 diego Get rid of pointless def_path variable; use codec_path directly instead.
Tue, 23 Mar 2010 17:52:46 +0000 diego Real binary loader code should respect the binary codec path.
Mon, 22 Mar 2010 19:39:43 +0000 reimar Reindent
Mon, 22 Mar 2010 19:38:42 +0000 reimar Start probing with a size matching the stream buffer size so it is possible
Sun, 21 Mar 2010 10:13:00 +0000 attila Make all instances of codec_patch unconditional, otherwise
Sun, 21 Mar 2010 08:34:09 +0000 diego Rename SetCodecPath() --> set_codec_path().
Sat, 20 Mar 2010 23:38:27 +0000 diego Rename get_path.[ch] --> path.[ch].
Sat, 20 Mar 2010 23:27:07 +0000 diego Move SetCodecPath() from loader to get_path.c and make it unconditional.
Sat, 20 Mar 2010 01:33:54 +0000 jrash sync with en/mplayer.1 rev. 30936
Fri, 19 Mar 2010 19:44:02 +0000 reimar Remove unnecessary size limits and a related define for hm12 decoder.
Fri, 19 Mar 2010 19:42:23 +0000 reimar Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
Fri, 19 Mar 2010 09:58:45 +0000 diego Replace wrong condition name in #endif comment by correct instance.
Fri, 19 Mar 2010 09:57:36 +0000 diego Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.
Thu, 18 Mar 2010 23:37:57 +0000 diego Drop support for XANIM_MOD_DIR environment variable.
Thu, 18 Mar 2010 23:32:14 +0000 diego Reuse codec path variable used in the binary loader in the XAnim loader.
Thu, 18 Mar 2010 23:02:32 +0000 cehoyos Extend the generic path of the yuv2rgb converter with support for rgb444
Thu, 18 Mar 2010 21:53:53 +0000 aurel cosmetics: indentation
Thu, 18 Mar 2010 21:53:02 +0000 aurel add support for lavf style extradata in vd_theora
Thu, 18 Mar 2010 20:57:49 +0000 diego Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.
Thu, 18 Mar 2010 20:44:01 +0000 reimar Split codec path related code into a separate file to fix Windows build.
Thu, 18 Mar 2010 00:45:18 +0000 cehoyos Fix first line(s) of vo vdpau documentation.
Wed, 17 Mar 2010 23:42:11 +0000 sesse Fix thread safety issue in mreq_private: last_alloc was accessed from multiple
Wed, 17 Mar 2010 23:38:26 +0000 sesse Announce Windows XP SP2 instead of Windows 95 OSR2.
Wed, 17 Mar 2010 23:33:26 +0000 sesse Announce SMP support for Win32.
Wed, 17 Mar 2010 14:41:32 +0000 diego Introduce mak_enable function to set variables in config.mak.
Wed, 17 Mar 2010 14:09:09 +0000 diego Rename SGI_MIPS architecture to plain MIPS.
Wed, 17 Mar 2010 13:55:59 +0000 diego Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.