summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* Some ugly hacks to make compiling against a newer external version of libass ...reimar2009-12-241-0/+1
* Remove more direct includes of libass/ass.hreimar2009-12-241-1/+0
* Cosmetics: Reindent after r30050.cehoyos2009-12-171-5/+5
* Slightly increase hardware decoding performance by always using morecehoyos2009-12-171-7/+0
* Improve VDPAU render performance by increasing number of output surfaces.cehoyos2009-12-171-1/+1
* Do not dynamically load libvdpau.so.1, but link at compile time.cehoyos2009-11-111-20/+1
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-101-0/+4
* 100: Fix function parameters when calling create_vdp_decoder() from query_for...cehoyos2009-11-101-1/+1
* Cosmetics: Fix indentation after last commit.cehoyos2009-11-101-1/+1
* Fail in query_format() if a VDPAU decoder is not available.cehoyos2009-11-101-5/+8
* Add a default to switch(image_format), suppresses a warning after a future pa...cehoyos2009-11-101-0/+3
* Add new VDPAU feature high-quality-scaling (and require newer library).cehoyos2009-11-041-1/+9
* Cosmetics: Reindent after last commit.cehoyos2009-10-271-1/+1
* Allow image format BGRA when using vo vdpau.cehoyos2009-10-271-0/+38
* Implement VFCAP_FLIP for vo_vdpau.cehoyos2009-10-231-3/+5
* Free memory allocated in ff_vdpau_add_data_chunk() on uninit.cehoyos2009-10-221-0/+8
* Try to recover from VDPAU display pre-emptions.cehoyos2009-10-171-0/+76
* Support SMPTE-240M colourspace in vo_vdpau.cehoyos2009-10-121-3/+4
* Add colorspace option to vo_vdpau.cehoyos2009-10-101-12/+39
* cosmetics: Remove some pointless parentheses from return calls.diego2009-10-081-2/+2
* cosmetics: Break two more lines.diego2009-10-081-2/+4
* K&R coding style and whitespace cosmeticsdiego2009-10-061-162/+170
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* Do not use flag CWBackPixel when calling vo_x11_create_vo_window():cehoyos2009-05-081-1/+3
* 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
* 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
* 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
* 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
* Cosmetics: Fix indentation and line length.cehoyos2009-02-241-6/+7
* Enable Bob de-interlacing for VDPAU.cehoyos2009-02-241-13/+26
* Only check for vdp_video_mixer_destroy failure when we actually executed that...reimar2009-02-231-2/+3
* EOSD/ASS support for vo_vdpau.creimar2009-02-231-1/+187
* Add forgotten type to variable declaration.reimar2009-02-211-2/+2
* Document that and why deinterlacing is not workingreimar2009-02-201-3/+6
* Add support for VDPAU deinterlacing, pullup, denoise and sharpening.reimar2009-02-201-5/+71
* Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forreimar2009-02-181-1/+3
* Extend calc_src_dst_rects to also calculate the border values needed forreimar2009-02-171-2/+7
* Add support for VDPAU video out, including hardware decoding.reimar2009-02-161-0/+809