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