| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix third pixel motion compensation | Mike Melanson | 2003-06-27 | 1 | -4/+4 |
* | the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ... | Michael Niedermayer | 2003-06-21 | 1 | -0/+2 |
* | added support for B-frames and multiple slices | Mike Melanson | 2003-06-19 | 1 | -0/+109 |
* | ASV1 codec | Michael Niedermayer | 2003-05-19 | 1 | -0/+18 |
* | moving the svq3 motion compensation stuff to dsputil (this also means that ex... | Michael Niedermayer | 2003-05-15 | 1 | -1/+237 |
* | cleanup | Michael Niedermayer | 2003-05-14 | 1 | -6/+6 |
* | sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) | BERO | 2003-05-14 | 1 | -0/+3 |
* | fixed static init | Fabrice Bellard | 2003-04-20 | 1 | -15/+17 |
* | H264 decoder & demuxer | Michael Niedermayer | 2003-04-04 | 1 | -0/+502 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | more idiot proof dox | Michael Niedermayer | 2003-03-06 | 1 | -1/+6 |
* | ff_block_permute() dox | Michael Niedermayer | 2003-03-05 | 1 | -0/+6 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -25/+73 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -194/+194 |
* | align | Michael Niedermayer | 2003-01-19 | 1 | -5/+11 |
* | finetuneing thresholds/factors | Michael Niedermayer | 2003-01-19 | 1 | -25/+29 |
* | sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, | Falk Hüffner | 2003-01-19 | 1 | -50/+22 |
* | bugs | Michael Niedermayer | 2003-01-18 | 1 | -3/+4 |
* | fixing DCTELEM != short | Michael Niedermayer | 2003-01-15 | 1 | -1/+1 |
* | more compare functions (rd & bit) | Michael Niedermayer | 2003-01-15 | 1 | -2/+135 |
* | sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at f... | Felix von Leitner | 2003-01-11 | 1 | -0/+58 |
* | add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) | Felix von Leitner | 2003-01-11 | 1 | -2/+2 |
* | qpel fix | Michael Niedermayer | 2003-01-09 | 1 | -31/+144 |
* | qpel in mmx2/3dnow | Michael Niedermayer | 2003-01-05 | 1 | -19/+22 |
* | trellis quantization | Michael Niedermayer | 2002-12-31 | 1 | -2/+2 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -5/+303 |
* | new PSNR code (now works with chroma, b frames, ...) | Michael Niedermayer | 2002-12-04 | 1 | -34/+0 |
* | * altivec and pix_norm patch by Brian Foley | Brian Foley | 2002-11-22 | 1 | -0/+26 |
* | * remaining part of John Ryland's patch | Zdenek Kabelac | 2002-11-22 | 1 | -1/+1 |
* | huffyuv | Michael Niedermayer | 2002-11-14 | 1 | -0/+35 |
* | * init for inv_zigzag_direct16 moved to init block | Zdenek Kabelac | 2002-11-12 | 1 | -2/+4 |
* | * init table once | Zdenek Kabelac | 2002-11-12 | 1 | -7/+11 |
* | * using macros to shorten init part | Zdenek Kabelac | 2002-11-12 | 1 | -448/+82 |
* | * quick fix for bit exact setting | Zdenek Kabelac | 2002-11-11 | 1 | -1/+7 |
* | 100l for kabi (fixing qpel) | Michael Niedermayer | 2002-11-11 | 1 | -0/+138 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -46/+87 |
* | optimize block_permute() | Michael Niedermayer | 2002-10-23 | 1 | -8/+17 |
* | complete mpeg4 GMC decoding support | Michael Niedermayer | 2002-10-16 | 1 | -3/+64 |
* | warning fixes | Michael Niedermayer | 2002-10-15 | 1 | -1/+1 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -147/+11 |
* | ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) | Leon van Stuivenberg | 2002-09-23 | 1 | -0/+4 |
* | dont store version for bit-exact tests | Michael Niedermayer | 2002-09-14 | 1 | -0/+3 |
* | put/avg_pixels16 | Michael Niedermayer | 2002-09-11 | 1 | -274/+582 |
* | altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d... | Brian Foley | 2002-09-02 | 1 | -3/+1 |
* | patch by Heliodoro Tammaro <helio at interactives dot org> | Heliodoro Tammaro | 2002-08-30 | 1 | -0/+2 |
* | slow but accurate integer dct from IJG (should be ok with the LGPL as the old... | Michael Niedermayer | 2002-08-29 | 1 | -2/+0 |
* | first cut at altivec support on darwin patch by (Brian Foley <bfoley at comps... | Brian Foley | 2002-08-28 | 1 | -0/+3 |
* | new ratecontrol code | Michael Niedermayer | 2002-08-25 | 1 | -2/+55 |
* | fixing normal mmx idct | Michael Niedermayer | 2002-08-02 | 1 | -2/+3 |
* | adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree... | Marko Kreen | 2002-07-10 | 1 | -4/+4 |