| Commit message (Expand) | Author | Age |
* | 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 |
* | Cleanup. | iive | 2009-02-21 |
* | Cosmetics. Remove all trailing whitespaces | iive | 2009-02-21 |
* | Turn all remaining printf() into mp_msg(). | iive | 2009-02-20 |
* | Cleanup. | iive | 2009-02-20 |
* | Cosmetics part2. Indent local variable definitions like the rest of the code. | iive | 2009-02-20 |
* | Cosmetics part 1. Reindent to 4 spaces. | iive | 2009-02-20 |
* | Comment out "else" statement without following block. | iive | 2009-02-20 |
* | Move libavcodec includes together. | iive | 2009-02-20 |
* | Document that and why deinterlacing is not working | reimar | 2009-02-20 |
* | Add support for VDPAU deinterlacing, pullup, denoise and sharpening. | reimar | 2009-02-20 |
* | Use the same code to convert fps in float to fraction as used in mencoder, | reimar | 2009-02-18 |
* | Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for | reimar | 2009-02-18 |
* | Extend calc_src_dst_rects to also calculate the border values needed for | reimar | 2009-02-17 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | Fix compilation after last commit. | cehoyos | 2009-02-17 |
* | Cropping parameter to calc_src_dst_rects is const | reimar | 2009-02-17 |
* | 100l, reset ass_border when switching out of fullscreen mode. | reimar | 2009-02-17 |
* | The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined, | diego | 2009-02-17 |
* | Fix compilation without VDPAU | uau | 2009-02-17 |
* | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 |
* | Sync renaming of xvmc struct members in FFmpeg. | diego | 2009-02-16 |
* | The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg. | diego | 2009-02-15 |
* | Reflect ffmpeg change of xvmc struct field to xvmc_id. | iive | 2009-02-15 |
* | whitespace cosmetics: Remove all tabs and trailing whitespace. | diego | 2009-02-15 |
* | The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg. | diego | 2009-02-15 |