index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvo
/
vo_vdpau.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vo_vdpau: fix indentation of some switch statements
Uoti Urpala
2010-11-02
1
-49
/
+49
*
vo_vdpau: add extra check for unknown image format
Uoti Urpala
2010-11-02
1
-2
/
+4
*
vo_vdpau: fix loop initializing output surfaces as invalid
Uoti Urpala
2010-05-26
1
-5
/
+10
*
vo_vdpau: support queuing an arbitrary number of frames ahead
Uoti Urpala
2010-05-14
1
-37
/
+56
*
vo_vdpau: add option for studio level output
Uoti Urpala
2010-05-12
1
-0
/
+15
*
vdpau: drop support for old versions
Uoti Urpala
2010-05-11
1
-5
/
+0
*
vo_vdpau.c cosmetics: add WRAP_ADD macro
Uoti Urpala
2010-05-06
1
-6
/
+9
*
build/vdpau: drop support for dynamic loading of libvdpau
Uoti Urpala
2010-02-26
1
-26
/
+2
*
vo_vdpau: improve VOCTRL_GET_EOSD_RES code
Uoti Urpala
2010-02-26
1
-10
/
+4
*
vo_vdpau: make queuing future frame flips adjustable
Uoti Urpala
2010-02-05
1
-0
/
+8
*
vo_vdpau.c: Fix compilation with old libvdpau versions
Uoti Urpala
2009-11-29
1
-2
/
+2
*
vo_vdpau: Check return value when setting video mixer features
Uoti Urpala
2009-11-17
1
-3
/
+6
*
cosmetics: remove some unused variables
Uoti Urpala
2009-11-17
1
-1
/
+0
*
vo_vdpau: Check return value when setting video attributes
Uoti Urpala
2009-11-17
1
-24
/
+24
*
Support VDPAU MPEG4 hardware decoding
Uoti Urpala
2009-11-16
1
-0
/
+6
*
vo_vdpau: Remove custom help message
Uoti Urpala
2009-11-16
1
-24
/
+7
*
vo_vdpau: Add support for high-quality scaling feature
Uoti Urpala
2009-11-15
1
-2
/
+24
*
vo_vdpau: add support for VFCAP_FLIP
Uoti Urpala
2009-11-15
1
-3
/
+6
*
vo_vdpau: Free buffers allocated by FFmpeg on uninit
Uoti Urpala
2009-11-15
1
-0
/
+4
*
Add yuv_colorspace property, implemented in vo_vdpau and vo_xv
Uoti Urpala
2009-11-15
1
-14
/
+45
*
Implement vsync-aware frame timing for VDPAU
Uoti Urpala
2009-11-15
1
-13
/
+217
*
vo_vdpau: Modify frame buffering code
Uoti Urpala
2009-11-15
1
-54
/
+77
*
cosmetics: Add two missing "static"
Uoti Urpala
2009-10-22
1
-1
/
+1
*
vo_vdpau: Fix X event handling bugs
Uoti Urpala
2009-09-19
1
-8
/
+10
*
core/VO: Allow VO drivers to add/modify frames
Uoti Urpala
2009-09-18
1
-72
/
+117
*
VO interface: Remove obsolete draw_frame() from new interface
Uoti Urpala
2009-09-17
1
-6
/
+0
*
vo_vdpau: Support recovering from VDPAU display preemption
Uoti Urpala
2009-09-07
1
-61
/
+165
*
vo_vdpau: Support updating OSD while paused
Uoti Urpala
2009-09-05
1
-0
/
+6
*
vo_vdpau.c: Reindent control() switch statement
Uoti Urpala
2009-09-05
1
-77
/
+76
*
vo_vdpau: Allocate one large surface for EOSD content
Uoti Urpala
2009-09-05
1
-78
/
+157
*
Merge branch 'vdpau_old' into vdpau
Uoti Urpala
2009-08-31
1
-684
/
+757
|
\
|
*
vo_vdpau.c: cosmetics
Uoti Urpala
2009-08-29
1
-198
/
+258
|
*
vo_vdpau: reindent after GUI code removal
Uoti Urpala
2009-08-29
1
-30
/
+28
|
*
vo_vpdau: Clean up uninit logic
Uoti Urpala
2009-08-29
1
-52
/
+54
|
*
vo_vdpau: Make CHECK_ST macro safer
Uoti Urpala
2009-08-29
1
-41
/
+51
|
*
vo_vdpau: Move all remaining static/global variables to context
Uoti Urpala
2009-08-29
1
-103
/
+103
|
*
vo_vdpau: Move things to context struct
Uoti Urpala
2009-08-29
1
-254
/
+257
|
*
vo_vdpau: Make info struct const
Uoti Urpala
2009-08-29
1
-1
/
+1
|
*
vo_vdpau: Replace global function table with context variable
Uoti Urpala
2009-08-29
1
-91
/
+148
|
*
vo_vdpau: Move VDPAU interface pointers into one struct
Uoti Urpala
2009-08-29
1
-53
/
+55
|
*
vo_vdpau: Add template file for VDPAU functions
Uoti Urpala
2009-08-29
1
-86
/
+7
|
*
vo_vdpau: Make compile as new-style VO
Uoti Urpala
2009-08-29
1
-78
/
+97
|
*
vo_vdpau: Delete GUI stuff, include font_load.h for force_load_font
Uoti Urpala
2009-08-29
1
-8
/
+1
*
|
Change type names to match upstream libass
Grigori Goronzy
2009-08-07
1
-2
/
+2
*
|
Remove internal libass tree
Uoti Urpala
2009-07-26
1
-2
/
+1
*
|
Remove the internal GUI
Anton Khirnov
2009-07-07
1
-9
/
+1
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-1
/
+1
|
/
*
Merge svn changes up to r29277
Uoti Urpala
2009-05-08
1
-1
/
+3
|
\
|
*
Do not use flag CWBackPixel when calling vo_x11_create_vo_window():
cehoyos
2009-05-08
1
-1
/
+3
*
|
Merge branch 'ordered_chapters'
Uoti Urpala
2009-04-08
1
-1
/
+0
|
\
\
|
*
|
VO: Don't reset pause status in VO config() functions
Uoti Urpala
2009-04-02
1
-1
/
+0
*
|
|
Merge svn changes up to r29117
Uoti Urpala
2009-04-01
1
-55
/
+152
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Support IMGFMT_NV12 for vo vdpau.
cehoyos
2009-03-30
1
-0
/
+6
|
*
Make sure we do not accidentally use the vdp_get_error_string from the
reimar
2009-03-30
1
-0
/
+1
|
*
Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.
cehoyos
2009-03-29
1
-2
/
+20
|
*
VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.
cehoyos
2009-03-29
1
-0
/
+2
|
*
Cosmetics: Reindent after last commit.
cehoyos
2009-03-29
1
-1
/
+1
|
*
10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.
cehoyos
2009-03-29
1
-0
/
+3
|
*
Simplify vdpau deinterlacing code and fix timing for deint=2.
cehoyos
2009-03-25
1
-7
/
+7
|
*
New VDPAU deinterlacing code needs one reference surface less for software de...
cehoyos
2009-03-24
1
-1
/
+1
|
*
New vdpau deinterlacing code needs one reference surface less.
cehoyos
2009-03-24
1
-6
/
+5
|
*
Stephen Warren reported that VDPAU deinterlacing did not work correctly.
cehoyos
2009-03-24
1
-4
/
+10
|
*
Change function call order in config().
cehoyos
2009-03-22
1
-10
/
+5
|
*
10l: Only try to create vdpau decoder if hardware decoding is intended.
cehoyos
2009-03-21
1
-1
/
+1
|
*
Test if create_vdp_decoder() might succeed by calling it from config()
cehoyos
2009-03-21
1
-0
/
+3
|
*
Change return value for create_vdp_decoder().
cehoyos
2009-03-21
1
-3
/
+3
|
*
Factorize create_vdp_decoder().
cehoyos
2009-03-21
1
-32
/
+40
|
*
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
cehoyos
2009-03-18
1
-4
/
+24
|
*
Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).
cehoyos
2009-03-16
1
-0
/
+11
|
*
Move initialisation of deint_surfaces[] to free_video_specific().
cehoyos
2009-03-15
1
-4
/
+4
|
*
Update -vo vdpau command line help.
cehoyos
2009-03-15
1
-4
/
+4
|
*
Cosmetics: Fix whitespace.
cehoyos
2009-03-15
1
-1
/
+1
|
*
Initial support for advanced VDPAU deinterlacers (software-decoded video
cehoyos
2009-03-15
1
-9
/
+34
*
|
Merge svn changes up to r28951
Uoti Urpala
2009-03-14
1
-1
/
+2
|
\
|
|
*
Output number of reference frames before creating H264 vdpau decoder.
cehoyos
2009-03-09
1
-0
/
+1
|
*
Make data related to suboption parsing const in libvo
reimar
2009-03-07
1
-1
/
+1
*
|
Merge svn changes up to r28862
Uoti Urpala
2009-03-07
1
-5
/
+68
|
\
|
|
*
Remove duplicate OSD drawing introduced due to a conflict between r28840 and ...
reimar
2009-03-06
1
-3
/
+1
|
*
As for vo_gl, do not rely on draw_osd to render EOSD.
reimar
2009-03-06
1
-1
/
+6
|
*
Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.
greg
2009-03-06
1
-1
/
+1
|
*
Make sure all output_surfaces are initialized in preinit.
reimar
2009-03-04
1
-1
/
+1
|
*
Use M_PI for pi.
cehoyos
2009-02-28
1
-2
/
+3
|
*
Make VdpVideoMixerAttribute attributes[] static const.
cehoyos
2009-02-28
1
-1
/
+1
|
*
Support brightness, contrast, hue and saturation adjustments via
cehoyos
2009-02-28
1
-2
/
+54
|
*
Fix OSD for vo vdpau:deint>1.
cehoyos
2009-02-28
1
-1
/
+3
|
*
Handle vdp_decoder_create failures better, in particular avoid unrelated
reimar
2009-02-28
1
-0
/
+5
*
|
Merge svn changes up to r28755
Uoti Urpala
2009-02-28
1
-18
/
+34
|
\
|
|
*
Do not forget the chosen deinterlacer for -vo vdpau.
cehoyos
2009-02-27
1
-0
/
+6
|
*
Add one-field-only output for -vo vdpau.
cehoyos
2009-02-27
1
-6
/
+7
|
*
Document that all vdpau deinterlacers respect -field-dominance.
cehoyos
2009-02-27
1
-1
/
+1
|
*
10l: Remove debug printf() from last commit.
cehoyos
2009-02-26
1
-1
/
+0
|
*
Support "D" to (de-)activate deinterlacing when using vo vdpau.
cehoyos
2009-02-26
1
-0
/
+7
|
*
10l: Add missing braces for VOCTRL_GET_EOSD_RES.
cehoyos
2009-02-25
1
-2
/
+4
|
*
Change code to actually work when NUM_OUTPUT_SURFACES is changed.
reimar
2009-02-25
1
-9
/
+10
*
|
Merge svn changes up to r28728
Uoti Urpala
2009-02-25
1
-19
/
+33
|
\
|
|
*
Cosmetics: Fix indentation and line length.
cehoyos
2009-02-24
1
-6
/
+7
|
*
Enable Bob de-interlacing for VDPAU.
cehoyos
2009-02-24
1
-13
/
+26
*
|
Merge svn changes up to r28712
Uoti Urpala
2009-02-23
1
-5
/
+192
|
\
|
|
*
Only check for vdp_video_mixer_destroy failure when we actually executed that...
reimar
2009-02-23
1
-2
/
+3
|
*
EOSD/ASS support for vo_vdpau.c
reimar
2009-02-23
1
-1
/
+187
|
*
Add forgotten type to variable declaration.
reimar
2009-02-21
1
-2
/
+2
*
|
Merge svn changes up to r28690
Uoti Urpala
2009-02-21
1
-5
/
+74
|
\
|
|
*
Document that and why deinterlacing is not working
reimar
2009-02-20
1
-3
/
+6
|
*
Add support for VDPAU deinterlacing, pullup, denoise and sharpening.
reimar
2009-02-20
1
-5
/
+71
*
|
Merge svn changes up to r28655
Uoti Urpala
2009-02-19
1
-1
/
+3
|
\
|
|
*
Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for
reimar
2009-02-18
1
-1
/
+3
*
|
Merge svn changes up to r28641
Uoti Urpala
2009-02-18
1
-18
/
+7
|
/
*
Extend calc_src_dst_rects to also calculate the border values needed for
reimar
2009-02-17
1
-2
/
+7
*
Add support for VDPAU video out, including hardware decoding.
reimar
2009-02-16
1
-0
/
+809