log

age author description
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