aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* set sample aspect ratioGravatar lorenm2004-11-24
* removing strange csp matching code (was copy&pasted from vf_pp where it origi...Gravatar michael2004-11-23
* fix segfault with (height|width)%6!=0Gravatar henry2004-11-22
* 1e6l fix (use 422P instead of UYVY)Gravatar henry2004-11-22
* libmpeg2 4:2:2 decodingGravatar henry2004-11-20
* 24bit LPCM is signed...Gravatar reimar2004-11-19
* sync to x264 r61 (improved 2pass ratecontrol)Gravatar lorenm2004-11-18
* Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.Gravatar iive2004-11-15
* fix for negative values for width and height (aspect-preserving scaling).Gravatar reimar2004-11-12
* remove mac shlb support to use new helix codec for realvideo support on osxGravatar nplourde2004-11-03
* have each XviD's option flag have its (no)counterpartGravatar gpoirier2004-11-02
* crash with Y8 colourspace fixedGravatar reimar2004-10-21
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* Bitrate setting option in ve_xvid4.c doesn't follow the rules describedGravatar rathann2004-10-18
* 10l...autoaspect was always applied to muxer aspect if using newer libavcodec...Gravatar rfelker2004-10-18
* Mark I-frames as seekable only if we encode with one reference frame, IDR are...Gravatar iive2004-10-17
* Sync with GomGom's patch-12 version.Gravatar iive2004-10-16
* some memory leaks fixedGravatar reimar2004-10-14
* 10lGravatar iive2004-10-12
* too large extradataGravatar michael2004-10-11
* Sync with GomGom's patch-12 version.Gravatar iive2004-10-11
* fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@...Gravatar faust32004-10-10
* Support for 24 bit and 20 bit LPCM (simple and slow :-( )Gravatar reimar2004-10-09
* add new control message, that is send after end of stream, to flush all remai...Gravatar iive2004-10-09
* Adds a parameter 'scenecut', to control the threshold for inserting extra I-f...Gravatar iive2004-10-08
* make use of 24bit afmtGravatar alex2004-10-04
* mpi->w and h are set by vf_get_image, do not overwrite them.Gravatar reimar2004-10-01
* better default parameter,added counterpart option, better names for few optio...Gravatar iive2004-09-27
* compensate for width/height being picture width/height instead of bitstream w...Gravatar michael2004-09-27
* low resolution decodingGravatar michael2004-09-26
* add support for subpel quality refinement option in x264.Gravatar iive2004-09-22
* 10lGravatar rfelker2004-09-22
* setting samplesize to 2 in decoders where neccessary.Gravatar reimar2004-09-21
* encoding to mp2 with libtoolameGravatar nicodvb2004-09-21
* encoding to mp2 with libtoolame - only cbr atmGravatar nicodvb2004-09-21
* 10l: Make turbo mode compatible with 3-pass encodingGravatar gpoirier2004-09-20
* 100l typoGravatar michael2004-09-19
* New lavc flag: "turbo" mode which is supposed to speed up 2-pass encodingGravatar gpoirier2004-09-19
* support generating divx2pass.log on 2nd pass patch by (Loren Merritt <lorenm ...Gravatar michael2004-09-18
* compile fixGravatar gabucino2004-09-18
* fix reimar's 10l...no actually imho it's arpi's 100l for writing theGravatar rfelker2004-09-18
* passing an array or double precission parameters for the scaling function, in...Gravatar michael2004-09-18
* moved sh_audio initialization from dec_audio to demuxer.c to fixGravatar reimar2004-09-16
* fix ineffectual video equalizer command line options, patch by kiriuja <mplay...Gravatar faust32004-09-15
* fix compile on gcc 2.95.3Gravatar iive2004-09-14
* AVC support moved to libavcodec, avcC atom is now passed in extradataGravatar rtognimp2004-09-13
* 2pass encoding support for x264(r46).Gravatar iive2004-09-12
* Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>Gravatar diego2004-09-11
* output faad error message in case of a decoder errorGravatar reimar2004-09-11
* disable direct rendering for h264Gravatar michael2004-09-07