index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
vo_vdpau.c
Commit message (
Expand
)
Author
Age
*
Cosmetics: Reindent after r30050.
cehoyos
2009-12-17
*
Slightly increase hardware decoding performance by always using more
cehoyos
2009-12-17
*
Improve VDPAU render performance by increasing number of output surfaces.
cehoyos
2009-12-17
*
Do not dynamically load libvdpau.so.1, but link at compile time.
cehoyos
2009-11-11
*
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
2009-11-10
*
100: Fix function parameters when calling create_vdp_decoder() from query_for...
cehoyos
2009-11-10
*
Cosmetics: Fix indentation after last commit.
cehoyos
2009-11-10
*
Fail in query_format() if a VDPAU decoder is not available.
cehoyos
2009-11-10
*
Add a default to switch(image_format), suppresses a warning after a future pa...
cehoyos
2009-11-10
*
Add new VDPAU feature high-quality-scaling (and require newer library).
cehoyos
2009-11-04
*
Cosmetics: Reindent after last commit.
cehoyos
2009-10-27
*
Allow image format BGRA when using vo vdpau.
cehoyos
2009-10-27
*
Implement VFCAP_FLIP for vo_vdpau.
cehoyos
2009-10-23
*
Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
cehoyos
2009-10-22
*
Try to recover from VDPAU display pre-emptions.
cehoyos
2009-10-17
*
Support SMPTE-240M colourspace in vo_vdpau.
cehoyos
2009-10-12
*
Add colorspace option to vo_vdpau.
cehoyos
2009-10-10
*
cosmetics: Remove some pointless parentheses from return calls.
diego
2009-10-08
*
cosmetics: Break two more lines.
diego
2009-10-08
*
K&R coding style and whitespace cosmetics
diego
2009-10-06
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Do not use flag CWBackPixel when calling vo_x11_create_vo_window():
cehoyos
2009-05-08
*
Support IMGFMT_NV12 for vo vdpau.
cehoyos
2009-03-30
*
Make sure we do not accidentally use the vdp_get_error_string from the
reimar
2009-03-30
*
Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.
cehoyos
2009-03-29
*
VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.
cehoyos
2009-03-29
*
Cosmetics: Reindent after last commit.
cehoyos
2009-03-29
*
10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.
cehoyos
2009-03-29
*
Simplify vdpau deinterlacing code and fix timing for deint=2.
cehoyos
2009-03-25
*
New VDPAU deinterlacing code needs one reference surface less for software de...
cehoyos
2009-03-24
*
New vdpau deinterlacing code needs one reference surface less.
cehoyos
2009-03-24
*
Stephen Warren reported that VDPAU deinterlacing did not work correctly.
cehoyos
2009-03-24
*
Change function call order in config().
cehoyos
2009-03-22
*
10l: Only try to create vdpau decoder if hardware decoding is intended.
cehoyos
2009-03-21
*
Test if create_vdp_decoder() might succeed by calling it from config()
cehoyos
2009-03-21
*
Change return value for create_vdp_decoder().
cehoyos
2009-03-21
*
Factorize create_vdp_decoder().
cehoyos
2009-03-21
*
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
cehoyos
2009-03-18
*
Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).
cehoyos
2009-03-16
*
Move initialisation of deint_surfaces[] to free_video_specific().
cehoyos
2009-03-15
*
Update -vo vdpau command line help.
cehoyos
2009-03-15
*
Cosmetics: Fix whitespace.
cehoyos
2009-03-15
*
Initial support for advanced VDPAU deinterlacers (software-decoded video
cehoyos
2009-03-15
*
Output number of reference frames before creating H264 vdpau decoder.
cehoyos
2009-03-09
*
Make data related to suboption parsing const in libvo
reimar
2009-03-07
*
Remove duplicate OSD drawing introduced due to a conflict between r28840 and ...
reimar
2009-03-06
*
As for vo_gl, do not rely on draw_osd to render EOSD.
reimar
2009-03-06
*
Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.
greg
2009-03-06
*
Make sure all output_surfaces are initialized in preinit.
reimar
2009-03-04
*
Use M_PI for pi.
cehoyos
2009-02-28
[next]