2009-02-20 |
iive |
Turn all remaining printf() into mp_msg().
|
2009-02-20 |
iive |
Cleanup.
|
2009-02-20 |
iive |
Cosmetics part2. Indent local variable definitions like the rest of the code.
|
2009-02-20 |
iive |
Cosmetics part 1. Reindent to 4 spaces.
|
2009-02-20 |
iive |
Comment out "else" statement without following block.
|
2009-02-20 |
iive |
Move libavcodec includes together.
|
2009-02-17 |
reimar |
Extend calc_src_dst_rects to also calculate the border values needed for
|
2009-02-16 |
diego |
Replace double semicolon by single semicolon.
|
2009-02-16 |
diego |
Sync renaming of xvmc struct members in FFmpeg.
|
2009-02-15 |
diego |
The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.
|
2009-02-15 |
iive |
Reflect ffmpeg change of xvmc struct field to xvmc_id.
|
2009-02-15 |
diego |
whitespace cosmetics: Remove all tabs and trailing whitespace.
|
2009-02-15 |
diego |
The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.
|
2009-02-15 |
diego |
Remove unnecessary #ifdef around internal #include.
|
2009-02-15 |
diego |
The xmvc structure member magic_id was renamed to unique_id.
|
2009-02-15 |
iive |
Reflect the change of xvmc struct name.
|
2009-02-15 |
reimar |
Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to
|
2009-02-15 |
iive |
Now xvmc struct uses magic_id field
|
2009-02-15 |
iive |
Remove display_flag remains as the member has been removed from the xvmc struct.
|
2009-02-14 |
iive |
Remove some xvmc field initializations. They are not used by
|
2009-02-14 |
diego |
Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.
|
2009-02-12 |
reimar |
Add a calc_src_dst_rects that calculates from window size, panscan etc.
|
2009-02-08 |
diego |
Add standard license headers, unify header formatting.
|
2009-01-09 |
diego |
Fix build: calc_drwXY was factorized into vo_calc_drwXY.
|
2009-01-09 |
cehoyos |
Factor calc_drwXY out of vo_xv and vo_xvmc.
|
2009-01-05 |
diego |
Add missing 'void' keyword to parameterless function declarations.
|
2009-01-02 |
diego |
Sync with latest round of xvmc changes in FFmpeg.
|
2008-11-23 |
reimar |
Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
|
2008-11-23 |
diego |
Remove unused variables and the related warnings along with them.
|
2008-11-21 |
reimar |
Remove a aspect calculation line.
|
2008-11-19 |
reimar |
Factor common code like -wid handling, vo_gc creation etc. out into
|
2008-11-17 |
reimar |
Remove a useless XGetGeometry call, the X11 event handling already
|
2008-11-16 |
reimar |
Get rid of (besides useless assignments) unused XSizeHints variable
|
2008-11-15 |
reimar |
Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
|
2008-11-15 |
reimar |
Remove now unused variables.
|
2008-11-15 |
reimar |
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
|
2008-08-09 |
diego |
Remove duplicated prototype for XShmGetEventBase(), because
|
2008-08-04 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
2008-07-30 |
diego |
Rename two GUI-related preprocessor directives:
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
2008-05-13 |
ben |
Add a new suboption to -vo xv and -vo xvmc that allows selection
|
2007-12-02 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 |
reimar |
Make vo info structs const
|
2007-09-25 |
diego |
cosmetics: misc typo fixes
|
2007-06-27 |
reimar |
Remove some unused variables
|
2007-06-27 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
2007-05-27 |
reimar |
Remove more pointless fastmemcpy.h includes in libvo
|
2007-04-23 |
diego |
Gui --> gui
|
2007-03-26 |
iive |
prevent building xvmc with the old api.
|
2007-03-08 |
reimar |
100l, last patch broke window resizing with xv and xvmc.
|
2007-03-06 |
reimar |
Factor out some duplicated code in vo_xv and vo_xvmc
|
2007-02-19 |
iive |
Don't free and then allocate surfaces when config() is called again with same resolution and format.
|
2007-02-18 |
reimar |
Revert r22255 on iive's request.
|
2007-02-18 |
reimar |
Avoid parts of xvmc reinit when source format does not change
|
2007-02-17 |
reimar |
Move common vo initialization code to video_out.c
|
2007-02-15 |
reimar |
Fix two 10l memleaks in vo_xvmc.c
|
2007-02-05 |
kraymer |
typo fixes
|
2007-02-05 |
reimar |
beckend -> backend typo fix in printf
|
2007-01-13 |
diego |
cosmetics: typo pallete --> palette
|
2006-11-18 |
reimar |
more mp_property_deinterlace simplification, patch by
|