2010-05-30 |
reimar | Change compiler argument order for compile_check to...
|
commit | commitdiff | tree |
2010-05-30 |
reimar | Make 3dnow and MMX code compile for 64 bit (just stupid...
|
commit | commitdiff | tree |
2010-05-29 |
reimar | Use edi instead of ebx to avoid issues with PIC.
|
commit | commitdiff | tree |
2010-05-29 |
reimar | Remove obsolete may_alias-related defines, lavu handles...
|
commit | commitdiff | tree |
2010-05-29 |
reimar | Actually run a detection whether external libass exists...
|
commit | commitdiff | tree |
2010-05-29 |
reimar | Fix compilation if the compiler does not support -march...
|
commit | commitdiff | tree |
2010-05-28 |
reimar | Fix typo in message.
|
commit | commitdiff | tree |
2010-05-28 |
reimar | stream_check_interrupt should sleep even if no callback...
|
commit | commitdiff | tree |
2010-05-28 |
reimar | 100l, stream_check_for_interrupt argument is not in...
|
commit | commitdiff | tree |
2010-05-28 |
reimar | Document time scale for stream_check_interrupt argument.
|
commit | commitdiff | tree |
2010-05-28 |
reimar | Document that time argument is in milliseconds.
|
commit | commitdiff | tree |
2010-05-28 |
reimar | Improve handling of cache process/thread hanging/being...
|
commit | commitdiff | tree |
2010-05-28 |
reimar | Fix cache process accidentally being killed by SIGUSR1.
|
commit | commitdiff | tree |
2010-05-26 |
reimar | Retry reading even if we hit eof before.
|
commit | commitdiff | tree |
2010-05-26 |
reimar | Switch ogg demuxing to lavf by default.
|
commit | commitdiff | tree |
2010-05-26 |
reimar | Re-enable wakeup-on-signal for cache process.
|
commit | commitdiff | tree |
2010-05-26 |
reimar | Disable waking the cache process up via a signal, it
|
commit | commitdiff | tree |
2010-05-24 |
reimar | Change -vo md5sum to not interleave U and V lines when...
|
commit | commitdiff | tree |
2010-05-24 |
reimar | Fix OpenGL autodetection to not leave values at -1.
|
commit | commitdiff | tree |
2010-05-23 |
reimar | Avoid decoding of 0-size packets. This also fixes that...
|
commit | commitdiff | tree |
2010-05-23 |
reimar | Use MP_NOPTS_VALUE as "default" pts for delayed frames...
|
commit | commitdiff | tree |
2010-05-23 |
reimar | Slightly reduce number of #ifs
|
commit | commitdiff | tree |
2010-05-23 |
reimar | Use an extra define to simplify ifdefs
|
commit | commitdiff | tree |
2010-05-23 |
reimar | Try reducing the #ifdef mess for the different cache...
|
commit | commitdiff | tree |
2010-05-23 |
reimar | Extract the cache main loop into a separate function.
|
commit | commitdiff | tree |
2010-05-23 |
reimar | Optimize cache behaviour for the many-consecutive-seeks...
|
commit | commitdiff | tree |
2010-05-23 |
reimar | Add code to wake up cache process when e.g. a seek...
|
commit | commitdiff | tree |
2010-05-21 |
reimar | Change WAV header updating in ao_pcm to allow to up...
|
commit | commitdiff | tree |
2010-05-19 |
reimar | Do not return pointer to on-stack memory.
|
commit | commitdiff | tree |
2010-05-19 |
reimar | Fix return value (it was missing completely).
|
commit | commitdiff | tree |
2010-05-19 |
reimar | Handle -wid Window being closed for direct3d and gl...
|
commit | commitdiff | tree |
2010-05-14 |
reimar | Quit MPlayer if we receive a DestroyNotify event.
|
commit | commitdiff | tree |
2010-05-09 |
reimar | Default to rectangle=1 on Mesa DRI R200 drivers, much...
|
commit | commitdiff | tree |
2010-05-09 |
reimar | Minor code cleanup.
|
commit | commitdiff | tree |
2010-05-09 |
reimar | yuv=5 supports brightness and contrast adjustment.
|
commit | commitdiff | tree |
2010-05-09 |
reimar | Handle Y8/Y800 formats more similar to other YUV formats.
|
commit | commitdiff | tree |
2010-05-09 |
reimar | Handle chroma texture size becoming 0, e.g. due to...
|
commit | commitdiff | tree |
2010-05-01 |
reimar | Also print OpenGL renderer string with vendor and version...
|
commit | commitdiff | tree |
2010-05-01 |
reimar | Continue probing even for score == AVPROBE_SCORE_MAX...
|
commit | commitdiff | tree |
2010-05-01 |
reimar | Use av_probe_input_format2 and avoid accepting detection
|
commit | commitdiff | tree |
2010-04-30 |
reimar | Revert accidental change to default CFLAGS.
|
commit | commitdiff | tree |
2010-04-30 |
reimar | Add configure detection for SDL backend for -vo gl.
|
commit | commitdiff | tree |
2010-04-30 |
reimar | Avoid duplicating the GL/gl.h include.
|
commit | commitdiff | tree |
2010-04-30 |
reimar | 100l, open the customtex also in binary mode, not just...
|
commit | commitdiff | tree |
2010-04-27 |
reimar | Move variable declaration into the block where it is...
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Set vo_dwidth/vo_dheight for mouse movements work at...
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Try other methods also if GetBusKey fails instead of...
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Missing space after if.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Support mouse movements in SDL.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Avoid duplicating mouse-movement command-generation...
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Fix crash if a DVD is played with dvdnav:// and without...
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Deduplicate enable_mouse_movements declaration.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Minor cosmetics.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Add comment for endif.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Support for auto-selecting the OpenGL backend.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Add reinitialization support. Necessary for fullscreen...
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Handle SDL expose events with -vo gl.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Missing space in error message.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Simplify SDL key symbol mapping.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Use the proper define for translating the tab key.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Make uppercase characters and in general all ASCII...
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Share SDL initialization code.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Remove unnecessary check.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Fullscreen support for -vo gl using SDL.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Set SDL window title.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Window resizing support for -vo gl with SDL backend.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Add sdl_common file and use it to share the input handling...
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Use SDL_GL_ProcAddress to work around conflicts between...
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Update copyright and email address.
|
commit | commitdiff | tree |
2010-04-25 |
reimar | Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround...
|
commit | commitdiff | tree |
2010-04-24 |
reimar | Missing gl.h include for SDL backend.
|
commit | commitdiff | tree |
2010-04-24 |
reimar | Slightly more correct ifdefs for vo_gl2.
|
commit | commitdiff | tree |
2010-04-24 |
reimar | Add workaroound for yuv=7 mode - does hurt speed but...
|
commit | commitdiff | tree |
2010-04-24 |
reimar | Remove code to work around bugs in ancient libSDL versions...
|
commit | commitdiff | tree |
2010-04-24 |
reimar | Try harder to find linked OpenGL functions.
|
commit | commitdiff | tree |
2010-04-24 |
reimar | Disable OSD support by default if the necessary OpenGL...
|
commit | commitdiff | tree |
2010-04-24 |
reimar | SDL support with related crash-resilience fixes.
|
commit | commitdiff | tree |
2010-04-24 |
reimar | Some crash-resilience fixes.
|
commit | commitdiff | tree |
2010-04-24 |
reimar | First steps to support -vo gl with SDL-based Window...
|
commit | commitdiff | tree |
2010-04-20 |
reimar | Update comment describing issues with ffaac.
|
commit | commitdiff | tree |
2010-04-20 |
reimar | Cosmetics/indentation fixes.
|
commit | commitdiff | tree |
2010-04-20 |
reimar | Add workaround for aac-sbr-ffaac-slow.mkv playing to...
|
commit | commitdiff | tree |
2010-04-15 |
reimar | Mark ffaac as buggy (thus making faad default again...
|
commit | commitdiff | tree |
2010-04-15 |
reimar | Move functions that really do not need to be inlined...
|
commit | commitdiff | tree |
2010-04-13 |
reimar | Open cutomtex file in binary mode to avoid potential...
|
commit | commitdiff | tree |
2010-04-12 |
reimar | Make ASS processing work with both subtitle formats...
|
commit | commitdiff | tree |
2010-04-07 |
reimar | Add some fallback OpenGL defines to fix compilation...
|
commit | commitdiff | tree |
2010-04-05 |
reimar | Do not print the "Loading cookie file" message twice.
|
commit | commitdiff | tree |
2010-04-05 |
reimar | Try to fix VCD compilation on non-Linux systems.
|
commit | commitdiff | tree |
2010-04-05 |
reimar | Remove unused functions.
|
commit | commitdiff | tree |
2010-04-05 |
reimar | Export VCD tracks as chapters, just like for cue:/...
|
commit | commitdiff | tree |
2010-04-05 |
reimar | Change ifdefs to make more sense: HAVE_SSSE3 should...
|
commit | commitdiff | tree |
2010-04-05 |
reimar | Fix RGB support for corevideo: corevideo can only support
|
commit | commitdiff | tree |
2010-04-05 |
reimar | Enable OSD also for BGR32, the code is the same as...
|
commit | commitdiff | tree |
2010-04-05 |
reimar | Implement VOCTRL_DRAW_IMAGE instead of the deprecated...
|
commit | commitdiff | tree |
2010-04-04 |
reimar | Check texture dimensions instead of internal format...
|
commit | commitdiff | tree |
2010-04-04 |
reimar | Cosmetics/reindent.
|
commit | commitdiff | tree |
2010-04-04 |
reimar | Avoid duplicating a condition.
|
commit | commitdiff | tree |
2010-04-04 |
reimar | Print width before height,
|
commit | commitdiff | tree |
2010-04-04 |
reimar | Fix width/height mixup in error message.
|
commit | commitdiff | tree |