| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm | Juanjo | 2002-02-26 | 6 | -8/+66 |
* | fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext... | Michael Niedermayer | 2002-02-22 | 3 | -34/+16 |
* | - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. | Juanjo | 2002-02-22 | 2 | -12/+15 |
* | - Bug fixes in H.263+ Advanced INTRA Coding decoder. | Juanjo | 2002-02-19 | 4 | -105/+83 |
* | - H.263+ decoder support for Advanded INTRA Coding (buggy) | Juanjo | 2002-02-18 | 6 | -17/+214 |
* | * some modifications to allow gcc to compile same code for -fPIC | Zdenek Kabelac | 2002-02-18 | 1 | -80/+172 |
* | * simplified indexing | Zdenek Kabelac | 2002-02-18 | 1 | -19/+22 |
* | * simplified indexing | Zdenek Kabelac | 2002-02-18 | 1 | -29/+31 |
* | * eliminating duplicated code from MPV_common_end | Zdenek Kabelac | 2002-02-18 | 1 | -66/+40 |
* | * using static instead of extern | Zdenek Kabelac | 2002-02-18 | 1 | -1/+1 |
* | * continue after error in msmpeg4_decode_mb - helps for some movie samples | Zdenek Kabelac | 2002-02-18 | 1 | -1/+3 |
* | avoid overflow of picturenumber*fps*10000 | Michael Niedermayer | 2002-02-18 | 2 | -3/+3 |
* | block_last_index was too large (in mpeg1 decoding) | Michael Niedermayer | 2002-02-18 | 1 | -1/+1 |
* | - Minor changes on bitrate control | Juanjo | 2002-02-15 | 3 | -6/+19 |
* | optimized the normal bitstream writer, its faster than the alternative one on... | Michael Niedermayer | 2002-02-15 | 2 | -124/+92 |
* | optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) | Michael Niedermayer | 2002-02-13 | 2 | -11/+34 |
* | optimize mpeg1_encode_block() | Michael Niedermayer | 2002-02-13 | 2 | -7/+40 |
* | aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?) | Michael Niedermayer | 2002-02-12 | 1 | -1/+35 |
* | alternative bitstream writer (disabled by default, uncomment #define ALT_BIST... | Michael Niedermayer | 2002-02-12 | 7 | -24/+167 |
* | - More work on preliminary bit rate control, just to be able to get an | Juanjo | 2002-02-10 | 3 | -26/+40 |
* | - Now the ME is done for the entire picture when enconding, the | Juanjo | 2002-02-10 | 3 | -18/+78 |
* | - Fixes on RTP and GOB headers for H.263. | Juanjo | 2002-02-09 | 5 | -35/+93 |
* | PATCH by Rik Snel <rsnel@cube.dyndns.org> | Arpi | 2002-02-09 | 2 | -0/+8 |
* | PATCH by Rik Snel <rsnel@cube.dyndns.org> | Arpi | 2002-02-09 | 3 | -7/+18 |
* | workaround gcc 2.95.2 bug | Michael Niedermayer | 2002-02-09 | 1 | -2/+2 |
* | avoid copying input when encoding non intra stuff too | Michael Niedermayer | 2002-02-07 | 1 | -3/+3 |
* | width or height %16 != 0 bugfix | Michael Niedermayer | 2002-02-07 | 1 | -7/+5 |
* | use multiply instead of divides for DC prediction on X86 | Michael Niedermayer | 2002-02-05 | 1 | -12/+10 |
* | workaround gcc bug "m" (0) | Arpi | 2002-01-28 | 1 | -6/+8 |
* | * temporal solution for shared lib compilation | Zdenek Kabelac | 2002-01-28 | 1 | -7/+5 |
* | (commit by michael) | Michael Niedermayer | 2002-01-27 | 5 | -112/+309 |
* | (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org> | Arpi | 2002-01-26 | 1 | -0/+1 |
* | (commit by michael) | Michael Niedermayer | 2002-01-24 | 1 | -4/+11 |
* | (commit by michael) | Michael Niedermayer | 2002-01-24 | 1 | -1/+1 |
* | (commit by michael) | Michael Niedermayer | 2002-01-24 | 1 | -8/+38 |
* | Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@stude... | Nick Kurshev | 2002-01-21 | 1 | -7/+25 |
* | Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> | Nick Kurshev | 2002-01-20 | 9 | -2/+769 |
* | Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> | Nick Kurshev | 2002-01-20 | 3 | -5/+8 |
* | (commit by michael) | Michael Niedermayer | 2002-01-17 | 2 | -1119/+947 |
* | (commit by michael) | Michael Niedermayer | 2002-01-15 | 4 | -6/+78 |
* | (commit by michael) | Michael Niedermayer | 2002-01-15 | 1 | -0/+1 |
* | (commit by michael) | Michael Niedermayer | 2002-01-15 | 2 | -2/+98 |
* | (commit by michael) | Michael Niedermayer | 2002-01-14 | 1 | -125/+315 |
* | (commit by michael) | Michael Niedermayer | 2002-01-14 | 1 | -1/+25 |
* | (commit by michael) | Michael Niedermayer | 2002-01-14 | 1 | -0/+20 |
* | (commit by michael) | Michael Niedermayer | 2002-01-13 | 1 | -1/+2 |
* | (commit by michael) | Michael Niedermayer | 2002-01-13 | 4 | -30/+91 |
* | (commited by michael / arpi was crazy enough to give me his password) | Michael Niedermayer | 2002-01-12 | 1 | -12/+38 |
* | rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at> | Arpi | 2002-01-12 | 1 | -1/+1 |
* | different fix, s->mbintra_table used only if h263_pred set. - patch by Michae... | Michael Niedermayer | 2002-01-11 | 1 | -4/+4 |