| Commit message (Expand) | Author | Age | Files | Lines |
* | harden h264 decoding to prevent some crashes when input data is corrupted. | Francois Oligny-Lemieux | 2007-01-19 | 1 | -19/+46 |
* | uint16->uint8 | Michael Niedermayer | 2007-01-19 | 1 | -3/+3 |
* | Change the Snow encoder to always use the available MotionEstContext pointer. | Panagiotis Issaris | 2007-01-18 | 1 | -4/+4 |
* | Avoid branches in the loop and solve a gcc warning | Luca Barbato | 2007-01-17 | 1 | -13/+19 |
* | Cosmetics | Luca Barbato | 2007-01-17 | 1 | -10/+17 |
* | fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and | Panagiotis Issaris | 2007-01-17 | 1 | -0/+2 |
* | set data_size to 0 so that in case we return without setting it nothing funny... | Michael Niedermayer | 2007-01-16 | 1 | -0/+2 |
* | fix a gcc warning, avoid an unnecessary operation | Luca Barbato | 2007-01-16 | 1 | -1/+1 |
* | Avoid calling decode_slice when context_initialized is not set. | Reimar Döffinger | 2007-01-16 | 1 | -0/+1 |
* | fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o... | Michael Niedermayer | 2007-01-15 | 1 | -0/+4 |
* | * Fixing a bug with incorrect bits set in AAUX source pack | Roman Shaposhnik | 2007-01-15 | 1 | -4/+5 |
* | avcodec_decode_audio2() | Michael Niedermayer | 2007-01-14 | 4 | -10/+41 |
* | er and strict also apply to audio theoretically | Michael Niedermayer | 2007-01-14 | 1 | -2/+2 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-01-14 | 1 | -5/+5 |
* | add support for another variant of vp6 | Aurelien Jacobs | 2007-01-14 | 2 | -7/+29 |
* | Buffer for get_bits must be padded because readers may overread. | Reimar Döffinger | 2007-01-14 | 1 | -1/+1 |
* | 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 |