| Commit message (Expand) | Author | Age |
* | Speed up ASS subtitles display by detecting changes between two consecutive | eugeni | 2006-12-06 |
* | Fix memleak in theora decoder due to missing theora_comment_/theora_info_clea... | reimar | 2006-12-06 |
* | Fix memleak if vd_ffmpeg init fails | reimar | 2006-12-06 |
* | Remove unused function pointers, they probably had incorrect prototypes | reimar | 2006-12-03 |
* | Compile fix, BE_32 definition has been moved | reimar | 2006-12-03 |
* | Remove long-deprecated -vop option. | diego | 2006-12-02 |
* | Set video aspect ratio for libass in vf_vo. | eugeni | 2006-12-02 |
* | Update comment, video output plugins are deprecated. | diego | 2006-12-02 |
* | Cleanup and fix rectangle size calculation, caused crashes with e.g. | reimar | 2006-12-01 |
* | Add libav include paths to CFLAGS without indirection. | diego | 2006-12-01 |
* | Explain reason for -I.. in CFLAGS here. | diego | 2006-11-29 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | cosmetics to ease future patching | diego | 2006-11-27 |
* | Move common code to mpcommon.mak. | diego | 2006-11-27 |
* | Use standard SRCS2 name for MEncoder sources. | diego | 2006-11-27 |
* | Move common code for generating multiple libraries to mpcommon.mak. | diego | 2006-11-27 |
* | Merge duplicate entries. | diego | 2006-11-26 |
* | Remove unnecessary variable indirection. | diego | 2006-11-26 |
* | cosmetics: alphabetical order | diego | 2006-11-26 |
* | FFmpeg-style conditional dependency declaration | diego | 2006-11-26 |
* | 100l typos | diego | 2006-11-26 |
* | Remove useless variable indirection. | diego | 2006-11-26 |
* | cosmetics: Move around some entries for better readability. | diego | 2006-11-26 |
* | Do not use many different variables for SRCS. | diego | 2006-11-26 |
* | Reorder entries for better readability. | diego | 2006-11-26 |
* | Remove unused include variable. | diego | 2006-11-26 |
* | Fix previous broken vd_qtvideo.c commit which failed on MACOSX | uau | 2006-11-26 |
* | Move #include <QuickTime/ImageCodec.h> before internal headers | uau | 2006-11-26 |
* | Shouldn't move "#ifdef MACOSX" before #include config.h of course... | uau | 2006-11-26 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 |
* | Move #include <QuickTime/QuickTimeComponents.h> before internal headers. | uau | 2006-11-26 |
* | Fix incorrect use of be2me_32 on a pointer, use BE_32 instead. | reimar | 2006-11-26 |
* | Useless use of strstr, strchr is good enough. | reimar | 2006-11-26 |
* | Check the log level before processing the message | henry | 2006-11-26 |
* | simplify | diego | 2006-11-25 |
* | Remove useless libvo/sub.h include. | reimar | 2006-11-25 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg | diego | 2006-11-24 |
* | Fix incorrect function pointer definition. | uau | 2006-11-22 |
* | Make compilation depending on USE_OSD unconditional. | uau | 2006-11-22 |
* | Fix incorrect stride used in vf_ass. | eugeni | 2006-11-22 |
* | MSGTR for libmpcodecs/vd.c | kraymer | 2006-11-22 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | allows to de- and reactivate yadif on the fly | gpoirier | 2006-11-19 |
* | Remove obsolete Xvid 3 support. | diego | 2006-11-18 |
* | Add deinterlace property, patch by Carl Eugen Hoyos | reimar | 2006-11-17 |
* | Put files fully owned by my under GPL v2 "or later" | reimar | 2006-11-17 |
* | Fix AMD64 support, patch by Reimar Doffinger | gpoirier | 2006-11-17 |
* | Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk... | gpoirier | 2006-11-15 |