summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)Matthieu Castet2004-04-26
| | | | Originally committed as revision 12302 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* avoid macro conflictsAlex Beregszaszi2004-04-26
| | | | Originally committed as revision 3076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable hadamard for gcc below 3.3 - better fix awaitedAlex Beregszaszi2004-04-26
| | | | Originally committed as revision 3075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the AVV macro from gcc_fixes.h instead ifdefsAlex Beregszaszi2004-04-26
| | | | Originally committed as revision 3074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, and another one because it boils out with ICE under gcc 3.2.3Alex Beregszaszi2004-04-26
| | | | Originally committed as revision 3073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yes, that's nice...Mike Melanson2004-04-26
| | | | Originally committed as revision 3072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-26
| | | | Originally committed as revision 3071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lmin/lmaxMichael Niedermayer2004-04-25
| | | | Originally committed as revision 3070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding with quant matrixes which contain elements <16Michael Niedermayer2004-04-25
| | | | Originally committed as revision 3069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 decoding fixMichael Niedermayer2004-04-25
| | | | Originally committed as revision 3068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ring buffer fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer2004-04-25
| | | | Originally committed as revision 3067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move __align16 some place where non-MMX machines can see itMike Melanson2004-04-25
| | | | Originally committed as revision 3066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hush...Mike Melanson2004-04-25
| | | | Originally committed as revision 3065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hook up support for SSE2-optimized VP3 IDCTMike Melanson2004-04-25
| | | | Originally committed as revision 3064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add selected SSE2 ASM macrosMike Melanson2004-04-25
| | | | Originally committed as revision 3063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SSE2-optimized variant of VP3 IDCTMike Melanson2004-04-25
| | | | Originally committed as revision 3062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct MMX-optimized variant of VP3 IDCT, with comments (thank youMike Melanson2004-04-25
| | | | | | Perl!) Originally committed as revision 3061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support reusing mb types and field select values of the source file, but use ↵Michael Niedermayer2004-04-25
| | | | | | | | | motion vectors just as additional predictors minor cleanup segfault fix Originally committed as revision 3060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the minimal documentation to make this decoder usefulMike Melanson2004-04-24
| | | | Originally committed as revision 3059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* License change and cpu detection patch by (James Morrison <ja2morri at ↵James Morrison2004-04-24
| | | | | | csclub dot uwaterloo dot ca>) Originally committed as revision 3058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ↵James Morrison2004-04-24
| | | | | | ca>) Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel & SSE/SATD regression testMichael Niedermayer2004-04-24
| | | | Originally committed as revision 3056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -qpel optionMichael Niedermayer2004-04-24
| | | | Originally committed as revision 3055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-24
| | | | Originally committed as revision 3054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-24
| | | | Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checksMichael Niedermayer2004-04-24
| | | | Originally committed as revision 3052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor motion estimation cleanupMichael Niedermayer2004-04-24
| | | | | | 4mv motion vector passthrough Originally committed as revision 3051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)Sascha Sommer2004-04-24
| | | | Originally committed as revision 3050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Enabling UltraSparc stuff wit _SPARC64Roman Shaposhnik2004-04-24
| | | | Originally committed as revision 3049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VIS optimized motion compensation code. by (David S. Miller <davem at redhat ↵Michael Niedermayer2004-04-23
| | | | | | | | | dot com>) ported to ffmpeg by (ja2morri at csclub dot uwaterloo dot ca (james morrison)) useable under LGPL with their agreement Originally committed as revision 3048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checkMichael Niedermayer2004-04-23
| | | | Originally committed as revision 3047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)Dmitry Borisov2004-04-23
| | | | Originally committed as revision 3046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me_range patch by ("Timofei V. Bondarenko" <timm at ipi dot ac dot ru>)Timofei V. Bondarenko2004-04-23
| | | | Originally committed as revision 3045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)Michael Niedermayer2004-04-23
| | | | Originally committed as revision 3044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at ↵Laurent Aimar2004-04-23
| | | | | | via dot ecp dot fr>) Originally committed as revision 3043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reuse motion vectors/mb types/field select values of the source video, if ↵Michael Niedermayer2004-04-23
| | | | | | | | | the SSE for a macroblock which is predicted with these values is below me_threshold currently works only with mpeg1/2 source or some luck may need -sync 0 as otherwise framedrops could lead to extreemly long b frame sequences Originally committed as revision 3042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RSHIFT(x,0) fixMichael Niedermayer2004-04-22
| | | | Originally committed as revision 3041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* corrupted field pictures segfault fixMichael Niedermayer2004-04-22
| | | | Originally committed as revision 3040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2004-04-22
| | | | Originally committed as revision 3039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau ↵Romain Dolbeau2004-04-22
| | | | | | <dolbeau at irisa dot fr>) Originally committed as revision 3038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation cleanupMichael Niedermayer2004-04-22
| | | | | | | replace ugly macros by always_inline functions, that way its much more readable and flexible as always_inline can simply be removed while the macros couldnt be about 0.5 % speedup with default parameters Originally committed as revision 3037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau ↵Michael Niedermayer2004-04-20
| | | | | | at irisa dot fr>) Originally committed as revision 3036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exporting field_select/ref_index valuesMichael Niedermayer2004-04-19
| | | | Originally committed as revision 3035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix y scale of mv vissualization of interlaced MVsMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix exported motion vectorsMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various fixesMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts fix / b frame segfault fixMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2004-04-18
| | | | Originally committed as revision 3029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like ↵Michael Niedermayer2004-04-17
| | | | | | | | motion vectors can be passed from the decoder to the encoder moving ref_index from Picture to AVFrame Originally committed as revision 3028 to svn://svn.ffmpeg.org/ffmpeg/trunk