- 10 Jul, 2002 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nick Kurshev authored
* generic optimization: - enable ALT and ALIGNED stream - move "if(const)" out from loops - supress duplicated computing * first attempt to fix problem with strides Originally committed as revision 734 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 733 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 732 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 731 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2002 7 commits
-
-
Michael Niedermayer authored
Originally committed as revision 730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 729 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Felix Bünemann authored
Originally committed as revision 728 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 727 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
fixing sinc filter (seems the problem was caused by rounding in pmulhw -> solution use shorter filter, its long and slow enough anyway) some typos some warning fixes Originally committed as revision 6680 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Nick Kurshev authored
Originally committed as revision 726 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) minor optimizations to get_vlc Originally committed as revision 725 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jul, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 724 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jul, 2002 1 commit
-
-
Michael Niedermayer authored
encoding of slice_height != mb_height 1bit shorter wmv1 headers if bit_rate<50 !? ROTFL M$ is even more stupid than i thought using dc of non intra blocks for dc prediction of wmv1 if bitrate < 129 && res < 320x240 Originally committed as revision 723 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2002 1 commit
-
-
Falk Hüffner authored
Originally committed as revision 722 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jul, 2002 7 commits
-
-
Falk Hüffner authored
* Don't include config.h in dsputil.c Originally committed as revision 721 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6638 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Fabrice Bellard authored
Originally committed as revision 720 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 719 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 718 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 717 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Falk Hüffner authored
* Use "restrict" in some dsputil routines (yields large speedup) Originally committed as revision 716 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jul, 2002 3 commits
-
-
Falk Hüffner authored
Originally committed as revision 715 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Falk Hüffner authored
for some improvements. Originally committed as revision 714 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Falk Hüffner authored
Originally committed as revision 713 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2002 1 commit
-
-
Falk Hüffner authored
be a noticeable win (at least for me :) Originally committed as revision 712 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2002 3 commits
-
-
Falk Hüffner authored
takes the most time, and it allows for more efficient unaligned access and better control over memory latencies. Originally committed as revision 711 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Falk Hüffner authored
Originally committed as revision 710 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Falk Hüffner authored
allows better scheduling of the memory accesses, and is portable among all compilers. Originally committed as revision 709 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2002 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 6617 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 6616 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 6615 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 29 Jun, 2002 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 6609 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 6608 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 6607 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 6606 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
quite impressive results only 1 of the 13 rgb->rgb converters fails for the c versions ... sadly only 1 of the mmx converters passes though :( ... i feared allready that last mplayerxp merge reversed the bugfixes :(((( Originally committed as revision 6604 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 27 Jun, 2002 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 6583 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 6581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
{RGB,BGR}{1,4,8,15,16,24,32} output supported Originally committed as revision 6579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-