| Commit message (Expand) | Author | Age |
... | |
* | Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing). | cehoyos | 2009-03-16 |
* | Check mpi type before returning an DR buffer in get_image, fixes jerkiness | reimar | 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 |
* | Fix warning: Add forgotten 'int' to variable declaration. | iive | 2009-03-15 |
* | cosmetics: Remove file names from file header, it only causes trouble. | diego | 2009-03-15 |
* | Remove obsolete extra elements from opt_t struct initialization. | diego | 2009-03-15 |
* | Get rid of pointless preprocessor condition indirection and use ARCH_X86 | diego | 2009-03-15 |
* | "MPlayer - The Movie Player" should be used as the player name. | diego | 2009-03-15 |
* | cosmetics: typo fix | diego | 2009-03-15 |
* | KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net | diego | 2009-03-14 |
* | Output number of reference frames before creating H264 vdpau decoder. | cehoyos | 2009-03-09 |
* | Merge two preprocessor conditions in order to drop one duplicated #else case. | diego | 2009-03-09 |
* | Change default OSD/subtitle font sizes. | greg | 2009-03-09 |
* | cosmetics: spelling fixes | diego | 2009-03-07 |
* | cosmetics: Reformat file header. | diego | 2009-03-07 |
* | Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x... | reimar | 2009-03-07 |
* | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 |
* | Refactor smalltex/tinytex EOSD optimization in vo_gl | reimar | 2009-03-06 |
* | Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD, | reimar | 2009-03-06 |
* | 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 |
* | Do not rely on draw_osd to render the EOSD, instead draw it already at the | reimar | 2009-03-06 |
* | Make sure all output_surfaces are initialized in preinit. | reimar | 2009-03-04 |
* | Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right | reimar | 2009-03-04 |
* | Make WinID a 64 bit integer, this should avoid issues with valid Window | reimar | 2009-03-02 |
* | Use M_PI for pi. | cehoyos | 2009-02-28 |
* | Make VdpVideoMixerAttribute attributes[] static const. | cehoyos | 2009-02-28 |
* | Support brightness, contrast, hue and saturation adjustments via | cehoyos | 2009-02-28 |
* | Fix OSD for vo vdpau:deint>1. | cehoyos | 2009-02-28 |
* | Handle vdp_decoder_create failures better, in particular avoid unrelated | reimar | 2009-02-28 |
* | Do not forget the chosen deinterlacer for -vo vdpau. | cehoyos | 2009-02-27 |
* | Add one-field-only output for -vo vdpau. | cehoyos | 2009-02-27 |
* | Document that all vdpau deinterlacers respect -field-dominance. | cehoyos | 2009-02-27 |
* | 10l: Remove debug printf() from last commit. | cehoyos | 2009-02-26 |
* | Support "D" to (de-)activate deinterlacing when using vo vdpau. | cehoyos | 2009-02-26 |
* | 10l: Add missing braces for VOCTRL_GET_EOSD_RES. | cehoyos | 2009-02-25 |
* | Use memset to make sure all parts of struct sockaddr_in are always initialized. | reimar | 2009-02-25 |
* | Change code to actually work when NUM_OUTPUT_SURFACES is changed. | reimar | 2009-02-25 |
* | Cosmetics: Fix indentation and line length. | cehoyos | 2009-02-24 |
* | Enable Bob de-interlacing for VDPAU. | cehoyos | 2009-02-24 |
* | Calculate border size in aspect keeping code by using AdjustWindowRect | reimar | 2009-02-23 |
* | Only check for vdp_video_mixer_destroy failure when we actually executed that... | reimar | 2009-02-23 |
* | EOSD/ASS support for vo_vdpau.c | reimar | 2009-02-23 |
* | Add forgotten type to variable declaration. | reimar | 2009-02-21 |
* | 100l, place vdpau below xv, it should not normally be preferred for auto-sele... | reimar | 2009-02-21 |
* | Cosmetics. Reindent to 4 spaces. | iive | 2009-02-21 |