- 06 Jun, 2004 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3200 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3199 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jun, 2004 8 commits
-
-
Luca Abeni authored
Originally committed as revision 3198 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3197 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fix by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3196 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3195 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Romain Dolbeau authored
Originally committed as revision 3194 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
change -dc range from 0-3 to 8-11 Originally committed as revision 3193 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3192 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3191 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jun, 2004 2 commits
-
-
Michael Niedermayer authored
avoid which Originally committed as revision 3190 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 12533 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 03 Jun, 2004 2 commits
-
-
Michael Niedermayer authored
finetune bit/distortion weighting factor used in motion estimation, the old coeffs where finetuned relative to incorrect mv_penalty tables which where then fixed later but the coeffs where not this _may_ fix the long standing blocking artifacts, but may also introduce mudding artefacts theoretically, so please tell us if u stumble across any so we can either fix them or export this variable so the user can change it Originally committed as revision 3189 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3188 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jun, 2004 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3187 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3186 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jun, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3185 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 May, 2004 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3184 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roberto Togni authored
Originally committed as revision 3183 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
http://www.zonque.org/test-long.psMichael Niedermayer authored
better seeking, (not to keyframes but at least to the start of packets ...) Originally committed as revision 3182 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3181 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3180 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2004 8 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3178 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
no malloc(64) memcpy free stuff no filter1 A->B then filter2 A->B (yes not B->A) no incorrect rouding after the 1d filter Originally committed as revision 3177 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3176 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Romain Dolbeau authored
This one replace horizClassify by a transpose/(use Vert)/transpose sequence. This add LowPass and DefFilter for "free". I also fixed the header in postprocess.c and special-cased some of the well-aligned cases (all horiz stuff is well-aligned). patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3175 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3174 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3173 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 May, 2004 4 commits
-
-
Michael Niedermayer authored
dts/pts fixed for streamcopy dont use coded_frame->key_frame hack in muxers, use AVPacket.flags instead Originally committed as revision 3171 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 May, 2004 2 commits
-
-
Romain Dolbeau authored
new organisation of code in doVertLowPass. it seems to be faster in AltiVec also... Also includes a compile fix for the new do_a_deblock when using AltiVec. patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3166 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 May, 2004 3 commits
-
-
Michael Niedermayer authored
vertical default mmx deblock filter fix Originally committed as revision 3165 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3164 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec Originally committed as revision 3163 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3162 to svn://svn.ffmpeg.org/ffmpeg/trunk
-