| Commit message (Expand) | Author | Age |
* | Fix aspect_fit to work correctly when borders need to be added on top and | reimar | 2009-08-27 |
* | Forgotten changes to aspect code to handle -wid with -fs. | reimar | 2009-08-27 |
* | First attempts at supporting -fs with -wid, -vo gl on X11 only so far | reimar | 2009-08-27 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | Use memcpy_pic2 instead of reimplementing it. | reimar | 2009-06-26 |
* | Close /dev/tty again on uninit. | reimar | 2009-06-26 |
* | Fix indentation broken in last patch | reimar | 2009-06-26 |
* | Get rid of completely pointless vt_doit variable | reimar | 2009-06-26 |
* | 10l, use fopen directly instead of open + fdopen | reimar | 2009-06-26 |
* | Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an | reimar | 2009-06-26 |
* | Use FFALIGN and FFMAX3 | reimar | 2009-06-26 |
* | Remove useless casts | reimar | 2009-06-26 |
* | fbdev: remove pointless () | reimar | 2009-06-26 |
* | Use the RESET_GEOMETRY macro in one more place instead of duplicating its code. | reimar | 2009-06-26 |
* | 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a | reimar | 2009-06-26 |
* | fix missing event on move that breaks xmga window movement | attila | 2009-06-19 |
* | enable fontconfig support by default. This change takes only in effect, | siretart | 2009-06-17 |
* | When used with shared_buffer, there's no need for a NSApp object, which cause... | adrian | 2009-05-18 |
* | When used with shared_buffer, autorelease in each flip_page so objects don't ... | adrian | 2009-05-18 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Do not use flag CWBackPixel when calling vo_x11_create_vo_window(): | cehoyos | 2009-05-08 |
* | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 |
* | Rename macosx video output driver to corevideo. | diego | 2009-05-04 |
* | Replace QuickTime.h #include with Carbon.h, which is really needed. | diego | 2009-05-04 |
* | Change getdladdr to always use dlopen, dlsym and then dlclose. | reimar | 2009-04-23 |
* | 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 |