summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* debug output: reduce verbosity of some frequent messagesUoti Urpala2011-07-051-5/+4
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-3/+3
* cleanup: some random minor code simplification and cleanupUoti Urpala2011-01-261-1/+1
* vo_vdpau: allow "deint=-N" to specify mode without enabling deintUoti Urpala2011-01-041-3/+7
* cosmetics: remove unused code, small formatting tweaksUoti Urpala2010-12-201-6/+6
* vo_vdpau: remove wrong mp_image usage_count change (no visible effect)Uoti Urpala2010-12-131-1/+1
* vo_vdpau: fix indentation of some switch statementsUoti Urpala2010-11-021-49/+49
* vo_vdpau: add extra check for unknown image formatUoti Urpala2010-11-021-2/+4
* vo_vdpau: fix loop initializing output surfaces as invalidUoti Urpala2010-05-261-5/+10
* vo_vdpau: support queuing an arbitrary number of frames aheadUoti Urpala2010-05-141-37/+56
* vo_vdpau: add option for studio level outputUoti Urpala2010-05-121-0/+15
* vdpau: drop support for old versionsUoti Urpala2010-05-111-5/+0
* vo_vdpau.c cosmetics: add WRAP_ADD macroUoti Urpala2010-05-061-6/+9
* build/vdpau: drop support for dynamic loading of libvdpauUoti Urpala2010-02-261-26/+2
* vo_vdpau: improve VOCTRL_GET_EOSD_RES codeUoti Urpala2010-02-261-10/+4
* vo_vdpau: make queuing future frame flips adjustableUoti Urpala2010-02-051-0/+8
* vo_vdpau.c: Fix compilation with old libvdpau versionsUoti Urpala2009-11-291-2/+2
* vo_vdpau: Check return value when setting video mixer featuresUoti Urpala2009-11-171-3/+6
* cosmetics: remove some unused variablesUoti Urpala2009-11-171-1/+0
* vo_vdpau: Check return value when setting video attributesUoti Urpala2009-11-171-24/+24
* Support VDPAU MPEG4 hardware decodingUoti Urpala2009-11-161-0/+6
* vo_vdpau: Remove custom help messageUoti Urpala2009-11-161-24/+7
* vo_vdpau: Add support for high-quality scaling featureUoti Urpala2009-11-151-2/+24
* vo_vdpau: add support for VFCAP_FLIPUoti Urpala2009-11-151-3/+6
* vo_vdpau: Free buffers allocated by FFmpeg on uninitUoti Urpala2009-11-151-0/+4
* Add yuv_colorspace property, implemented in vo_vdpau and vo_xvUoti Urpala2009-11-151-14/+45
* Implement vsync-aware frame timing for VDPAUUoti Urpala2009-11-151-13/+217
* vo_vdpau: Modify frame buffering codeUoti Urpala2009-11-151-54/+77
* cosmetics: Add two missing "static"Uoti Urpala2009-10-221-1/+1
* vo_vdpau: Fix X event handling bugsUoti Urpala2009-09-191-8/+10
* core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-181-72/+117
* VO interface: Remove obsolete draw_frame() from new interfaceUoti Urpala2009-09-171-6/+0
* vo_vdpau: Support recovering from VDPAU display preemptionUoti Urpala2009-09-071-61/+165
* vo_vdpau: Support updating OSD while pausedUoti Urpala2009-09-051-0/+6
* vo_vdpau.c: Reindent control() switch statementUoti Urpala2009-09-051-77/+76
* vo_vdpau: Allocate one large surface for EOSD contentUoti Urpala2009-09-051-78/+157
* Merge branch 'vdpau_old' into vdpauUoti Urpala2009-08-311-684/+757
|\
| * vo_vdpau.c: cosmeticsUoti Urpala2009-08-291-198/+258
| * vo_vdpau: reindent after GUI code removalUoti Urpala2009-08-291-30/+28
| * vo_vpdau: Clean up uninit logicUoti Urpala2009-08-291-52/+54
| * vo_vdpau: Make CHECK_ST macro saferUoti Urpala2009-08-291-41/+51
| * vo_vdpau: Move all remaining static/global variables to contextUoti Urpala2009-08-291-103/+103
| * vo_vdpau: Move things to context structUoti Urpala2009-08-291-254/+257
| * vo_vdpau: Make info struct constUoti Urpala2009-08-291-1/+1
| * vo_vdpau: Replace global function table with context variableUoti Urpala2009-08-291-91/+148
| * vo_vdpau: Move VDPAU interface pointers into one structUoti Urpala2009-08-291-53/+55
| * vo_vdpau: Add template file for VDPAU functionsUoti Urpala2009-08-291-86/+7
| * vo_vdpau: Make compile as new-style VOUoti Urpala2009-08-291-78/+97
| * vo_vdpau: Delete GUI stuff, include font_load.h for force_load_fontUoti Urpala2009-08-291-8/+1
* | Change type names to match upstream libassGrigori Goronzy2009-08-071-2/+2
* | Remove internal libass treeUoti Urpala2009-07-261-2/+1
* | Remove the internal GUIAnton Khirnov2009-07-071-9/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
|/
* Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+3
|\
| * Do not use flag CWBackPixel when calling vo_x11_create_vo_window():cehoyos2009-05-081-1/+3
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-081-1/+0
|\ \
| * | VO: Don't reset pause status in VO config() functionsUoti Urpala2009-04-021-1/+0
* | | Merge svn changes up to r29117Uoti Urpala2009-04-011-55/+152
|\ \ \ | |/ / |/| / | |/
| * Support IMGFMT_NV12 for vo vdpau.cehoyos2009-03-301-0/+6
| * Make sure we do not accidentally use the vdp_get_error_string from thereimar2009-03-301-0/+1
| * Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.cehoyos2009-03-291-2/+20
| * VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.cehoyos2009-03-291-0/+2
| * Cosmetics: Reindent after last commit.cehoyos2009-03-291-1/+1
| * 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.cehoyos2009-03-291-0/+3
| * Simplify vdpau deinterlacing code and fix timing for deint=2.cehoyos2009-03-251-7/+7
| * New VDPAU deinterlacing code needs one reference surface less for software de...cehoyos2009-03-241-1/+1
| * New vdpau deinterlacing code needs one reference surface less.cehoyos2009-03-241-6/+5
| * Stephen Warren reported that VDPAU deinterlacing did not work correctly.cehoyos2009-03-241-4/+10
| * Change function call order in config().cehoyos2009-03-221-10/+5
| * 10l: Only try to create vdpau decoder if hardware decoding is intended.cehoyos2009-03-211-1/+1
| * Test if create_vdp_decoder() might succeed by calling it from config()cehoyos2009-03-211-0/+3
| * Change return value for create_vdp_decoder().cehoyos2009-03-211-3/+3
| * Factorize create_vdp_decoder().cehoyos2009-03-211-32/+40
| * Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.cehoyos2009-03-181-4/+24
| * Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).cehoyos2009-03-161-0/+11
| * Move initialisation of deint_surfaces[] to free_video_specific().cehoyos2009-03-151-4/+4
| * Update -vo vdpau command line help.cehoyos2009-03-151-4/+4
| * Cosmetics: Fix whitespace.cehoyos2009-03-151-1/+1
| * Initial support for advanced VDPAU deinterlacers (software-decoded videocehoyos2009-03-151-9/+34
* | 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