log

age author description
Mon, 03 May 2010 22:45:00 +0000 aurel print a more detailed and more useful description of each stream with lavf
Mon, 03 May 2010 22:40:00 +0000 aurel 10l: correctly use video_stream instead of audio_stream in the video section
Mon, 03 May 2010 22:30:06 +0000 aurel add ID_..._NAME to -identify for each lavf stream which has a title
Mon, 03 May 2010 22:19:52 +0000 aurel uniformize handling of aid and vid with lavf so that it matches handling of sid
Sun, 02 May 2010 10:47:40 +0000 cehoyos Silence permanent warning messages when decoding H264 over rtsp with
Sat, 01 May 2010 22:49:05 +0000 reimar Also print OpenGL renderer string with vendor and version with -v
Sat, 01 May 2010 15:38:37 +0000 reimar Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match
Sat, 01 May 2010 13:50:49 +0000 reimar Use av_probe_input_format2 and avoid accepting detection
Fri, 30 Apr 2010 21:18:17 +0000 reimar Revert accidental change to default CFLAGS.
Fri, 30 Apr 2010 19:04:13 +0000 reimar Add configure detection for SDL backend for -vo gl.
Fri, 30 Apr 2010 19:03:13 +0000 reimar Avoid duplicating the GL/gl.h include.
Fri, 30 Apr 2010 17:12:52 +0000 reimar 100l, open the customtex also in binary mode, not just the program.
Wed, 28 Apr 2010 11:57:09 +0000 cehoyos Fix compilation with gcc 2.95.3 (with --disable-ass).
Tue, 27 Apr 2010 22:06:29 +0000 iive New hack for vobsub packet merging.
Tue, 27 Apr 2010 19:04:23 +0000 reimar Move variable declaration into the block where it is actually used.
Tue, 27 Apr 2010 17:50:50 +0000 diego Add llrintf test for FFmpeg.
Tue, 27 Apr 2010 15:17:49 +0000 diego Add missing input.h #include, fixes the warnings:
Tue, 27 Apr 2010 15:16:42 +0000 diego Move "screen" variable declaration below the relevant #ifdef, fixes the warning:
Tue, 27 Apr 2010 13:33:29 +0000 Gabrov fix typo
Tue, 27 Apr 2010 08:19:42 +0000 cehoyos Fix compilation with live555 after libavutil r22965.
Sun, 25 Apr 2010 20:05:22 +0000 Gabrov synced with r31096
Sun, 25 Apr 2010 19:58:43 +0000 Gabrov typo fixes
Sun, 25 Apr 2010 16:48:48 +0000 reimar Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.
Sun, 25 Apr 2010 16:39:39 +0000 reimar Try other methods also if GetBusKey fails instead of failing completely.
Sun, 25 Apr 2010 16:20:54 +0000 reimar Missing space after if.
Sun, 25 Apr 2010 16:15:00 +0000 reimar Support mouse movements in SDL.
Sun, 25 Apr 2010 16:13:57 +0000 reimar Avoid duplicating mouse-movement command-generation code.
Sun, 25 Apr 2010 16:09:56 +0000 reimar Fix crash if a DVD is played with dvdnav:// and without video
Sun, 25 Apr 2010 15:49:46 +0000 reimar Deduplicate enable_mouse_movements declaration.
Sun, 25 Apr 2010 15:41:21 +0000 reimar Minor cosmetics.
Sun, 25 Apr 2010 15:39:22 +0000 reimar Add comment for endif.
Sun, 25 Apr 2010 10:53:01 +0000 reimar Support for auto-selecting the OpenGL backend.
Sun, 25 Apr 2010 10:44:53 +0000 reimar Add reinitialization support. Necessary for fullscreen on OSX.
Sun, 25 Apr 2010 10:34:58 +0000 reimar Handle SDL expose events with -vo gl.
Sun, 25 Apr 2010 10:12:39 +0000 reimar Missing space in error message.
Sun, 25 Apr 2010 10:09:01 +0000 reimar Simplify SDL key symbol mapping.
Sun, 25 Apr 2010 09:59:43 +0000 reimar Use the proper define for translating the tab key.
Sun, 25 Apr 2010 09:57:52 +0000 reimar Make uppercase characters and in general all ASCII characters work
Sun, 25 Apr 2010 09:52:01 +0000 reimar Share SDL initialization code.
Sun, 25 Apr 2010 09:25:23 +0000 reimar Remove unnecessary check.
Sun, 25 Apr 2010 09:24:30 +0000 reimar Fullscreen support for -vo gl using SDL.
Sun, 25 Apr 2010 08:40:28 +0000 reimar Set SDL window title.
Sun, 25 Apr 2010 08:35:35 +0000 reimar Window resizing support for -vo gl with SDL backend.
Sun, 25 Apr 2010 08:17:23 +0000 reimar Add sdl_common file and use it to share the input handling between -vo gl
Sun, 25 Apr 2010 07:32:42 +0000 reimar Use SDL_GL_ProcAddress to work around conflicts between -lGL
Sun, 25 Apr 2010 06:52:13 +0000 reimar Update copyright and email address.
Sun, 25 Apr 2010 06:14:25 +0000 reimar Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,
Sat, 24 Apr 2010 22:35:39 +0000 reimar Missing gl.h include for SDL backend.
Sat, 24 Apr 2010 22:34:38 +0000 reimar Slightly more correct ifdefs for vo_gl2.
Sat, 24 Apr 2010 22:13:57 +0000 reimar Add workaroound for yuv=7 mode - does hurt speed but not much
Sat, 24 Apr 2010 17:15:28 +0000 reimar Remove code to work around bugs in ancient libSDL versions, the code has been
Sat, 24 Apr 2010 17:02:50 +0000 reimar Try harder to find linked OpenGL functions.
Sat, 24 Apr 2010 16:58:24 +0000 reimar Disable OSD support by default if the necessary OpenGL functionality is missing.
Sat, 24 Apr 2010 16:52:06 +0000 reimar SDL support with related crash-resilience fixes.
Sat, 24 Apr 2010 16:49:46 +0000 reimar Some crash-resilience fixes.
Sat, 24 Apr 2010 16:46:47 +0000 reimar First steps to support -vo gl with SDL-based Window handling.
Sat, 24 Apr 2010 10:50:21 +0000 diego 10l: Remove leftover commented-out #include.
Sat, 24 Apr 2010 10:47:53 +0000 diego Remove unnecessary kd.h #include.
Fri, 23 Apr 2010 10:22:44 +0000 siretart rename 'struct keymap' -> 'struct mp_keymap'
Fri, 23 Apr 2010 10:04:56 +0000 siretart include sys/kd.h on non-Linux architectures correctly