| Commit message (Expand) | Author | Age | Files | Lines |
* | some interlaced direct sanity checks | Michael Niedermayer | 2007-01-13 | 2 | -0/+5 |
* | replace a few hardcoded numbers with their correct named ones | Michael Niedermayer | 2007-01-13 | 1 | -8/+8 |
* | fix 16 CABAC_BIT * 10l bug introduced in r6578 | Michael Niedermayer | 2007-01-13 | 1 | -1/+4 |
* | print error when decoding fails | Baptiste Coudurier | 2007-01-10 | 1 | -0/+1 |
* | Unconditionally enable Theora decoder. It works fine now and there is no | Diego Biurrun | 2007-01-10 | 1 | -2/+0 |
* | add missing bit from commit r7423 | Guillaume Poirier | 2007-01-07 | 1 | -0/+213 |
* | Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) | Siarhei Siamashka | 2007-01-07 | 2 | -0/+4 |
* | enable bidirectional me with x264 | Robert Swain | 2007-01-07 | 1 | -0/+1 |
* | cosmetics: Reorder external libraries. | Diego Biurrun | 2007-01-07 | 1 | -19/+14 |
* | variable renaming: mp3lame --> libmp3lame | Diego Biurrun | 2007-01-07 | 2 | -2/+2 |
* | Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin | Diego Biurrun | 2007-01-06 | 3 | -12/+12 |
* | variable renaming: dts --> libdts | Diego Biurrun | 2007-01-06 | 2 | -2/+2 |
* | Rename variables: a52 --> liba52, a52bin --> liba52bin | Diego Biurrun | 2007-01-06 | 3 | -7/+7 |
* | maybe fixing a segfault | Michael Niedermayer | 2007-01-03 | 1 | -0/+6 |
* | dead code removial | Michael Niedermayer | 2007-01-03 | 1 | -3/+1 |
* | store a few values in the header as difference to the last | Michael Niedermayer | 2007-01-02 | 1 | -14/+36 |
* | Decode previous 32 frames to avoid seeking artifacts in MPC | Kostya Shishkov | 2007-01-01 | 1 | -0/+15 |
* | skiprd doxygen comment from avcodec.h -> AVOption comment | Michael Niedermayer | 2006-12-26 | 1 | -1/+1 |
* | Musepack SV7 decoding support | Kostya Shishkov | 2006-12-24 | 5 | -2/+558 |
* | skiprd | Michael Niedermayer | 2006-12-23 | 4 | -1/+37 |
* | test DIRECT{0,0} too if flag mv0 is used | Michael Niedermayer | 2006-12-22 | 2 | -1/+3 |
* | bt 0 is invalid, setting min to 1 | Baptiste Coudurier | 2006-12-22 | 1 | -1/+1 |
* | more simplification | Aurelien Jacobs | 2006-12-21 | 1 | -3/+1 |
* | 10l | Michael Niedermayer | 2006-12-21 | 1 | -0/+5 |
* | FIXME has already been fixed ages ago | Michael Niedermayer | 2006-12-21 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2006-12-21 | 1 | -1/+1 |
* | use qscale_table in adaptive quant | Michael Niedermayer | 2006-12-21 | 1 | -0/+1 |
* | simplify | Michael Niedermayer | 2006-12-21 | 1 | -2/+2 |
* | i think this if() is useless lets abuse our users to test this ;) | Michael Niedermayer | 2006-12-21 | 1 | -0/+1 |
* | skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s... | Michael Niedermayer | 2006-12-21 | 3 | -2/+24 |
* | dont randomly disallow intr4v in adaptive quant | Michael Niedermayer | 2006-12-21 | 1 | -1/+16 |
* | dont randomly dissallow direct MBs | Michael Niedermayer | 2006-12-21 | 1 | -1/+0 |
* | try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD | Michael Niedermayer | 2006-12-20 | 1 | -12/+12 |
* | fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) | Michael Niedermayer | 2006-12-20 | 1 | -1/+3 |
* | dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ... | Michael Niedermayer | 2006-12-20 | 1 | -0/+2 |
* | Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection | Guillaume Poirier | 2006-12-18 | 2 | -1/+6 |
* | minor doc fix | Michael Niedermayer | 2006-12-18 | 1 | -1/+2 |
* | always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR | Baptiste Coudurier | 2006-12-18 | 1 | -32/+8 |
* | Add support for VP60 and VP61. | Aurelien Jacobs | 2006-12-17 | 4 | -10/+34 |
* | 10l | Michael Niedermayer | 2006-12-17 | 1 | -1/+1 |
* | small optimization | Aurelien Jacobs | 2006-12-17 | 1 | -1/+1 |
* | warn user if the selected diamond size is larger then the motion estimation s... | Michael Niedermayer | 2006-12-17 | 1 | -0/+6 |
* | limit x/ymin/max to me_range | Michael Niedermayer | 2006-12-17 | 1 | -0/+7 |
* | Check mb_pos is big enough before trying to access data left or above. | Reimar Döffinger | 2006-12-17 | 1 | -2/+2 |
* | av_log(NULL,... -> av_log(avctx,.. where appropriate. | Benjamin Larsson | 2006-12-14 | 1 | -13/+13 |
* | Bug fix for crashes when SSE is used on unaligned arrays. | Benjamin Larsson | 2006-12-14 | 1 | -7/+7 |
* | vqmin/vqmax --> qmin/qmax in the option description | Diego Biurrun | 2006-12-13 | 1 | -2/+2 |
* | Doxygen comments about variables described by Michael here: | Guillaume Poirier | 2006-12-12 | 1 | -1/+3 |
* | mv overflow in map fix (untested except regression tests) | Michael Niedermayer | 2006-12-12 | 1 | -3/+10 |
* | Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. | Reimar Döffinger | 2006-12-11 | 1 | -2/+7 |