| Commit message (Expand) | Author | Age |
... | |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 |
* | Fix two 10l memleaks in vo_xvmc.c | reimar | 2007-02-15 |
* | Avoid calling aspect on each frame and make ass subtitles work better with pa... | reimar | 2007-02-06 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 |
* | typo fixes | kraymer | 2007-02-05 |
* | Sanity check for vo window dimensions, helps avoid division by zero | reimar | 2007-02-05 |
* | beckend -> backend typo fix in printf | reimar | 2007-02-05 |
* | Update gl:help output a bit | reimar | 2007-02-03 |
* | fix endianess, see bug #727 | lu_zero | 2007-01-28 |
* | fastmemcpy.h always has to include inttypes.h on systems that need it. | diego | 2007-01-26 |
* | get rid of void pointer arithmetic, as spotted by ICC | gpoirier | 2007-01-26 |
* | Include string.h to make sure memcpy is not used without prototype | reimar | 2007-01-23 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 |
* | Move code to ignore mouse wheel "down" events to fifo.c (needed because | reimar | 2007-01-21 |
* | grammar/spelling/wording in comments | diego | 2007-01-18 |
* | cosmetics: typo pallete --> palette | diego | 2007-01-13 |
* | Do not abort on X11 errors, most are not at all fatal. | reimar | 2007-01-05 |
* | Use av_d2q to produce the fps fraction, this usually produces more sane fract... | reimar | 2007-01-04 |
* | Fix printf types: AVRational members are ints, not 64 bit. | reimar | 2007-01-04 |
* | don't fatal if saving vesa state failed (this always fails on qemu, with this... | ben | 2007-01-04 |
* | Amiga OS 4 support | diego | 2006-12-23 |
* | compilation fixes: define always_inline and don't use uint64_t_C | rik | 2006-12-23 |
* | Remove duplicate vo_sub extern definition. | reimar | 2006-12-21 |
* | Fix compilation under MinGW with X11 enabled | reimar | 2006-12-17 |
* | Get rid of completely useless includes that in addition hinder compilation | reimar | 2006-12-16 |
* | gcc 2.95 fix | ods15 | 2006-12-15 |
* | 10l, missing () in check for 32bit endian-conversion hack | reimar | 2006-12-14 |
* | Support for different endianness on client and server with -vo x11 | reimar | 2006-12-12 |
* | Align image data pointer, this is also in preparation of an upcoming patch | reimar | 2006-12-12 |
* | Use XCreateImage instead of XGetImage, this is not only more correct and | reimar | 2006-12-12 |
* | Mark utf8_get_char parameter as const and fix a compiler warning | reimar | 2006-12-11 |
* | Another simplification | reimar | 2006-12-11 |
* | Reuse utf8_get_char in subtitle rendering code. | reimar | 2006-12-11 |
* | vo_macosx, fix crash when closing window | nplourde | 2006-12-10 |
* | vo_macosx.m disable window animation when going to fullscreen | nplourde | 2006-12-09 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 |
* | Speed up ASS subtitles display by detecting changes between two consecutive | eugeni | 2006-12-06 |
* | Properly free fontconfig patterns | reimar | 2006-12-06 |
* | 100l typo in 21380 disabled OSD with at least xvmc. | reimar | 2006-12-03 |
* | Remove suffix rules that are just copies of make builtin rules. | diego | 2006-12-02 |
* | Fix a declarations vs statements warning. | diego | 2006-12-01 |
* | Fix declarations vs statements warning. | diego | 2006-12-01 |
* | Add libav include paths to CFLAGS without indirection. | diego | 2006-12-01 |
* | Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at. | diego | 2006-12-01 |
* | Remove some superfluous include CFLAGS. | diego | 2006-11-29 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | Remove some of the worst "headers include headers which include | reimar | 2006-11-29 |
* | Avoid compiling code using %ah etc. on AMD64, since that will not work | reimar | 2006-11-29 |
* | EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible. | reimar | 2006-11-29 |
* | Move common code to mpcommon.mak. | diego | 2006-11-27 |