summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r28951Uoti Urpala2009-03-141-1/+2
|\
| * Output number of reference frames before creating H264 vdpau decoder.cehoyos2009-03-091-0/+1
| * Make data related to suboption parsing const in libvoreimar2009-03-071-1/+1
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-5/+68
|\|
| * Remove duplicate OSD drawing introduced due to a conflict between r28840 and ...reimar2009-03-061-3/+1
| * As for vo_gl, do not rely on draw_osd to render EOSD.reimar2009-03-061-1/+6
| * Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.greg2009-03-061-1/+1
| * Make sure all output_surfaces are initialized in preinit.reimar2009-03-041-1/+1
| * Use M_PI for pi.cehoyos2009-02-281-2/+3
| * Make VdpVideoMixerAttribute attributes[] static const.cehoyos2009-02-281-1/+1
| * Support brightness, contrast, hue and saturation adjustments viacehoyos2009-02-281-2/+54
| * Fix OSD for vo vdpau:deint>1.cehoyos2009-02-281-1/+3
| * Handle vdp_decoder_create failures better, in particular avoid unrelatedreimar2009-02-281-0/+5
* | Merge svn changes up to r28755Uoti Urpala2009-02-281-18/+34
|\|
| * Do not forget the chosen deinterlacer for -vo vdpau.cehoyos2009-02-271-0/+6
| * Add one-field-only output for -vo vdpau.cehoyos2009-02-271-6/+7
| * Document that all vdpau deinterlacers respect -field-dominance.cehoyos2009-02-271-1/+1
| * 10l: Remove debug printf() from last commit.cehoyos2009-02-261-1/+0
| * Support "D" to (de-)activate deinterlacing when using vo vdpau.cehoyos2009-02-261-0/+7
| * 10l: Add missing braces for VOCTRL_GET_EOSD_RES.cehoyos2009-02-251-2/+4
| * Change code to actually work when NUM_OUTPUT_SURFACES is changed.reimar2009-02-251-9/+10
* | Merge svn changes up to r28728Uoti Urpala2009-02-251-19/+33
|\|
| * Cosmetics: Fix indentation and line length.cehoyos2009-02-241-6/+7
| * Enable Bob de-interlacing for VDPAU.cehoyos2009-02-241-13/+26
* | Merge svn changes up to r28712Uoti Urpala2009-02-231-5/+192
|\|
| * Only check for vdp_video_mixer_destroy failure when we actually executed that...reimar2009-02-231-2/+3
| * EOSD/ASS support for vo_vdpau.creimar2009-02-231-1/+187
| * Add forgotten type to variable declaration.reimar2009-02-211-2/+2
* | Merge svn changes up to r28690Uoti Urpala2009-02-211-5/+74
|\|
| * Document that and why deinterlacing is not workingreimar2009-02-201-3/+6
| * Add support for VDPAU deinterlacing, pullup, denoise and sharpening.reimar2009-02-201-5/+71
* | Merge svn changes up to r28655Uoti Urpala2009-02-191-1/+3
|\|
| * Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forreimar2009-02-181-1/+3
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-18/+7
|/
* Extend calc_src_dst_rects to also calculate the border values needed forreimar2009-02-171-2/+7
* Add support for VDPAU video out, including hardware decoding.reimar2009-02-161-0/+809