| Commit message (Expand) | Author | Age | Files | Lines |
* | 10l | Michael Niedermayer | 2004-04-30 | 1 | -1/+1 |
* | cola test | Ivan Kalvachev | 2004-04-29 | 1 | -4/+7 |
* | 10l | Michael Niedermayer | 2004-04-29 | 1 | -5/+5 |
* | remove duplicated find_frame_end() code | Michael Niedermayer | 2004-04-29 | 6 | -312/+106 |
* | >2 channels decoding fix | Michael Niedermayer | 2004-04-29 | 1 | -3/+6 |
* | simplify | Michael Niedermayer | 2004-04-27 | 2 | -24/+1 |
* | move the 0x80 vector outside of the function, thus saving the compiler | Mike Melanson | 2004-04-27 | 1 | -2/+3 |
* | separate out put_signed_pixels_clamped() into its own function and | Mike Melanson | 2004-04-27 | 4 | -20/+46 |
* | H.263 MCBPC fix | Michael Niedermayer | 2004-04-26 | 1 | -9/+11 |
* | avoid macro conflicts | Alex Beregszaszi | 2004-04-26 | 1 | -0/+4 |
* | disable hadamard for gcc below 3.3 - better fix awaited | Alex Beregszaszi | 2004-04-26 | 2 | -0/+4 |
* | use the AVV macro from gcc_fixes.h instead ifdefs | Alex Beregszaszi | 2004-04-26 | 1 | -55/+13 |
* | 100l, and another one because it boils out with ICE under gcc 3.2.3 | Alex Beregszaszi | 2004-04-26 | 1 | -0/+1 |
* | yes, that's nice... | Mike Melanson | 2004-04-26 | 1 | -1/+0 |
* | reorganize and simplify the VP3 IDCT stuff | Mike Melanson | 2004-04-26 | 7 | -256/+57 |
* | fix decoding with quant matrixes which contain elements <16 | Michael Niedermayer | 2004-04-25 | 1 | -1/+9 |
* | rv10 decoding fix | Michael Niedermayer | 2004-04-25 | 1 | -0/+2 |
* | move __align16 some place where non-MMX machines can see it | Mike Melanson | 2004-04-25 | 1 | -2/+3 |
* | hush... | Mike Melanson | 2004-04-25 | 1 | -1/+1 |
* | hook up support for SSE2-optimized VP3 IDCT | Mike Melanson | 2004-04-25 | 4 | -7/+23 |
* | add selected SSE2 ASM macros | Mike Melanson | 2004-04-25 | 1 | -0/+24 |
* | SSE2-optimized variant of VP3 IDCT | Mike Melanson | 2004-04-25 | 1 | -0/+890 |
* | correct MMX-optimized variant of VP3 IDCT, with comments (thank you | Mike Melanson | 2004-04-25 | 1 | -407/+396 |
* | support reusing mb types and field select values of the source file, but use ... | Michael Niedermayer | 2004-04-25 | 3 | -35/+91 |
* | add the minimal documentation to make this decoder useful | Mike Melanson | 2004-04-24 | 1 | -0/+9 |
* | License change and cpu detection patch by (James Morrison <ja2morri at csclub... | James Morrison | 2004-04-24 | 1 | -46/+104 |
* | vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ... | James Morrison | 2004-04-24 | 2 | -4/+8 |
* | cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) | Sascha Sommer | 2004-04-24 | 1 | -1/+1 |
* | sanity checks | Michael Niedermayer | 2004-04-24 | 1 | -0/+3 |
* | minor motion estimation cleanup | Michael Niedermayer | 2004-04-24 | 2 | -55/+55 |
* | libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) | Sascha Sommer | 2004-04-24 | 1 | -1/+1 |
* | * Enabling UltraSparc stuff wit _SPARC64 | Roman Shaposhnik | 2004-04-24 | 1 | -1/+1 |
* | VIS optimized motion compensation code. by (David S. Miller <davem at redhat ... | Michael Niedermayer | 2004-04-23 | 5 | -0/+4391 |
* | sanity check | Michael Niedermayer | 2004-04-23 | 1 | -1/+7 |
* | h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>) | Michael Niedermayer | 2004-04-23 | 1 | -0/+1 |
* | h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at v... | Laurent Aimar | 2004-04-23 | 1 | -26/+24 |
* | reuse motion vectors/mb types/field select values of the source video, if the... | Michael Niedermayer | 2004-04-23 | 2 | -3/+162 |
* | RSHIFT(x,0) fix | Michael Niedermayer | 2004-04-22 | 1 | -1/+1 |
* | corrupted field pictures segfault fix | Michael Niedermayer | 2004-04-22 | 1 | -2/+2 |
* | 10l (segfault fix) | Michael Niedermayer | 2004-04-22 | 1 | -0/+1 |
* | better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbea... | Romain Dolbeau | 2004-04-22 | 4 | -74/+318 |
* | motion estimation cleanup | Michael Niedermayer | 2004-04-22 | 4 | -669/+476 |
* | hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau ... | Michael Niedermayer | 2004-04-20 | 4 | -3/+146 |
* | exporting field_select/ref_index values | Michael Niedermayer | 2004-04-19 | 3 | -10/+16 |
* | fix y scale of mv vissualization of interlaced MVs | Michael Niedermayer | 2004-04-18 | 1 | -3/+7 |
* | fix exported motion vectors | Michael Niedermayer | 2004-04-18 | 1 | -1/+1 |
* | passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo... | Michael Niedermayer | 2004-04-17 | 3 | -9/+37 |
* | flv dropable p frame support | Michael Niedermayer | 2004-04-17 | 3 | -6/+15 |
* | seems wmv8 doesnt use intra-inter prediction | Michael Niedermayer | 2004-04-16 | 1 | -2/+2 |
* | forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau ... | Romain Dolbeau | 2004-04-16 | 2 | -0/+5 |