aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Move x264 version check into configure.Gravatar lorenm2005-02-18
* sync to x264 r129: modified ratecontrol equation.Gravatar lorenm2005-02-17
* Improved NV12/NV21 support.Gravatar syrjala2005-02-16
* typoGravatar diego2005-02-16
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-02-04
* makes --enable-*-faad really enable without any further check and drop suppor...Gravatar aurel2005-02-03
* pass wave extradata to the codec..Gravatar alex2005-02-01
* added ecx to clobber listGravatar alex2005-01-31
* adding proper parenthesingGravatar alex2005-01-31
* "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work againGravatar reimar2005-01-26
* Always select correct descramblig matrix for sipr audioGravatar rtognimp2005-01-25
* x1 and y1 give last used position, must be < width/heightGravatar reimar2005-01-25
* wmv3 needs extradataGravatar alex2005-01-22
* Play RV30 with 8-elements cmsg24Gravatar rtognimp2005-01-22
* tries to sync to ADTS/ADIF header before initializing the decoder; implement ...Gravatar nicodvb2005-01-21
* fixed wrong deinterleaving of channelsGravatar nicodvb2005-01-21
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsGravatar reimar2005-01-20
* remove all setlocale calls, they break the behaviour of sscanf andGravatar reimar2005-01-20
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...Gravatar faust32005-01-17
* Revert sh_audio->wf freeing.Gravatar iive2005-01-17
* set ss_mul to number of channels. Works with all samples I found.Gravatar reimar2005-01-13
* sync to x264 r93:Gravatar lorenm2005-01-12
* 100l, set inited to 0 in uninit, otherwise only first file will play video.Gravatar reimar2005-01-09
* change malloc and free to av_ variants where needed.Gravatar reimar2005-01-08
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgGravatar rik2005-01-08
* x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),Gravatar lorenm2005-01-07
* change rc_init_buffer to be a fraction of total buffer size.Gravatar lorenm2005-01-02
* Raw encoder does not support stride.Gravatar reimar2005-01-02
* TwinVQ decoder and demuxerGravatar rtognimp2004-12-29
* sync to x264 r72.Gravatar lorenm2004-12-28
* removing AFMT_ dependancyGravatar alex2004-12-27
* Demuxer was fixed, so do not skip the first frame anymoreGravatar reimar2004-12-26
* 10l fix I hope, reverse if notGravatar alex2004-12-19
* add the flip filter at the end of the filter chain.Gravatar reimar2004-12-18
* conditional lowres: activate lowres if frame width >= thresholdGravatar nicodvb2004-12-17
* make clean should also clean the native subdirectory.Gravatar diego2004-12-09
* fix byteorderGravatar michael2004-12-06
* suppress dummy frames due to B-frame delay.Gravatar lorenm2004-12-01
* reserve enough memory for imageGravatar henry2004-12-01
* call draw_slice in top-down order (fixes crash with -vf expand=...,scale)Gravatar henry2004-12-01
* fix image dimensions at filter config timeGravatar henry2004-12-01
* new lavc codec: ffvhuffGravatar lorenm2004-11-28
* fl32: BE float32 PCM audio in mov filesGravatar rtognimp2004-11-27
* 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