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
*
Some ugly hacks to make compiling against a newer external version of libass ...
reimar
2009-12-24
1
-0
/
+1
*
Remove more direct includes of libass/ass.h
reimar
2009-12-24
1
-1
/
+0
*
Cosmetics: Reindent after r30050.
cehoyos
2009-12-17
1
-5
/
+5
*
Slightly increase hardware decoding performance by always using more
cehoyos
2009-12-17
1
-7
/
+0
*
Improve VDPAU render performance by increasing number of output surfaces.
cehoyos
2009-12-17
1
-1
/
+1
*
Do not dynamically load libvdpau.so.1, but link at compile time.
cehoyos
2009-11-11
1
-20
/
+1
*
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
2009-11-10
1
-0
/
+4
*
100: Fix function parameters when calling create_vdp_decoder() from query_for...
cehoyos
2009-11-10
1
-1
/
+1
*
Cosmetics: Fix indentation after last commit.
cehoyos
2009-11-10
1
-1
/
+1
*
Fail in query_format() if a VDPAU decoder is not available.
cehoyos
2009-11-10
1
-5
/
+8
*
Add a default to switch(image_format), suppresses a warning after a future pa...
cehoyos
2009-11-10
1
-0
/
+3
*
Add new VDPAU feature high-quality-scaling (and require newer library).
cehoyos
2009-11-04
1
-1
/
+9
*
Cosmetics: Reindent after last commit.
cehoyos
2009-10-27
1
-1
/
+1
*
Allow image format BGRA when using vo vdpau.
cehoyos
2009-10-27
1
-0
/
+38
*
Implement VFCAP_FLIP for vo_vdpau.
cehoyos
2009-10-23
1
-3
/
+5
*
Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
cehoyos
2009-10-22
1
-0
/
+8
*
Try to recover from VDPAU display pre-emptions.
cehoyos
2009-10-17
1
-0
/
+76
*
Support SMPTE-240M colourspace in vo_vdpau.
cehoyos
2009-10-12
1
-3
/
+4
*
Add colorspace option to vo_vdpau.
cehoyos
2009-10-10
1
-12
/
+39
*
cosmetics: Remove some pointless parentheses from return calls.
diego
2009-10-08
1
-2
/
+2
*
cosmetics: Break two more lines.
diego
2009-10-08
1
-2
/
+4
*
K&R coding style and whitespace cosmetics
diego
2009-10-06
1
-162
/
+170
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-1
/
+1
*
Do not use flag CWBackPixel when calling vo_x11_create_vo_window():
cehoyos
2009-05-08
1
-1
/
+3
*
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
*
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
*
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
*
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
*
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
*
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
*
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
*
Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for
reimar
2009-02-18
1
-1
/
+3
*
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