| Commit message (Expand) | Author | Age |
* | Fix a signedness issue that caused a warning to be wrongfully printed at runt... | gpoirier | 2009-04-21 |
* | Unify error message output and update error messages. | diego | 2009-04-20 |
* | follow renaming of pbBufPtr() to put_bits_ptr() by stefano | rik | 2009-04-13 |
* | fix a memory leak leading to ~80 bytes being leaked at each call to flip_page. | gpoirier | 2009-04-13 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 |
* | Prefer vo vdpau over vo xv where available. | cehoyos | 2009-03-31 |
* | Get rid of nonsensical limits on -geometry x, y,w and h values, they only | reimar | 2009-03-31 |
* | 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 |
* | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo. | reimar | 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 |
* | 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 |