aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* neightbour --> neighbor typo fixGravatar diego2005-10-06
* hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only.Gravatar lorenm2005-10-06
* Compilation fix for systems lacking lrintf like e.g. NetBSD.Gravatar diego2005-10-05
* Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a unionGravatar reimar2005-10-04
* Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32Gravatar reimar2005-10-04
* Check for eof instead of decoding the same data over and over.Gravatar reimar2005-10-01
* forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi)Gravatar nicodvb2005-09-28
* code before decleration, gcc2.95 fixGravatar ods152005-09-28
* make xvid encoding use the filename fromGravatar gpoirier2005-09-26
* Break up all long lines that were missed during the last reformatting round.Gravatar diego2005-09-19
* 10l: the directories specified with --with-xvid*dir were ignored.Gravatar gpoirier2005-09-19
* 10l: fully working DXN profile support require XviD 1.1.x. Earlier version wi...Gravatar gpoirier2005-09-18
* print the first 16 bytes of frame data with -v -v, helps detect whenGravatar reimar2005-09-16
* reduced verbosityGravatar nicodvb2005-09-13
* adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robe...Gravatar gpoirier2005-09-13
* pp_postprocess reads from target image, so request a readable one.Gravatar reimar2005-09-13
* Fix maximum frame size, could lead to crashes when changing playback speed.Gravatar reimar2005-09-12
* Fix multiple issues: No picture at all, broken pictures, only every secondGravatar reimar2005-09-12
* do nothing if no free filenames are availableGravatar henry2005-09-11
* use slices if DR isn't availableGravatar henry2005-09-11
* forgotten MP_IMGFLAG_READABLEGravatar henry2005-09-11
* DR and slice supportGravatar henry2005-09-11
* screenshot filterGravatar henry2005-09-11
* screenshot filterGravatar henry2005-09-11
* Use bitrate from demuxerGravatar reimar2005-09-06
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...Gravatar faust32005-09-03
* custom quantization matrix for x264, original patch by Robert Swain < robert ...Gravatar gpoirier2005-09-02
* * really keep track on how many samples were decoded last round (fix 10l)Gravatar attila2005-09-01
* stop trying to decode faad audio, when last decoded length is <0Gravatar attila2005-09-01
* 10lGravatar attila2005-08-31
* Allow forcing of demuxers and codecs by prepending '+'Gravatar reimar2005-08-30
* avoid reading more than maxlen bytes.Gravatar reimar2005-08-25
* 10l, missing returnGravatar faust32005-08-25
* Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation shouldGravatar reimar2005-08-25
* Fix MEncoder build with shared libavcodec.Gravatar diego2005-08-17
* tremor uses integer typesGravatar rathann2005-08-06
* missing includeGravatar rathann2005-08-06
* Support new static libavcodec (depends on libavutil).Gravatar al2005-08-01
* Needs the previous mpi (pmpi), so request a readable one and requestGravatar reimar2005-07-31
* vBlur reads from dmpi, so request a readable oneGravatar reimar2005-07-31
* when threshold != 0 the dest image must be readableGravatar reimar2005-07-31
* If scaleh == 1 our destination image must be readableGravatar reimar2005-07-28
* we do not read from dmpi, so it doesn't have to be readableGravatar reimar2005-07-28
* deghost_plane also reads from destination, so request readable bufferGravatar reimar2005-07-28
* lavf demuxer with raw PCM fix (and a related hang)Gravatar reimar2005-07-28
* Fix crash with large imagesGravatar reimar2005-07-28
* restrict to YV12 since the default limit does not work well for anything else.Gravatar reimar2005-07-26
* Use a more stable URL.Gravatar diego2005-07-26
* Allow the ffmpeg people to use this code if they want.Gravatar reimar2005-07-23
* guard against double uninit (reportedly can happen on STRG+C)Gravatar reimar2005-07-22