| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup | Michael Niedermayer | 2005-05-26 | 2 | -44/+9 |
* | Better ARM support for mplayer/ffmpeg, ported from atty fork | Bernhard Rosenkränzer | 2005-05-26 | 9 | -1/+2294 |
* | AV_LOG_DEBUG is not a good default ... | Michael Niedermayer | 2005-05-26 | 1 | -1/+1 |
* | MMX code for (put|avg)_h264_chroma_mc8 | Zoltán Hidvégi | 2005-05-25 | 2 | -0/+168 |
* | read loop filter limit values from Theora header, courtesy of Matthieu | Mike Melanson | 2005-05-24 | 1 | -6/+2 |
* | ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) | Jacob Meuser | 2005-05-22 | 2 | -2/+2 |
* | libgsm warper by (Alban Bedel: albeu, free fr) | Michael Niedermayer | 2005-05-22 | 4 | -0/+109 |
* | fix max b frames with b frame strategy 1 | Michael Niedermayer | 2005-05-21 | 1 | -1/+1 |
* | START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org) | Michael Niedermayer | 2005-05-21 | 1 | -6/+25 |
* | fix bugs in new loop filter code; also, refrain from filtering against | Mike Melanson | 2005-05-21 | 1 | -31/+25 |
* | remove unused vp3 related function pointers | Michael Niedermayer | 2005-05-21 | 1 | -18/+0 |
* | disable broken loop filter optimization | Michael Niedermayer | 2005-05-21 | 1 | -2/+3 |
* | apply the loop filter to fragments as they are rendered into the final | Mike Melanson | 2005-05-21 | 1 | -22/+95 |
* | render by the slice rather than the plane | Mike Melanson | 2005-05-21 | 1 | -5/+255 |
* | clean up some warnings and dead code | Mike Melanson | 2005-05-21 | 1 | -7/+6 |
* | 1.) LGPL license mentioned | Denes Balatoni | 2005-05-21 | 1 | -13/+41 |
* | another bitstream extraction to optimize: fixed-length motion vectors | Mike Melanson | 2005-05-21 | 2 | -0/+22 |
* | read Huffman tables from Theora header (patch courtesy of | Mike Melanson | 2005-05-19 | 1 | -29/+130 |
* | memory leak | Loren Merritt | 2005-05-19 | 1 | -0/+1 |
* | accept old extradata format | Måns Rullgård | 2005-05-19 | 2 | -42/+67 |
* | fix decoding of multi-channel vorbis streams | Måns Rullgård | 2005-05-19 | 1 | -2/+2 |
* | use O(number of non zero coeffs) instead of O(number of coeffs) storage for t... | Michael Niedermayer | 2005-05-19 | 1 | -44/+73 |
* | fix crash on negative POC | Loren Merritt | 2005-05-19 | 1 | -3/+3 |
* | replace unpack_token() with a series of lookup tables | Mike Melanson | 2005-05-19 | 2 | -2/+268 |
* | install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch ... | Aurelien Jacobs | 2005-05-19 | 2 | -0/+4 |
* | fix mpeg2 chroma_420_type | Michael Niedermayer | 2005-05-18 | 1 | -1/+1 |
* | fix 4MV MC and reinstate new MC VLC | Mike Melanson | 2005-05-18 | 1 | -4/+4 |
* | fix shared libpostproc build | Måns Rullgård | 2005-05-18 | 2 | -4/+6 |
* | H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas... | Loren Merritt | 2005-05-18 | 4 | -220/+283 |
* | reduce size of Vp3Fragment from 32byte to 16byte | Michael Niedermayer | 2005-05-18 | 1 | -6/+6 |
* | optimizing rle decoding loops a little | Michael Niedermayer | 2005-05-18 | 1 | -16/+10 |
* | disabling buggy optimizations | Michael Niedermayer | 2005-05-18 | 1 | -2/+2 |
* | replace get_superblock_run_length() with a VLC table | Mike Melanson | 2005-05-18 | 2 | -0/+39 |
* | use VLCs for in place of get_fragment_run_length(), get_mode_code(), and | Mike Melanson | 2005-05-17 | 2 | -11/+115 |
* | signature has an 'x' | Mike Melanson | 2005-05-17 | 1 | -1/+1 |
* | Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine | Mike Melanson | 2005-05-17 | 4 | -1/+257 |
* | some optimizations gcc should have done (10% faster loop filter) | Michael Niedermayer | 2005-05-17 | 1 | -13/+10 |
* | SATURATE_U8 -> clip_uint8 (10% faster loop filter) | Michael Niedermayer | 2005-05-17 | 1 | -6/+4 |
* | Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) | Michael Niedermayer | 2005-05-17 | 5 | -1/+3647 |
* | porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API | Michael Niedermayer | 2005-05-17 | 5 | -266/+48 |
* | remove duplicate zigzag tables | Michael Niedermayer | 2005-05-17 | 2 | -20/+0 |
* | fix idct permutation | Michael Niedermayer | 2005-05-17 | 1 | -6/+12 |
* | porting vp3 idct over to lavc idct api | Michael Niedermayer | 2005-05-17 | 5 | -76/+136 |
* | remove permutation done to quant tables and then undone during idct | Michael Niedermayer | 2005-05-17 | 2 | -5/+4 |
* | disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ... | Michael Niedermayer | 2005-05-17 | 1 | -7/+7 |
* | fix last coeff | Michael Niedermayer | 2005-05-17 | 1 | -1/+3 |
* | clear blocks after each idct instead of per picture | Michael Niedermayer | 2005-05-17 | 1 | -2/+9 |
* | parse and save hrd_fullness and range_map | Ivan Kalvachev | 2005-05-16 | 1 | -7/+35 |
* | some benchmarking code | Michael Niedermayer | 2005-05-16 | 1 | -7/+32 |
* | various 10l fixes for the loop filter | Michael Niedermayer | 2005-05-16 | 1 | -8/+10 |