aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Cosmetics: Fix indentation and line length.Gravatar cehoyos2009-02-24
* Enable Bob de-interlacing for VDPAU.Gravatar cehoyos2009-02-24
* Calculate border size in aspect keeping code by using AdjustWindowRectGravatar reimar2009-02-23
* Only check for vdp_video_mixer_destroy failure when we actually executed that...Gravatar reimar2009-02-23
* EOSD/ASS support for vo_vdpau.cGravatar reimar2009-02-23
* Add forgotten type to variable declaration.Gravatar reimar2009-02-21
* 100l, place vdpau below xv, it should not normally be preferred for auto-sele...Gravatar reimar2009-02-21
* Cosmetics. Reindent to 4 spaces.Gravatar iive2009-02-21
* Cleanup.Gravatar iive2009-02-21
* Cosmetics. Remove all trailing whitespacesGravatar iive2009-02-21
* Turn all remaining printf() into mp_msg().Gravatar iive2009-02-20
* Cleanup.Gravatar iive2009-02-20
* Cosmetics part2. Indent local variable definitions like the rest of the code.Gravatar iive2009-02-20
* Cosmetics part 1. Reindent to 4 spaces.Gravatar iive2009-02-20
* Comment out "else" statement without following block.Gravatar iive2009-02-20
* Move libavcodec includes together.Gravatar iive2009-02-20
* Document that and why deinterlacing is not workingGravatar reimar2009-02-20
* Add support for VDPAU deinterlacing, pullup, denoise and sharpening.Gravatar reimar2009-02-20
* Use the same code to convert fps in float to fraction as used in mencoder,Gravatar reimar2009-02-18
* Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forGravatar reimar2009-02-18
* Extend calc_src_dst_rects to also calculate the border values needed forGravatar reimar2009-02-17
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Fix compilation after last commit.Gravatar cehoyos2009-02-17
* Cropping parameter to calc_src_dst_rects is constGravatar reimar2009-02-17
* 100l, reset ass_border when switching out of fullscreen mode.Gravatar reimar2009-02-17
* The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,Gravatar diego2009-02-17
* Fix compilation without VDPAUGravatar uau2009-02-17
* Add support for VDPAU video out, including hardware decoding.Gravatar reimar2009-02-16
* Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* Sync renaming of xvmc struct members in FFmpeg.Gravatar diego2009-02-16
* The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.Gravatar diego2009-02-15
* Reflect ffmpeg change of xvmc struct field to xvmc_id.Gravatar iive2009-02-15
* whitespace cosmetics: Remove all tabs and trailing whitespace.Gravatar diego2009-02-15
* The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.Gravatar diego2009-02-15
* Remove unnecessary #ifdef around internal #include.Gravatar diego2009-02-15
* The xmvc structure member magic_id was renamed to unique_id.Gravatar diego2009-02-15
* Reflect the change of xvmc struct name.Gravatar iive2009-02-15
* Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need toGravatar reimar2009-02-15
* Now xvmc struct uses magic_id fieldGravatar iive2009-02-15
* Remove display_flag remains as the member has been removed from the xvmc struct.Gravatar iive2009-02-15
* Remove some xvmc field initializations. They are not used byGravatar iive2009-02-14
* Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.Gravatar diego2009-02-14
* Remove now unused vo_calc_drwXY function.Gravatar reimar2009-02-12
* Add a calc_src_dst_rects that calculates from window size, panscan etc.Gravatar reimar2009-02-12
* Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window wasGravatar reimar2009-02-12
* Conditionally compile aclib.c instead of placing #ifdef around its content.Gravatar diego2009-02-08
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Avoid message spam during video adapter uncooperative state.Gravatar gogothebee2009-02-05
* Unify info/error messages to a common style:Gravatar gogothebee2009-02-05
* Add [gl] in front of vo_gl messageGravatar reimar2009-02-03