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
2006-11-031 instruction lessMichael Niedermayer
2006-11-03Use bpp from header in error messageKostya Shishkov
2006-11-03optimize H264_DEBLOCK_P0_Q0Michael Niedermayer
2006-11-03new I/P frame selection heuristicMichael Niedermayer
2006-11-03change gif muxer to simple gif encoderBaptiste Coudurier
2006-11-03Correct description of mblmin and mblmax.Corey Hickey
2006-11-02outputs bit spent on various encoding functions (motion vectors, overhead, etc)Tom Harper
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-11-0210l (forgot ALT_SCAN)Michael Niedermayer
2006-11-02Rename SWAP macro to FFSWAP.Diego Biurrun
2006-11-02reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme
2006-11-01merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer
2006-11-01Make tests compile on non-x86.Diego Biurrun
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-11-01indentationMåns Rullgård
2006-11-01CODEC_CAP_DELAY supportMåns Rullgård
2006-11-01Reenable AMD64 optimizations for cabac accidentially disabled in r6852Reimar Döffinger
2006-11-01Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun
2006-11-01fix 1/0 b frames + CBR bugMichael Niedermayer
2006-10-31cosmetics: Restore alphabetical order.Diego Biurrun
2006-10-30coded line size is a multiple of 4Måns Rullgård
2006-10-30fix for disabling vorbis decoder but enabling vorbis encoderOded Shimon
2006-10-30Init vlc tables as staticKostya Shishkov
2006-10-30IMC decoderKostya Shishkov
2006-10-30AVPicture has 4 planes, not 3Luca Abeni
2006-10-30dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer
2006-10-30avoid random noise on damaged framesMichael Niedermayer
2006-10-29Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun
2006-10-29update copyright year, it looks odd otherwise :)Michael Niedermayer
2006-10-29CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the...Michael Niedermayer
2006-10-28I hope noone minds, adding myself to eval.c copyright...Oded Shimon
2006-10-28lambda* should be unsignedMichael Niedermayer
2006-10-28prevent overflow if lambda2 is "too" largeMichael Niedermayer
2006-10-28use lambda/lmax instead of qscale/qmax as end check for vbv retryMichael Niedermayer
2006-10-28ignore whitespace in ff_evalOded Shimon
2006-10-28sample rate fixAndrew Voznytsa
2006-10-28add missing 'e->value * 'Oded Shimon
2006-10-28shut gcc warning, also makes sense for NAN to be returned if the loop was nev...Oded Shimon
2006-10-28Rename dvdsub.c to dvdsubdec.c.Diego Biurrun
2006-10-28add support for while() loops again ugly syntax while(condition, statements) ...Michael Niedermayer
2006-10-28support seperating expressons by ;Michael Niedermayer
2006-10-28Fix obvious typo, BGR555 was missingReynaldo H. Verdejo Pinochet
2006-10-28possible bug of 'gte' being read as 'gt', same with 'lte'Oded Shimon
2006-10-28minor simplificationMichael Niedermayer
2006-10-28factorize AVEvalExpr alloc and initMichael Niedermayer
2006-10-28update ratecontrol to new ff_eval APIOded Shimon
2006-10-27adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet
2006-10-27adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet
2006-10-27new optimized eval method, by seperating parsing and runtimeOded Shimon
2006-10-26LZW decoder as separate module plus TIFF LZW supportKostya Shishkov