4024 Commits (21d4d5dafb822ace6847380ce5736222f9ccce80)

Author SHA1 Message Date
Michael Niedermayer 21d4d5dafb doxy 18 years ago
Michael Niedermayer 079e61db5d ensure alignment (no speed change) 18 years ago
Michael Niedermayer f5a9e8f33d merging mov & and (no speedchange) 18 years ago
Michael Niedermayer e80cf125a7 2 instructions less (same speed) 18 years ago
Michael Niedermayer 9347118237 comment about failed optimization 18 years ago
Michael Niedermayer 38cfdc83f0 move luma tc0 related init into asm 18 years ago
Kostya Shishkov 57aff88581 RGB32 support in Targa 18 years ago
Michael Niedermayer 25225c3773 2 instructions less in h264_loop_filter_luma_mmx2() 18 years ago
Michael Niedermayer bda2203d56 preempt possible overflow 18 years ago
Michael Niedermayer 5a1553dee3 1 instruction less 18 years ago
Kostya Shishkov a21711022e Use bpp from header in error message 18 years ago
Michael Niedermayer e9f1885c21 optimize H264_DEBLOCK_P0_Q0 18 years ago
Michael Niedermayer dd7e46e7c3 new I/P frame selection heuristic 18 years ago
Baptiste Coudurier 93481fe5fe change gif muxer to simple gif encoder 18 years ago
Corey Hickey 1984f5cdc9 Correct description of mblmin and mblmax. 18 years ago
Tom Harper a9dc190f17 outputs bit spent on various encoding functions (motion vectors, overhead, etc) 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Michael Niedermayer 45f3704c6d 10l (forgot ALT_SCAN) 18 years ago
Diego Biurrun 1345f4ed6c Rename SWAP macro to FFSWAP. 18 years ago
Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 18 years ago
Michael Niedermayer 65342b2b4a merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) 18 years ago
Diego Biurrun e164fbfeac Make tests compile on non-x86. 18 years ago
Diego Biurrun 3cd52279c9 Use common define for x86_32 and x86_64. 18 years ago
Måns Rullgård 67bcc87092 indentation 18 years ago
Måns Rullgård 84278104e1 CODEC_CAP_DELAY support 18 years ago
Reimar Döffinger d55f46e5a8 Reenable AMD64 optimizations for cabac accidentially disabled in r6852 18 years ago
Diego Biurrun 419b878494 Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change 18 years ago
Michael Niedermayer 7aba918708 fix 1/0 b frames + CBR bug 18 years ago
Diego Biurrun 9a64e0440e cosmetics: Restore alphabetical order. 18 years ago
Måns Rullgård 743311a1b0 coded line size is a multiple of 4 18 years ago
Oded Shimon e389399289 fix for disabling vorbis decoder but enabling vorbis encoder 18 years ago
Kostya Shishkov 469f9de72f Init vlc tables as static 18 years ago
Kostya Shishkov 84ed36da85 IMC decoder 18 years ago
Luca Abeni 9c5d7c568b AVPicture has 4 planes, not 3 18 years ago
Michael Niedermayer 498c544ad2 dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) 18 years ago
Michael Niedermayer c0d8052b50 avoid random noise on damaged frames 18 years ago
Diego Biurrun d5cd50ed73 Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under 18 years ago
Michael Niedermayer 3cedeeca02 update copyright year, it looks odd otherwise :) 18 years ago
Michael Niedermayer 95da34cd54 CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks 18 years ago
Oded Shimon b5c5a86bb7 I hope noone minds, adding myself to eval.c copyright... 18 years ago
Michael Niedermayer 973cbc2a28 lambda* should be unsigned 18 years ago
Michael Niedermayer 1928d04640 prevent overflow if lambda2 is "too" large 18 years ago
Michael Niedermayer ea7307df20 use lambda/lmax instead of qscale/qmax as end check for vbv retry 18 years ago
Oded Shimon 8cd68d8056 ignore whitespace in ff_eval 18 years ago
Andrew Voznytsa b500cc2a46 sample rate fix 18 years ago
Oded Shimon 72523c7a20 add missing 'e->value * ' 18 years ago
Oded Shimon 63a547eabc shut gcc warning, also makes sense for NAN to be returned if the loop was never executed 18 years ago
Diego Biurrun ebd6a69444 Rename dvdsub.c to dvdsubdec.c. 18 years ago
Michael Niedermayer 45ee0e3282 add support for while() loops again ugly syntax while(condition, statements) but very simple implementation 18 years ago
Michael Niedermayer 835954e3a4 support seperating expressons by ; 18 years ago