7286 Commits (7d6b1abe1ad956ec94a60f1872a0f29375fd0382)
 

Author SHA1 Message Date
Michael Niedermayer 45f3704c6d 10l (forgot ALT_SCAN) 19 years ago
Diego Biurrun 1345f4ed6c Rename SWAP macro to FFSWAP. 19 years ago
Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 19 years ago
Diego Biurrun 484267f3d3 Do not mix declarations and statements. 19 years ago
Michael Niedermayer 65342b2b4a merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) 19 years ago
Baptiste Coudurier a512446ed3 clean, always write major brand for debug 19 years ago
Baptiste Coudurier 02799762c6 remove useless mp4 field 19 years ago
Diego Biurrun e164fbfeac Make tests compile on non-x86. 19 years ago
Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 19 years ago
Diego Biurrun 3cd52279c9 Use common define for x86_32 and x86_64. 19 years ago
Diego Biurrun a63e5f1cce typo 19 years ago
Måns Rullgård 67bcc87092 indentation 19 years ago
Måns Rullgård 84278104e1 CODEC_CAP_DELAY support 19 years ago
Baptiste Coudurier f45b744cb7 simplify 19 years ago
Baptiste Coudurier aa90239fd9 mov vfr muxing 19 years ago
Reimar Döffinger d55f46e5a8 Reenable AMD64 optimizations for cabac accidentially disabled in r6852 19 years ago
Diego Biurrun 419b878494 Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change 19 years ago
Diego Biurrun 6c02f9e7ee better #endif comment 19 years ago
Michael Niedermayer 7aba918708 fix 1/0 b frames + CBR bug 19 years ago
Luca Barbato e240ee678c Make sure --as-needed and the other flags got checked as the last thing, workarounds linking checks issues due broken system libraries 19 years ago
Diego Biurrun 9a64e0440e cosmetics: Restore alphabetical order. 19 years ago
Michael Niedermayer d29de719a0 better timebase selection heuristic for video stream copy 19 years ago
Diego Biurrun 20cd83e276 cosmetics: Restore alphabetical order. 19 years ago
Baptiste Coudurier 55bdd34d1a remove gcc warning about void * used in arithmetic 19 years ago
Måns Rullgård 743311a1b0 coded line size is a multiple of 4 19 years ago
Gustavo Sverzut Barbieri 2959ba80c2 warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com 19 years ago
Gustavo Sverzut Barbieri 95b096245b Use fixed point in color conversion. 19 years ago
Oded Shimon e389399289 fix for disabling vorbis decoder but enabling vorbis encoder 19 years ago
Kostya Shishkov 469f9de72f Init vlc tables as static 19 years ago
Kostya Shishkov 84ed36da85 IMC decoder 19 years ago
Luca Abeni 9c5d7c568b AVPicture has 4 planes, not 3 19 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) 19 years ago
Michael Niedermayer c0d8052b50 avoid random noise on damaged frames 19 years ago
Diego Biurrun 5423fe7391 Fix dependencies for 'make dep'. 19 years ago
Diego Biurrun d5cd50ed73 Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under 19 years ago
Diego Biurrun 68300911a0 Many systems have TEMPDIR mounted noexec, warn about this. 19 years ago
Ryan Martell a7c6aa73fe switch to common base64 routines in lavf 19 years ago
Ryan Martell d0deedcb07 fix more dynamic protocol stuff, needed by the forthcoming h264 19 years ago
Michael Niedermayer 3cedeeca02 update copyright year, it looks odd otherwise :) 19 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 19 years ago
Joakim Plate 0a4250bc92 add support for all framerates specified by the standard 19 years ago
Oded Shimon b5c5a86bb7 I hope noone minds, adding myself to eval.c copyright... 19 years ago
Joakim Plate 2f394e1ca8 Fix A/V (de)sync with discontinuous NSV streams, 19 years ago
Thijs 34ecc3975f Make it possible to reuse UDP socket (optional, disabled by default) 19 years ago
Michael Niedermayer 973cbc2a28 lambda* should be unsigned 19 years ago
Michael Niedermayer 1928d04640 prevent overflow if lambda2 is "too" large 19 years ago
Michael Niedermayer ea7307df20 use lambda/lmax instead of qscale/qmax as end check for vbv retry 19 years ago
Oded Shimon 8cd68d8056 ignore whitespace in ff_eval 19 years ago
Andrew Voznytsa b500cc2a46 sample rate fix 19 years ago
Oded Shimon 72523c7a20 add missing 'e->value * ' 19 years ago