aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by MichaelGravatar nicodvb2007-02-20
* Controllable quality setting of VFW enconding, through the dumped state of th...Gravatar alex2007-02-18
* Make liblzo conditional to the appropriate #defines.Gravatar diego2007-02-18
* Remove internal minilzo, external liblzo can be used instead.Gravatar diego2007-02-18
* Use liblzo2 instead of liblzo1, it's not bigger but faster.Gravatar diego2007-02-18
* Use external liblzo instead of internal minilzo.Gravatar diego2007-02-18
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* swap palette on big endianGravatar michael2007-02-17
* palette init code for IMGFMT_RGB4 and IMGFMT_RG4BGravatar michael2007-02-17
* add IMGFMT_RGB8 palette init code what moron actually added init code just fo...Gravatar michael2007-02-17
* another ridiculous palette bug which has nothing to do with the new palete su...Gravatar michael2007-02-17
* mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ...Gravatar michael2007-02-17
* PAL8 ...Gravatar michael2007-02-16
* Fix memory leak when changing playback speedGravatar uau2007-02-10
* Avoid crash when uninit is called without ever calling config in x264 encoderGravatar reimar2007-02-08
* Revert part of commit r22170.Gravatar iive2007-02-07
* Fix compilation after deprecation of some lav log level andGravatar reimar2007-02-07
* Add missing checks in RealVideo slice handling code.Gravatar reimar2007-02-06
* 10lGravatar michael2007-02-05
* skip first (green) frameGravatar michael2007-02-05
* CosmeticsGravatar reimar2007-02-03
* Avoid crash in uninit if codec not foundGravatar reimar2007-02-03
* Add global field dominance flag instead of duplicating this "everywhere"Gravatar reimar2007-02-02
* Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.Gravatar reimar2007-01-31
* use ffmpeg's LZOGravatar reimar2007-01-31
* Use export type mpi, everything else is a fragile hack.Gravatar reimar2007-01-31
* Avoid a static variable and instead use variable in contextGravatar reimar2007-01-31
* Swap palette on bigendian.Gravatar reimar2007-01-31
* cosmetics: remove useless commented-out stuff.Gravatar reimar2007-01-30
* More simplificationGravatar reimar2007-01-30
* SimplifyGravatar reimar2007-01-30
* Fix vd_lzo, broken since r18069, i.e. April 2006!Gravatar reimar2007-01-30
* fix a segfault if -x264encopts is the last commandline option (with no argument)Gravatar lorenm2007-01-28
* Mark m_struct_t defaults as constGravatar reimar2007-01-28
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16Gravatar reimar2007-01-27
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.cGravatar reimar2007-01-21
* Another AVCodecTag compile fixGravatar reimar2007-01-21
* BE_32 -> AV_RB32Gravatar reimar2007-01-19
* include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple...Gravatar nicodvb2007-01-19
* 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