| Commit message (Expand) | Author | Age |
* | vidix: drop VIDIX support | Uoti Urpala | 2011-01-31 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 |
* | libvo: remove UNUSED() macros | diego | 2010-11-02 |
* | vo_vesa: mark a function static | diego | 2010-11-02 |
* | vo_vesa, vo_directfb2: Replace local min/max macros by FFMIN/FFMAX | diego | 2010-11-02 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 |
* | Merge svn changes up to r30195 | Uoti Urpala | 2010-01-08 |
|\ |
|
| * | Replace deprecated sws_scale_ordered usages by sws_scale (which does the same). | reimar | 2010-01-03 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 |
|\| |
|
| * | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo. | reimar | 2009-03-29 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 |
|\| |
|
| * | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | | Merge svn changes up to r27573 | Uoti Urpala | 2008-09-10 |
|\| |
|
| * | Replace casual GPL notices by proper license headers. | diego | 2008-09-07 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 |
|\| |
|
| * | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 |
* | | Add new video driver API | Uoti Urpala | 2008-04-23 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 |
* | | Change VOCTRL_[GET|SET]_EQUALIZER argument passing | Uoti Urpala | 2008-04-23 |
|/ |
|
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-27 |
* | Relicense files written by Nick Kurshev and marked as "GPL v2" to | diego | 2007-12-30 |
* | Remove redundant extern declarations, fixes the warnings: | diego | 2007-12-30 |
* | Make vo info structs const | reimar | 2007-12-02 |
* | Remove video_out_png extern in vo_vesa (remains of ill-advised | reimar | 2007-12-02 |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | call vbeGetControllerInfo() only once | aurel | 2007-03-23 |
* | Fix unkown --> unkNown typo. | diego | 2007-03-07 |
* | don't fatal if saving vesa state failed (this always fails on qemu, with this... | ben | 2007-01-04 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 |
* | Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at. | diego | 2006-12-01 |
* | if double buffering is enabled, but vbeSetDisplayStart() fails, turn double b... | ben | 2006-08-25 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 |
* | Rename some misspelled and misnamed messages. | diego | 2006-04-28 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | Make include paths consistent among files in libvo. Since -I.. is added | diego | 2005-10-23 |
* | use libvbe from vesautils | alex | 2005-08-18 |
* | 10l, patch found in geexbox | alex | 2005-08-11 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 |
* | strides should always be signed | rfelker | 2005-02-24 |
* | Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the get | faust3 | 2004-10-06 |
* | use aspect code when used with vidix | faust3 | 2004-09-26 |
* | 10l query format at least when used with vidix, disable colorkeying with vidi... | faust3 | 2004-08-01 |