- 10 Oct, 2006 10 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 6624 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6623 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6622 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Guillaume Poirier authored
(was duplicated in libavcodec/ppc/vc1dsp_altivec.c nd libavcodec/ppc/mpegvideo_altivec.c, and will be used in upcoming routines for h264_altivec.c) Originally committed as revision 6621 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6620 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6619 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
moving another bit&1 out, this is as fast as with it in there, but it makes more sense with it outside of the loop Originally committed as revision 6618 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 6617 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster) Originally committed as revision 6616 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
this is faster on P3, should be faster on AMD, and should be slower on P4 its disabled by default (benchmarks welcome so we know when to enable it) Originally committed as revision 6615 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Oct, 2006 19 commits
-
-
Diego Biurrun authored
Originally committed as revision 6614 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6613 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1 Originally committed as revision 6612 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6611 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6610 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6609 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
slightly faster on P3 Originally committed as revision 6608 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6607 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6605 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6604 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6603 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 depening on if you try to subtract the START/STOP_TIMER overhead Originally committed as revision 6602 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6601 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 6600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either Originally committed as revision 6599 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Andrea Gianarro authored
patch by Andrea Gianarro % giandrea AH gmail P com % Original thread: Date: Oct 9, 2006 11:55 AM Subject: [Ffmpeg-devel] AC3 5:1 decoding as mono Originally committed as revision 6598 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6596 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Oct, 2006 11 commits
-
-
Dominik Mierzejewski authored
rv10.c:494: warning: implicit declaration of function ‘ff_mpeg4_init_direct_mv’ Approved by Michael. Originally committed as revision 6595 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6594 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Dominik Mierzejewski authored
opt.c:327: warning: no return statement in function returning non-void opt_list return value is never checked. Approved by Michael. Originally committed as revision 6593 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Dominik Mierzejewski authored
parser.c:555: warning: implicit declaration of function ‘ff_cavs_find_frame_end’ Approved by Michael. Originally committed as revision 6592 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Dominik Mierzejewski authored
mpegvideo.h:777: warning: ‘inline’ is not at beginning of declaration motion_est_template.c:236: warning: ‘inline’ is not at beginning of declaration Approved by Diego. Originally committed as revision 6591 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 6590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Víctor Paesa authored
as a single long filename by the shell. patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6589 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 6588 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
branchless renormalization (1% faster get_cabac) old branchless renormalization wasnt faster because gcc was scared of the shift variable (missusing bit variable now) Originally committed as revision 6587 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6586 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6585 to svn://svn.ffmpeg.org/ffmpeg/trunk
-