| Commit message (Expand) | Author | Age | Files | Lines |
* | seperated out the C-based VP3 DSP functions into a different file; also | Mike Melanson | 2004-03-08 | 1 | -0/+5 |
* | fix motion compensation with (x+1/2,y+1/2) MVs | Michael Niedermayer | 2004-03-05 | 1 | -0/+10 |
* | quantizer noise shaping optimization | Michael Niedermayer | 2004-02-06 | 1 | -0/+26 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -0/+1 |
* | interlaced dct decision cleanup | Michael Niedermayer | 2004-01-05 | 1 | -8/+124 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 1 | -66/+61 |
* | split intra / inter dequantization | Michael Niedermayer | 2003-12-14 | 1 | -2/+5 |
* | 10l | Michael Niedermayer | 2003-12-01 | 1 | -1/+1 |
* | h263 loop filter | Michael Niedermayer | 2003-12-01 | 1 | -0/+72 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -1/+1 |
* | * adding integer/floating point AAN implementations for DCT 2-4-8 | Roman Shaposhnik | 2003-10-25 | 1 | -2/+2 |
* | * introducing dct248 into the DSP context. | Roman Shaposhnik | 2003-10-24 | 1 | -3/+22 |
* | floating point AAN DCT | Michael Niedermayer | 2003-10-22 | 1 | -1/+3 |
* | mmx2 optimization of huffyuv median encoding | Michael Niedermayer | 2003-10-13 | 1 | -0/+19 |
* | 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 |