aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* 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
* Remove suffix rules that are just copies of make builtin rules.Gravatar diego2006-12-02
* Fix a declarations vs statements warning.Gravatar diego2006-12-01
* Fix declarations vs statements warning.Gravatar diego2006-12-01
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.Gravatar diego2006-12-01
* Remove some superfluous include CFLAGS.Gravatar diego2006-11-29
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Remove some of the worst "headers include headers which includeGravatar reimar2006-11-29
* Avoid compiling code using %ah etc. on AMD64, since that will not workGravatar reimar2006-11-29
* EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.Gravatar reimar2006-11-29
* Move common code to mpcommon.mak.Gravatar diego2006-11-27
* Move common code for generating multiple libraries to mpcommon.mak.Gravatar diego2006-11-27
* FFmpeg-style conditional dependency declarationGravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Don't compile libvo.a unless MPlayer is enabled.Gravatar diego2006-11-25
* simplifyGravatar diego2006-11-25
* missing include for uint16_tGravatar ben2006-11-25
* keep nav highlight event in dvdnav priv structureGravatar ben2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Avoid void * arithmeticGravatar reimar2006-11-25
* better nav highlight handlingGravatar ben2006-11-25
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...Gravatar ben2006-11-25
* Make compilation depending on USE_OSD unconditional.Gravatar uau2006-11-22
* Split libvo.a into two libs so that libosd.a can be used by MEncoder.Gravatar diego2006-11-21