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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-24Optimize pred_pskip_motion()Michael Niedermayer
2008-12-24add amr in avi riff tagsBen Littler
2008-12-24IndentMichael Niedermayer
2008-12-24Integrate get_te0_golomb() calls into the code, this allows some checksMichael Niedermayer
2008-12-24Use get_ue_golomb_31() where possible, almost all are just in headersMichael Niedermayer
2008-12-24Update golomb decoding tables so that get_*_golomb_31() return someMichael Niedermayer
2008-12-24Add get_ue_golomb_31()Michael Niedermayer
2008-12-23Update again Cygwin Ports URL after my sloppy previous commit.Víctor Paesa
2008-12-23indentMichael Niedermayer
2008-12-23Use the new VLC table for the first non trailing coeff too.Michael Niedermayer
2008-12-23Optimize esc removal code.Michael Niedermayer
2008-12-23352l: correct calculating number of bits for storing macroblock offset in RV3/4Kostya Shishkov
2008-12-23IndentMichael Niedermayer
2008-12-23unified CAVLC level decoding LUT.Michael Niedermayer
2008-12-23Complete the list of external libraries.Víctor Paesa
2008-12-23Advice on compiler versionsVíctor Paesa
2008-12-23Update Cygwin Ports URL.Víctor Paesa
2008-12-23Bring up to date the Cygwin docs.Víctor Paesa
2008-12-23Make h264 parser 50% faster.Michael Niedermayer
2008-12-23100l, I broke H.264 again, forgot one hunk.Michael Niedermayer
2008-12-23Optimize 0 0 0-3 search, 45% faster on pentium dual.Michael Niedermayer
2008-12-23The diffutils package is also needed (for the 'cmp' command).Víctor Paesa
2008-12-23Revert r16257:Andreas Öman
2008-12-23Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos
2008-12-23Fix a warning when compiling with icc:Carl Eugen Hoyos
2008-12-22Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster onMichael Niedermayer
2008-12-22IndentMichael Niedermayer
2008-12-22inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.Michael Niedermayer
2008-12-22Negate 2 more variables, 1 cpu cycle faster on pentium dual.Michael Niedermayer
2008-12-22Simplify if/else, no speed changeMichael Niedermayer
2008-12-22Negate a few variables, this simplifies the code and makes it 5 cycles fasterMichael Niedermayer
2008-12-22Simplify ifs(), 8 cpu cycles faster on pentium dualMichael Niedermayer
2008-12-22Simplify if(), 3 cpu cycles faster in pentium dual.Michael Niedermayer
2008-12-22Initialize s->opaque before calling url_resetbuf().Aurelien Jacobs
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-12-22Offer an option (disabled by default) to enable the copy of the frames beforeWolfram Gloger
2008-12-22Decode TIFF image only after all tags have been decodedKostya Shishkov
2008-12-22Some TIFFs declare -1 for the single strip heightKostya Shishkov
2008-12-22Add monochrome TIFF supportKostya Shishkov
2008-12-22Calculate line size variable correctly for lower bitdepths and use it for raw...Kostya Shishkov
2008-12-22Register TIFF tags for CCITT Group 3 and 4 compression optionsKostya Shishkov
2008-12-22Remove a bunch of unused variables.Diego Biurrun
2008-12-22Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.Diego Biurrun
2008-12-22Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju
2008-12-22Do not use full include path for headers in the same directory.Diego Biurrun
2008-12-22Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer
2008-12-22Silence the following icc warnings:Carl Eugen Hoyos
2008-12-22Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Öman
2008-12-22Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer
2008-12-22Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().Michael Niedermayer