aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* compilation fix clip_uint8 -> av_clip_uint8Gravatar rik2007-02-27
* support for new ivtv apiGravatar ben2007-02-26
* The fragment program functions are and most likely always will be ARB-only,Gravatar reimar2007-02-25
* 10, checked for the wrong thing. Do aspect scaling only in config_video_outGravatar reimar2007-02-25
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* Don't free and then allocate surfaces when config() is called again with same...Gravatar iive2007-02-19
* Fix 10 in r22250, do not use screendimensions if not setGravatar reimar2007-02-18
* Set classhint directly after creating window just as all other vos do, in acc...Gravatar reimar2007-02-18
* Revert r22255 on iive's request.Gravatar reimar2007-02-18
* Avoid parts of xvmc reinit when source format does not changeGravatar reimar2007-02-18
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* Fix two 10l memleaks in vo_xvmc.cGravatar reimar2007-02-15
* Avoid calling aspect on each frame and make ass subtitles work better with pa...Gravatar reimar2007-02-06
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* typo fixesGravatar kraymer2007-02-05
* Sanity check for vo window dimensions, helps avoid division by zeroGravatar reimar2007-02-05
* beckend -> backend typo fix in printfGravatar reimar2007-02-05
* Update gl:help output a bitGravatar reimar2007-02-03
* fix endianess, see bug #727Gravatar lu_zero2007-01-28
* fastmemcpy.h always has to include inttypes.h on systems that need it.Gravatar diego2007-01-26
* get rid of void pointer arithmetic, as spotted by ICCGravatar gpoirier2007-01-26
* Include string.h to make sure memcpy is not used without prototypeGravatar reimar2007-01-23
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* Move code to ignore mouse wheel "down" events to fifo.c (needed becauseGravatar reimar2007-01-21
* grammar/spelling/wording in commentsGravatar diego2007-01-18
* cosmetics: typo pallete --> paletteGravatar diego2007-01-13
* Do not abort on X11 errors, most are not at all fatal.Gravatar reimar2007-01-05
* Use av_d2q to produce the fps fraction, this usually produces more sane fract...Gravatar reimar2007-01-04
* Fix printf types: AVRational members are ints, not 64 bit.Gravatar reimar2007-01-04
* don't fatal if saving vesa state failed (this always fails on qemu, with this...Gravatar ben2007-01-04
* Amiga OS 4 supportGravatar diego2006-12-23
* compilation fixes: define always_inline and don't use uint64_t_CGravatar rik2006-12-23
* Remove duplicate vo_sub extern definition.Gravatar reimar2006-12-21
* Fix compilation under MinGW with X11 enabledGravatar reimar2006-12-17
* Get rid of completely useless includes that in addition hinder compilationGravatar reimar2006-12-16
* gcc 2.95 fixGravatar ods152006-12-15
* 10l, missing () in check for 32bit endian-conversion hackGravatar reimar2006-12-14
* Support for different endianness on client and server with -vo x11Gravatar reimar2006-12-12
* Align image data pointer, this is also in preparation of an upcoming patchGravatar reimar2006-12-12
* Use XCreateImage instead of XGetImage, this is not only more correct andGravatar reimar2006-12-12
* Mark utf8_get_char parameter as const and fix a compiler warningGravatar reimar2006-12-11
* Another simplificationGravatar reimar2006-12-11
* Reuse utf8_get_char in subtitle rendering code.Gravatar reimar2006-12-11
* vo_macosx, fix crash when closing windowGravatar nplourde2006-12-10
* vo_macosx.m disable window animation when going to fullscreenGravatar nplourde2006-12-09
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Speed up ASS subtitles display by detecting changes between two consecutiveGravatar eugeni2006-12-06
* Properly free fontconfig patternsGravatar reimar2006-12-06
* 100l typo in 21380 disabled OSD with at least xvmc.Gravatar reimar2006-12-03