summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'osd_changes' into masterwm42012-11-011-298/+119
|\
| * VO: remove code duplication for setting up mp_osd_reswm42012-11-011-28/+13
| * vo_vdpau: remove unneeded assignment to vo_fswm42012-11-011-3/+0
| * screenshot: remove hack for passing anamorphic image sizewm42012-11-011-4/+2
| * screenshot: let VOs pass colorspace information via mp_imagewm42012-11-011-0/+2
| * Merge branch 'master' into osd_changeswm42012-10-241-23/+34
| |\
| * | VO, sub: refactorwm42012-10-241-45/+58
| * | sub: switch to premultiplied alphawm42012-10-161-1/+8
| * | sub: cosmetics: move things aroundwm42012-10-161-3/+2
| * | sub, VO: remove vo_osd_resized() functionwm42012-10-161-1/+1
| * | sub: remove logic for disabling hinting on scaled EOSDwm42012-10-161-1/+1
| * | sub, vo_gl3, vo_vdpau: exit early if there are no sub-images to drawwm42012-10-161-1/+1
| * | vo_vdpau: use new EOSD for OSD, remove support for old OSD formatwm42012-10-161-180/+13
| * | vo_vdpau: allow multiple EOSD rendererswm42012-10-161-34/+45
| * | sub: create sub_bitmap array even when using libasswm42012-10-161-54/+30
* | | vo_vdpau: fix off-by-one errorreimar2012-10-311-1/+1
| |/ |/|
* | vo_vdpau: fix screenshotswm42012-10-211-18/+32
* | VO: fix screenshot size with -geometrywm42012-10-201-5/+2
|/
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-181-30/+81
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-181-2/+7
* vo_vdpau: split bitmap packing code into a separate fileUoti Urpala2012-09-181-146/+262
* vo_vdpau: fix crash when vo_vdpau initialization failswm42012-08-161-1/+1
* video_out: rename privsize member to priv_sizewm42012-08-061-1/+1
* options: get rid of some compatibility stuffwm42012-08-061-5/+0
* osd: use libass for OSD renderingwm42012-07-281-7/+1
* Merge remote-tracking branch 'origin/master'wm42012-07-281-60/+41
|\
| * vo_vdpau: disable refresh-aware frame timing when compositedUoti Urpala2012-07-271-2/+7
| * vo_vdpau: fix possible crash after preemptionUoti Urpala2012-07-161-3/+5
| * VO: implement shared option handling, use for vdpauUoti Urpala2012-07-161-55/+29
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-161-1/+2
|\|
| * vo_gl: improve 10-bit YUV->RGB conversion accuracy slightlyUoti Urpala2012-03-091-1/+2
* | Merge branch 'eosd' into my_masterwm42012-01-181-201/+54
|\ \ | |/ |/|
| * libvo, vo_vdpau: make the EOSD packer code from vo_vdpau genericwm42011-12-251-201/+54
* | vo_vdpau: fix preemption recovery after recent commitsUoti Urpala2011-12-201-25/+27
|/
* vo_vdpau: use new want_redraw mechanism in one more caseUoti Urpala2011-12-091-3/+1
* Merge remote-tracking branch 'wm4/window_title'Uoti Urpala2011-12-071-2/+2
|\
| * libvo: remove title argument from struct vo_driver.configwm42011-12-061-2/+2
* | core, vo: new window refresh logic, add slow-video OSD redrawUoti Urpala2011-12-061-29/+7
* | core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-061-4/+1
* | vo: do final frame draw only near page flipUoti Urpala2011-12-061-12/+26
|/
* vo_vdpau: implement screenshotswm42011-11-251-11/+89
* video, options: implement better YUV->RGB conversion controlwm42011-10-161-64/+27
* vo_vpdau: fix preemption recovery broken in decec7f2a37e559dUoti Urpala2011-08-111-11/+22
* vo_vdpau: skip resize code if not fully initializedUoti Urpala2011-07-171-0/+5
* 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