Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-29Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner
on ev6. Originally committed as revision 979 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-28An easy way to speed up encoding by 6%.Falk Hüffner
Originally committed as revision 978 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-28Minor warning fix.Falk Hüffner
Originally committed as revision 977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-27minor optimization of h263_encode_motion()Michael Niedermayer
Originally committed as revision 976 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-27ff_get_fourcc() & XVIX supportMichael Niedermayer
Originally committed as revision 975 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-27autodetect UMP4 (by adding a fourcc field to AVCodecContext)Michael Niedermayer
Originally committed as revision 974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-27automatically detect broken opendivx codec and workaround, so bug=1 shouldnt ↵Michael Niedermayer
be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... Originally committed as revision 973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-26h263_dc_scale() cleanupMichael Niedermayer
Originally committed as revision 972 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-26mpeg4 interlaced dct encodingMichael Niedermayer
Originally committed as revision 971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-25ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg
Originally committed as revision 970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-24adaptive quantization for h263Michael Niedermayer
Originally committed as revision 969 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-24adaptive quantization for mpeg1Michael Niedermayer
Originally committed as revision 968 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-24darkness masking (lumi masking does only bright stuff now)Michael Niedermayer
Originally committed as revision 967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-24fixing ac prediction encoding with adaptive quantizationMichael Niedermayer
Originally committed as revision 966 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-23fixing variance scaling for b frames (messed adaptive quants up)Michael Niedermayer
cliping too long MVs in b frames instead of setting them to 0 Originally committed as revision 965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-23adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer
Originally committed as revision 964 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-23ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg
Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-22tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugArpi
Originally committed as revision 7473 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-09-20regression test for ratecontrol & adv mpeg4 stuffMichael Niedermayer
Originally committed as revision 962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-20pix_sum16_mmx()Michael Niedermayer
Originally committed as revision 961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-20fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi
[found by Kim Minh Kaplan] Originally committed as revision 960 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-20fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ↵Michael Niedermayer
hopefully Originally committed as revision 959 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-19fixing apiexampleMichael Niedermayer
Originally committed as revision 958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-19documenting most stuff in AVCodecContextMichael Niedermayer
Originally committed as revision 957 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-19* Remove -finline-limit=8000 (not supported by gcc 2.95)Falk Hüffner
* Hack to force correct gcc arch flags for motion_est_alpha.c Originally committed as revision 956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-19fixing *pixels_tab stuff (hopefully, as its untested ...)Michael Niedermayer
Originally committed as revision 955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-19avcodec_alloc_context()Michael Niedermayer
Originally committed as revision 954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-1810l (forgot to commit)Michael Niedermayer
Originally committed as revision 953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-18better min/max rate handlingMichael Niedermayer
cleanup Originally committed as revision 952 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-18fixingMichael Niedermayer
fixing max_rate/min_rate Originally committed as revision 951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-16use detected WORDSIZE instead of warning, when inttypes.h doesn't define ↵Arpi
__WORDSIZE Originally committed as revision 7422 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-09-16fixing rc of non-intra-only streams which only contain i framesMichael Niedermayer
Originally committed as revision 950 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-15fixing memalignMichael Niedermayer
Originally committed as revision 949 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-15dont store version for bit-exact testsMichael Niedermayer
Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-14alignment infoMichael Niedermayer
Originally committed as revision 947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-14interlaced b frames fixMichael Niedermayer
Originally committed as revision 946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-14fixing qpel 4mvMichael Niedermayer
Originally committed as revision 945 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-14complete aspect supportAlex Beregszaszi
Originally committed as revision 944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-14interlaced qpel mpeg4 fixedMichael Niedermayer
Originally committed as revision 943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-14Synthesize pixels16 functions from pixels functions.Falk Hüffner
Originally committed as revision 942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-13aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new ↵Alex Beregszaszi
vars) Originally committed as revision 941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-13Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner
Originally committed as revision 940 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-1310l (field select readed at the wrong place ...)Michael Niedermayer
Originally committed as revision 939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-13interlaced b frames cleanupMichael Niedermayer
Originally committed as revision 938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-13Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner
3.2 release. Originally committed as revision 937 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-13interlaced mpeg4 b frame decodingMichael Niedermayer
Originally committed as revision 936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-13Adapt to new 8/16 table scheme.Falk Hüffner
Originally committed as revision 935 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-13fixing 1/0 if the headers are incomplete (like what M$ encoder generates)Michael Niedermayer
Originally committed as revision 934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-12fixing interlaced mpeg4 decodingMichael Niedermayer
Originally committed as revision 933 to svn://svn.ffmpeg.org/ffmpeg/trunk