aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_vdpau.c
Commit message (Expand)AuthorAge
* 100l: Fix compilation (broken by me).Gravatar cehoyos2010-02-04
* Clarify -vo vdpau:pullupGravatar cehoyos2010-02-04
* Some ugly hacks to make compiling against a newer external version of libass ...Gravatar reimar2009-12-24
* Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
* Cosmetics: Reindent after r30050.Gravatar cehoyos2009-12-17
* Slightly increase hardware decoding performance by always using moreGravatar cehoyos2009-12-17
* Improve VDPAU render performance by increasing number of output surfaces.Gravatar cehoyos2009-12-17
* Do not dynamically load libvdpau.so.1, but link at compile time.Gravatar cehoyos2009-11-11
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableGravatar cehoyos2009-11-10
* 100: Fix function parameters when calling create_vdp_decoder() from query_for...Gravatar cehoyos2009-11-10
* Cosmetics: Fix indentation after last commit.Gravatar cehoyos2009-11-10
* Fail in query_format() if a VDPAU decoder is not available.Gravatar cehoyos2009-11-10
* Add a default to switch(image_format), suppresses a warning after a future pa...Gravatar cehoyos2009-11-10
* Add new VDPAU feature high-quality-scaling (and require newer library).Gravatar cehoyos2009-11-04
* Cosmetics: Reindent after last commit.Gravatar cehoyos2009-10-27
* Allow image format BGRA when using vo vdpau.Gravatar cehoyos2009-10-27
* Implement VFCAP_FLIP for vo_vdpau.Gravatar cehoyos2009-10-23
* Free memory allocated in ff_vdpau_add_data_chunk() on uninit.Gravatar cehoyos2009-10-22
* Try to recover from VDPAU display pre-emptions.Gravatar cehoyos2009-10-17
* Support SMPTE-240M colourspace in vo_vdpau.Gravatar cehoyos2009-10-12
* Add colorspace option to vo_vdpau.Gravatar cehoyos2009-10-10
* cosmetics: Remove some pointless parentheses from return calls.Gravatar diego2009-10-08
* cosmetics: Break two more lines.Gravatar diego2009-10-08
* K&R coding style and whitespace cosmeticsGravatar diego2009-10-06
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Do not use flag CWBackPixel when calling vo_x11_create_vo_window():Gravatar cehoyos2009-05-08
* Support IMGFMT_NV12 for vo vdpau.Gravatar cehoyos2009-03-30
* Make sure we do not accidentally use the vdp_get_error_string from theGravatar reimar2009-03-30
* Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.Gravatar cehoyos2009-03-29
* VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.Gravatar cehoyos2009-03-29
* Cosmetics: Reindent after last commit.Gravatar cehoyos2009-03-29
* 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.Gravatar cehoyos2009-03-29
* Simplify vdpau deinterlacing code and fix timing for deint=2.Gravatar cehoyos2009-03-25
* New VDPAU deinterlacing code needs one reference surface less for software de...Gravatar cehoyos2009-03-24
* New vdpau deinterlacing code needs one reference surface less.Gravatar cehoyos2009-03-24
* Stephen Warren reported that VDPAU deinterlacing did not work correctly.Gravatar cehoyos2009-03-24
* Change function call order in config().Gravatar cehoyos2009-03-22
* 10l: Only try to create vdpau decoder if hardware decoding is intended.Gravatar cehoyos2009-03-21
* Test if create_vdp_decoder() might succeed by calling it from config()Gravatar cehoyos2009-03-21
* Change return value for create_vdp_decoder().Gravatar cehoyos2009-03-21
* Factorize create_vdp_decoder().Gravatar cehoyos2009-03-21
* Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.Gravatar cehoyos2009-03-18
* Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).Gravatar cehoyos2009-03-16
* Move initialisation of deint_surfaces[] to free_video_specific().Gravatar cehoyos2009-03-15
* Update -vo vdpau command line help.Gravatar cehoyos2009-03-15
* Cosmetics: Fix whitespace.Gravatar cehoyos2009-03-15
* Initial support for advanced VDPAU deinterlacers (software-decoded videoGravatar cehoyos2009-03-15
* Output number of reference frames before creating H264 vdpau decoder.Gravatar cehoyos2009-03-09
* Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* Remove duplicate OSD drawing introduced due to a conflict between r28840 and ...Gravatar reimar2009-03-06