aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_vdpau.c
Commit message (Expand)AuthorAge
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Do not use flag CWBackPixel when calling vo_x11_create_vo_window():Gravatar cehoyos2009-05-08
* Support IMGFMT_NV12 for vo vdpau.Gravatar cehoyos2009-03-30
* Make sure we do not accidentally use the vdp_get_error_string from theGravatar reimar2009-03-30
* Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.Gravatar cehoyos2009-03-29
* VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.Gravatar cehoyos2009-03-29
* Cosmetics: Reindent after last commit.Gravatar cehoyos2009-03-29
* 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.Gravatar cehoyos2009-03-29
* Simplify vdpau deinterlacing code and fix timing for deint=2.Gravatar cehoyos2009-03-25
* New VDPAU deinterlacing code needs one reference surface less for software de...Gravatar cehoyos2009-03-24
* New vdpau deinterlacing code needs one reference surface less.Gravatar cehoyos2009-03-24
* Stephen Warren reported that VDPAU deinterlacing did not work correctly.Gravatar cehoyos2009-03-24
* Change function call order in config().Gravatar cehoyos2009-03-22
* 10l: Only try to create vdpau decoder if hardware decoding is intended.Gravatar cehoyos2009-03-21
* Test if create_vdp_decoder() might succeed by calling it from config()Gravatar cehoyos2009-03-21
* Change return value for create_vdp_decoder().Gravatar cehoyos2009-03-21
* Factorize create_vdp_decoder().Gravatar cehoyos2009-03-21
* Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.Gravatar cehoyos2009-03-18
* Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).Gravatar cehoyos2009-03-16
* Move initialisation of deint_surfaces[] to free_video_specific().Gravatar cehoyos2009-03-15
* Update -vo vdpau command line help.Gravatar cehoyos2009-03-15
* Cosmetics: Fix whitespace.Gravatar cehoyos2009-03-15
* Initial support for advanced VDPAU deinterlacers (software-decoded videoGravatar cehoyos2009-03-15
* Output number of reference frames before creating H264 vdpau decoder.Gravatar cehoyos2009-03-09
* Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* Remove duplicate OSD drawing introduced due to a conflict between r28840 and ...Gravatar reimar2009-03-06
* As for vo_gl, do not rely on draw_osd to render EOSD.Gravatar reimar2009-03-06
* Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.Gravatar greg2009-03-06
* Make sure all output_surfaces are initialized in preinit.Gravatar reimar2009-03-04
* Use M_PI for pi.Gravatar cehoyos2009-02-28
* Make VdpVideoMixerAttribute attributes[] static const.Gravatar cehoyos2009-02-28
* Support brightness, contrast, hue and saturation adjustments viaGravatar cehoyos2009-02-28
* Fix OSD for vo vdpau:deint>1.Gravatar cehoyos2009-02-28
* Handle vdp_decoder_create failures better, in particular avoid unrelatedGravatar reimar2009-02-28
* Do not forget the chosen deinterlacer for -vo vdpau.Gravatar cehoyos2009-02-27
* Add one-field-only output for -vo vdpau.Gravatar cehoyos2009-02-27
* Document that all vdpau deinterlacers respect -field-dominance.Gravatar cehoyos2009-02-27
* 10l: Remove debug printf() from last commit.Gravatar cehoyos2009-02-26
* Support "D" to (de-)activate deinterlacing when using vo vdpau.Gravatar cehoyos2009-02-26
* 10l: Add missing braces for VOCTRL_GET_EOSD_RES.Gravatar cehoyos2009-02-25
* Change code to actually work when NUM_OUTPUT_SURFACES is changed.Gravatar reimar2009-02-25
* Cosmetics: Fix indentation and line length.Gravatar cehoyos2009-02-24
* Enable Bob de-interlacing for VDPAU.Gravatar cehoyos2009-02-24
* 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
* Document that and why deinterlacing is not workingGravatar reimar2009-02-20
* Add support for VDPAU deinterlacing, pullup, denoise and sharpening.Gravatar reimar2009-02-20
* 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