aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedGravatar reimar2007-01-06
* Include libavformat/riff.h when building with static libavformat andGravatar reimar2007-01-06
* allows OSD menu to be displayed when using MPEG PES video outGravatar ben2007-01-04
* Fix build with shared libavutil. Approved by Diego.Gravatar rathann2006-12-31
* the avi spec does not allow random samplesize whoever wrote this should be shotGravatar michael2006-12-29
* first step toward amr-nb muxing supportGravatar michael2006-12-29
* Properly fix compilation without code duplication.Gravatar diego2006-12-23
* compilation fixes: define always_inline and don't use uint64_t_CGravatar rik2006-12-23
* Pass quant tables to next filtersGravatar gpoirier2006-12-21
* 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