| Commit message (Expand) | Author | Age | Files | Lines |
* | use clip_uint8() | Michael Niedermayer | 2005-01-23 | 1 | -7/+2 |
* | H.264 weighted prediction. | Loren Merritt | 2005-01-07 | 1 | -0/+97 |
* | more flexible frame skip decission | Michael Niedermayer | 2004-12-08 | 1 | -0/+22 |
* | move h264 idct to its own file and call via function pointer in DspContext | Michael Niedermayer | 2004-09-27 | 1 | -2/+9 |
* | 1/8 resolution decoding | Michael Niedermayer | 2004-09-26 | 1 | -0/+18 |
* | 1/4 resolution decoding | Michael Niedermayer | 2004-09-26 | 1 | -0/+47 |
* | 1/2 resolution decoding | Michael Niedermayer | 2004-09-25 | 1 | -9/+62 |
* | useless | Michael Niedermayer | 2004-09-06 | 1 | -1/+0 |
* | 4x4 SSE compare function | Michael Niedermayer | 2004-08-22 | 1 | -1/+126 |
* | Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) | Michael Niedermayer | 2004-08-13 | 1 | -3/+3 |
* | nsse weight | Michael Niedermayer | 2004-06-07 | 1 | -6/+8 |
* | noise preserving sum of squares comparission function | Michael Niedermayer | 2004-06-07 | 1 | -0/+53 |
* | rewrite h261 loop filter | Michael Niedermayer | 2004-05-30 | 1 | -26/+22 |
* | h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d... | Michael Niedermayer | 2004-05-30 | 1 | -0/+33 |
* | separate out put_signed_pixels_clamped() into its own function and | Mike Melanson | 2004-04-27 | 1 | -0/+22 |
* | reorganize and simplify the VP3 IDCT stuff | Mike Melanson | 2004-04-26 | 1 | -2/+1 |
* | VIS optimized motion compensation code. by (David S. Miller <davem at redhat ... | Michael Niedermayer | 2004-04-23 | 1 | -0/+3 |
* | 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 |