| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend calc_src_dst_rects to also calculate the border values needed for | reimar | 2009-02-17 | 6 | -8/+30 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 3 | -3/+3 |
* | Fix compilation after last commit. | cehoyos | 2009-02-17 | 1 | -1/+1 |
* | Cropping parameter to calc_src_dst_rects is const | reimar | 2009-02-17 | 1 | -1/+1 |
* | 100l, reset ass_border when switching out of fullscreen mode. | reimar | 2009-02-17 | 1 | -0/+1 |
* | The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined, | diego | 2009-02-17 | 1 | -1/+1 |
* | Fix compilation without VDPAU | uau | 2009-02-17 | 1 | -1/+1 |
* | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 | 2 | -0/+813 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 | 1 | -1/+1 |
* | Sync renaming of xvmc struct members in FFmpeg. | diego | 2009-02-16 | 1 | -2/+2 |
* | The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg. | diego | 2009-02-15 | 1 | -4/+4 |
* | Reflect ffmpeg change of xvmc struct field to xvmc_id. | iive | 2009-02-15 | 1 | -4/+4 |
* | whitespace cosmetics: Remove all tabs and trailing whitespace. | diego | 2009-02-15 | 1 | -75/+75 |
* | The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg. | diego | 2009-02-15 | 1 | -19/+19 |
* | Remove unnecessary #ifdef around internal #include. | diego | 2009-02-15 | 1 | -3/+0 |
* | The xmvc structure member magic_id was renamed to unique_id. | diego | 2009-02-15 | 1 | -4/+4 |
* | Reflect the change of xvmc struct name. | iive | 2009-02-15 | 1 | -19/+19 |
* | Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to | reimar | 2009-02-15 | 1 | -1/+0 |
* | Now xvmc struct uses magic_id field | iive | 2009-02-15 | 1 | -4/+4 |
* | Remove display_flag remains as the member has been removed from the xvmc struct. | iive | 2009-02-15 | 1 | -2/+0 |
* | Remove some xvmc field initializations. They are not used by | iive | 2009-02-14 | 1 | -2/+0 |
* | Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg. | diego | 2009-02-14 | 1 | -15/+15 |
* | Remove now unused vo_calc_drwXY function. | reimar | 2009-02-12 | 2 | -18/+0 |
* | Add a calc_src_dst_rects that calculates from window size, panscan etc. | reimar | 2009-02-12 | 5 | -93/+99 |
* | Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was | reimar | 2009-02-12 | 1 | -2/+6 |
* | Conditionally compile aclib.c instead of placing #ifdef around its content. | diego | 2009-02-08 | 1 | -4/+0 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 51 | -147/+976 |
* | Avoid message spam during video adapter uncooperative state. | gogothebee | 2009-02-05 | 1 | -1/+1 |
* | Unify info/error messages to a common style: | gogothebee | 2009-02-05 | 1 | -43/+43 |
* | Add [gl] in front of vo_gl message | reimar | 2009-02-03 | 1 | -1/+1 |
* | Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ... | reimar | 2009-02-03 | 1 | -1/+10 |
* | Add checks that a D3D device is available before attempting rendering. | reimar | 2009-02-03 | 1 | -1/+16 |
* | Remove the Present call after adapter reinitialization, it can not work anyway | reimar | 2009-02-03 | 1 | -4/+0 |
* | Cosmetics: remove empty line, improve some messages. | reimar | 2009-02-03 | 1 | -5/+3 |
* | Whitespace/comment typo cosmetics. | reimar | 2009-02-03 | 1 | -5/+5 |
* | Check for change_d3d_backbuffer failure. | reimar | 2009-02-03 | 1 | -1/+2 |
* | Fix several return values | reimar | 2009-02-03 | 1 | -3/+3 |
* | Remove pointless #ifdef around internal header includes. | diego | 2009-02-01 | 1 | -4/+0 |
* | Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition. | diego | 2009-01-30 | 1 | -1/+1 |
* | Allocate a larger backbuffer to allow resizing without reinit. | reimar | 2009-01-27 | 1 | -43/+113 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 5 | -47/+47 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | diego | 2009-01-19 | 2 | -2/+2 |
* | fix device_id option after r28165 | gpoirier | 2009-01-18 | 1 | -7/+6 |
* | 100l, forgot to delete two defines left over from old HAVE_MMX handling code. | reimar | 2009-01-16 | 1 | -2/+0 |
* | More #ifdef HAVE_MMX etc. missed by earlier search. | reimar | 2009-01-16 | 1 | -1/+1 |
* | More #ifdef -> #if fixes | reimar | 2009-01-16 | 1 | -2/+2 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 | 4 | -90/+142 |
* | Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation | reimar | 2009-01-10 | 3 | -11/+45 |
* | Fix build: calc_drwXY was factorized into vo_calc_drwXY. | diego | 2009-01-09 | 1 | -1/+1 |
* | Factor calc_drwXY out of vo_xv and vo_xvmc. | cehoyos | 2009-01-09 | 4 | -35/+22 |
* | Support loading font faces other then the first one in a font file. | eugeni | 2009-01-06 | 2 | -7/+9 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 6 | -19/+19 |
* | Fix deinit problem due to r28215 | gpoirier | 2009-01-03 | 1 | -2/+4 |
* | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 | 1 | -19/+20 |
* | Conditionally define render_one_glyph and kerning dummy functions in | diego | 2009-01-02 | 2 | -9/+5 |
* | Remove unused debug code. | diego | 2009-01-02 | 1 | -9/+0 |
* | Add an option to vo_macosx to set a custom buffer_name. | gpoirier | 2008-12-30 | 1 | -6/+23 |
* | Support F- and numpad keys for w32_common based vos. | reimar | 2008-12-30 | 1 | -0/+10 |
* | Fix ugly borders problem with ati-hack | reimar | 2008-12-27 | 1 | -0/+19 |
* | Remove unused variable. | diego | 2008-12-24 | 1 | -1/+0 |
* | Warn when using features that are broken due to ATI driver bugs. | reimar | 2008-12-23 | 1 | -0/+3 |
* | Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 ... | reimar | 2008-12-23 | 1 | -1/+1 |
* | Remove pointless forward declaration. | diego | 2008-12-23 | 1 | -1/+0 |
* | 100l, forgot an assignment, broke special keys handling for X11-based vos. | reimar | 2008-12-21 | 1 | -1/+1 |
* | Add and use a special lookup function to do table-based translation to MPlaye... | reimar | 2008-12-20 | 4 | -55/+49 |
* | Cosmetics: get rid of some tabs and trailing whitespace. | reimar | 2008-12-20 | 1 | -32/+32 |
* | Use a table to translate X11 to MPlayer keycodes. | reimar | 2008-12-20 | 1 | -145/+46 |
* | Get rid of pointless and now unused defines. | reimar | 2008-12-20 | 1 | -88/+0 |
* | Simplify handling of X11 key events that are just passed through. | reimar | 2008-12-20 | 1 | -97/+7 |
* | Replace vo_macosx's custom options parsing with a subopt_parse()-based one | gpoirier | 2008-12-19 | 1 | -22/+24 |
* | Do not use full relative #include path for headers in the same directory. | diego | 2008-12-17 | 1 | -1/+1 |
* | #include sub.h instead of locally declaring vo_draw_text(). | diego | 2008-12-17 | 1 | -1/+1 |
* | xvmc is now a CONFIG_ option in FFmpeg. | diego | 2008-12-15 | 1 | -1/+1 |
* | Add support for writing PNG files with alpha channel in -vo png | reimar | 2008-12-10 | 1 | -2/+9 |
* | Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle). | reimar | 2008-12-10 | 1 | -3/+13 |
* | Fix MGSTR vs. MSGTR typo. | diego | 2008-12-09 | 1 | -3/+3 |
* | Set d3d_handle to NULL after release. | reimar | 2008-12-09 | 1 | -0/+1 |
* | Forgotten part of previous cosmetics commit | reimar | 2008-12-09 | 1 | -3/+2 |
* | Slightly simplify the conditional release/free code | reimar | 2008-12-09 | 1 | -21/+14 |
* | First version of OSD support for vo_direct3d | reimar | 2008-12-09 | 1 | -7/+282 |
* | cosmetics: indentation | diego | 2008-12-08 | 1 | -1/+2 |
* | Remove pointless or even wrong N/A return values doxy comments | reimar | 2008-12-08 | 1 | -5/+0 |
* | Add missing unistd.h #include, fixes the warning: | diego | 2008-12-08 | 1 | -0/+1 |
* | Remove unused variable, fixes the warning: | diego | 2008-12-08 | 1 | -1/+0 |
* | #include appropriate headers instead of locally declaring function prototypes. | diego | 2008-12-08 | 2 | -5/+3 |
* | ati_hack only makes sense when PBOs are used, not with mesa_buffer. | reimar | 2008-12-06 | 1 | -4/+4 |
* | More possible fixes for mesa-buffer mode. | reimar | 2008-12-06 | 1 | -3/+6 |
* | Move one ati_hack check to a better place. | reimar | 2008-12-06 | 1 | -1/+1 |
* | Reindent | reimar | 2008-12-06 | 1 | -11/+11 |
* | 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode. | reimar | 2008-12-06 | 2 | -5/+13 |
* | 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds. | reimar | 2008-12-05 | 1 | -0/+2 |
* | Fix indentation | reimar | 2008-12-05 | 1 | -12/+12 |
* | Add experimental support for glXAllocateMemoryMESA | reimar | 2008-12-05 | 3 | -5/+33 |
* | Avoid one more duplicated logic. | reimar | 2008-12-05 | 1 | -2/+4 |
* | Simplify, do not duplicate buffer size calculation | reimar | 2008-12-05 | 1 | -2/+2 |
* | Set the base size window manager hint, otherwise some subtract the minimum | reimar | 2008-12-05 | 1 | -0/+7 |
* | Add some forgotten documentation for gl suboptions | reimar | 2008-12-05 | 1 | -1/+8 |
* | Add support for YCBCR MESA texture format to vo_gl. | reimar | 2008-12-05 | 3 | -0/+23 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 12 | -33/+33 |
* | Remove unused declarations and references to vo_draw_text_osd(), | diego | 2008-12-03 | 3 | -16/+1 |
* | Fix indentation. | reimar | 2008-12-03 | 1 | -1/+1 |
* | More robust w32 -wid size handling | reimar | 2008-12-03 | 1 | -0/+5 |
* | Reindent after previous commit | reimar | 2008-12-03 | 1 | -5/+5 |
* | Do not override the vo_dwidth/vo_dheight values in vo_w32_config | reimar | 2008-12-03 | 1 | -0/+3 |
* | Cosmetics, whitespace and "... == NULL" to "!..." | reimar | 2008-12-03 | 1 | -8/+8 |
* | Some whitespace and () cosmetics | reimar | 2008-12-03 | 1 | -17/+17 |
* | Remove resize_d3d call from render_d3d_frame that was made useless | reimar | 2008-12-02 | 1 | -2/+0 |
* | 100l, do not call check_events from resize_d3d since there should be | reimar | 2008-12-02 | 1 | -3/+0 |
* | Cosmetics: Remove unnecessary () | reimar | 2008-12-02 | 1 | -1/+1 |
* | Consistency cosmetics: do not compare against NULL in ifs | reimar | 2008-12-02 | 1 | -6/+6 |
* | Cosmetics: remove spaces before argument ( | reimar | 2008-12-02 | 1 | -3/+3 |
* | Reorganize Direct3D initialization code. | reimar | 2008-12-02 | 1 | -51/+150 |
* | Remove a lot of completely pointless mp_msg_test calls. | reimar | 2008-12-01 | 1 | -53/+26 |
* | use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch> | nplourde | 2008-11-30 | 1 | -17/+32 |
* | whitespace cosmetics: prettyprinting and indentation | diego | 2008-11-28 | 1 | -77/+81 |
* | factorize mouse hiding and screensaver disabling code | gpoirier | 2008-11-27 | 2 | -10/+11 |
* | Use D3DFMT_ constants where possible instead of MAKEFOURCC | reimar | 2008-11-26 | 1 | -2/+2 |
* | Add support for RGB formats to vo_direct3d | reimar | 2008-11-26 | 1 | -0/+6 |
* | 100l, OSD alpha textures were cleared to the wrong value. | reimar | 2008-11-25 | 1 | -1/+1 |
* | typo fix + readability improvement | gpoirier | 2008-11-25 | 1 | -1/+1 |
* | Remove unnecessary #ifdef around a struct and a bunch of extern declarations. | diego | 2008-11-24 | 1 | -4/+0 |
* | Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c. | diego | 2008-11-24 | 1 | -1/+1 |
* | cosmetics: Add/remove a few newlines similar to vo_fbdev.c. | diego | 2008-11-24 | 1 | -2/+1 |
* | cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences) | gpoirier | 2008-11-24 | 1 | -1186/+1189 |
* | avoid putting several statements on a single line | gpoirier | 2008-11-24 | 1 | -9/+21 |
* | Use doxygen-style comments in file header. Remove tabs usage. | gpoirier | 2008-11-24 | 1 | -12/+10 |
* | whitespace-cleanup | gpoirier | 2008-11-24 | 1 | -175/+175 |
* | Allow vo_macosx to be compiled in 64-bits mode: | gpoirier | 2008-11-24 | 1 | -3/+7 |
* | More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off... | reimar | 2008-11-24 | 1 | -0/+40 |
* | Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu... | gpoirier | 2008-11-24 | 1 | -69/+96 |
* | Remove a ColorFill that is not necessary since the surface it is used | reimar | 2008-11-24 | 1 | -4/+0 |
* | Make sure the backbuffer is cleared when the border size might have changed. | reimar | 2008-11-24 | 1 | -1/+14 |
* | Remove useless setting of frame_buffer to NULL as suggested by Reimar. | diego | 2008-11-24 | 2 | -2/+1 |
* | cosmetics: indentation | diego | 2008-11-24 | 1 | -2/+2 |
* | Move setting of frame_buffer variable out of 'if', as preferred by Reimar. | diego | 2008-11-24 | 2 | -4/+8 |
* | Clear the whole window on resize in vo_x11 since we do not | reimar | 2008-11-23 | 1 | -1/+3 |
* | Simplify vo_x11 check_events function | reimar | 2008-11-23 | 1 | -7/+2 |
* | Do not draw in window if our image has not yet been adjusted to the new windo... | reimar | 2008-11-23 | 1 | -0/+5 |
* | Remove unnecessary xf86vmode.h include. | reimar | 2008-11-23 | 1 | -3/+0 |
* | Remove some usnused variables and commented-out code. | reimar | 2008-11-23 | 1 | -6/+0 |
* | Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling. | reimar | 2008-11-23 | 1 | -9/+3 |
* | Patch to improve/consistify coding style. | reimar | 2008-11-23 | 1 | -20/+20 |
* | Fix indentation | reimar | 2008-11-23 | 1 | -12/+12 |
* | Lock/unlock surface only once even when drawing many slices. | reimar | 2008-11-23 | 1 | -7/+14 |
* | Move locked_rect from stack to priv struct in preparation for following patch. | reimar | 2008-11-23 | 1 | -17/+13 |
* | Move the StretchRect call from draw_slices to render_d3d_frame. | reimar | 2008-11-23 | 1 | -28/+8 |
* | Remove pointless is_cfG_finished variable. | reimar | 2008-11-23 | 1 | -17/+3 |
* | Handle fb_dev_name similar to vo_fbdev in vo_wii. | diego | 2008-11-23 | 2 | -6/+10 |
* | Merge another if condition check to lessen differences to vo_fbdev.c. | diego | 2008-11-23 | 1 | -4/+2 |
* | Use static variable instead of #define to lessen differences to vo_fbdev.c. | diego | 2008-11-23 | 1 | -6/+10 |
* | Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c. | diego | 2008-11-23 | 1 | -6/+5 |
* | Merge another if condition check to lessen differences to vo_fbdev.c. | diego | 2008-11-23 | 1 | -2/+1 |
* | Merge if condition check to lessen differences to vo_fbdev.c. | diego | 2008-11-23 | 1 | -3/+1 |
* | Remove debug function. | diego | 2008-11-23 | 1 | -70/+0 |
* | cosmetics: one more round of whitespace changes | diego | 2008-11-23 | 1 | -4/+4 |
* | cosmetics: further reformatting to lessen differences to vo_fbdev.c | diego | 2008-11-23 | 1 | -56/+53 |
* | cosmetics: complete reformatting, tabs to spaces, etc. | diego | 2008-11-23 | 1 | -956/+952 |
* | cosmetics: Lessen differences to vo_wii.c. | diego | 2008-11-23 | 1 | -3/+2 |
* | cosmetics: consistent formatting for if/else/case | diego | 2008-11-23 | 1 | -36/+46 |
* | Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration | reimar | 2008-11-23 | 2 | -10/+2 |
* | Remove unused flip_flag variable | reimar | 2008-11-23 | 1 | -2/+0 |
* | cosmetics: Reformat some lines to lessen differences to vo_fbdev.c. | diego | 2008-11-23 | 1 | -118/+62 |
* | Remove unused variables and the related warnings along with them. | diego | 2008-11-23 | 1 | -3/+0 |
* | Remove a aspect calculation line. | reimar | 2008-11-21 | 2 | -2/+0 |
* | Simplify handling of "flags" parameter | reimar | 2008-11-21 | 1 | -13/+4 |
* | Add forgotten initialization if Flip_Flag to 0. | reimar | 2008-11-21 | 1 | -0/+1 |
* | cosmetics: typo fixes | diego | 2008-11-21 | 1 | -1/+1 |
* | Fix and enable panscan handling for vo_direct3d | reimar | 2008-11-21 |