Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-17Avoid branches in the loop and solve a gcc warningLuca Barbato
2007-01-17CosmeticsLuca Barbato
2007-01-17fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris
2007-01-17set data_size to 0 so that in case we return without setting it nothing funny...Michael Niedermayer
2007-01-17fix a gcc warning, avoid an unnecessary operationLuca Barbato
2007-01-16Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger
2007-01-16fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o...Michael Niedermayer
2007-01-15 * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik
2007-01-15avcodec_decode_audio2()Michael Niedermayer
2007-01-15er and strict also apply to audio theoreticallyMichael Niedermayer
2007-01-14cosmetics: reindentAurelien Jacobs
2007-01-14add support for another variant of vp6Aurelien Jacobs
2007-01-14Buffer for get_bits must be padded because readers may overread.Reimar Döffinger
2007-01-13some interlaced direct sanity checksMichael Niedermayer
2007-01-13replace a few hardcoded numbers with their correct named onesMichael Niedermayer
2007-01-13fix 16 CABAC_BIT * 10l bug introduced in r6578Michael Niedermayer
2007-01-10print error when decoding failsBaptiste Coudurier
2007-01-10Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun
2007-01-08add missing bit from commit r7423Guillaume Poirier
2007-01-08Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka
2007-01-07enable bidirectional me with x264Robert Swain
2007-01-07cosmetics: Reorder external libraries.Diego Biurrun
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2007-01-07Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun
2007-01-07variable renaming: dts --> libdtsDiego Biurrun
2007-01-07Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun
2007-01-03maybe fixing a segfaultMichael Niedermayer
2007-01-03dead code removialMichael Niedermayer
2007-01-02store a few values in the header as difference to the lastMichael Niedermayer
2007-01-01Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov
2006-12-26skiprd doxygen comment from avcodec.h -> AVOption commentMichael Niedermayer
2006-12-24Musepack SV7 decoding supportKostya Shishkov
2006-12-23skiprdMichael Niedermayer
2006-12-23test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer
2006-12-22bt 0 is invalid, setting min to 1Baptiste Coudurier
2006-12-22more simplificationAurelien Jacobs
2006-12-2210lMichael Niedermayer
2006-12-21FIXME has already been fixed ages agoMichael Niedermayer
2006-12-21simplifyMichael Niedermayer
2006-12-21use qscale_table in adaptive quantMichael Niedermayer
2006-12-21simplifyMichael Niedermayer
2006-12-21i think this if() is useless lets abuse our users to test this ;)Michael Niedermayer
2006-12-21skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer
2006-12-21dont randomly disallow intr4v in adaptive quantMichael Niedermayer
2006-12-21dont randomly dissallow direct MBsMichael Niedermayer
2006-12-21try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRDMichael Niedermayer
2006-12-20fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer
2006-12-20dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ...Michael Niedermayer
2006-12-19Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier
2006-12-18minor doc fixMichael Niedermayer