aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Simplify: get rid of useless lame_presets_longinfo_dm function.Gravatar reimar2006-12-16
* Fix FIXME mp_msg levels and targetsGravatar reimar2006-12-16
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedGravatar reimar2006-12-12
* count needs to be evenGravatar henry2006-12-11
* Only increase buffer size to avoid crashes when seeking inGravatar reimar2006-12-10
* Fix realvideo size changes by using our own malloced buffer and export type mpi.Gravatar reimar2006-12-10
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-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
* 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