7276 Commits (8cd13128b8e3567e72d02974b99c4dc760a4672a)
 

Author SHA1 Message Date
Diego Biurrun a63e5f1cce typo 18 years ago
Måns Rullgård 67bcc87092 indentation 18 years ago
Måns Rullgård 84278104e1 CODEC_CAP_DELAY support 18 years ago
Baptiste Coudurier f45b744cb7 simplify 18 years ago
Baptiste Coudurier aa90239fd9 mov vfr muxing 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
Diego Biurrun 6c02f9e7ee better #endif comment 18 years ago
Michael Niedermayer 7aba918708 fix 1/0 b frames + CBR bug 18 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 18 years ago
Diego Biurrun 9a64e0440e cosmetics: Restore alphabetical order. 18 years ago
Michael Niedermayer d29de719a0 better timebase selection heuristic for video stream copy 18 years ago
Diego Biurrun 20cd83e276 cosmetics: Restore alphabetical order. 18 years ago
Baptiste Coudurier 55bdd34d1a remove gcc warning about void * used in arithmetic 18 years ago
Måns Rullgård 743311a1b0 coded line size is a multiple of 4 18 years ago
Gustavo Sverzut Barbieri 2959ba80c2 warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com 18 years ago
Gustavo Sverzut Barbieri 95b096245b Use fixed point in color conversion. 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 5423fe7391 Fix dependencies for 'make dep'. 18 years ago
Diego Biurrun d5cd50ed73 Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under 18 years ago
Diego Biurrun 68300911a0 Many systems have TEMPDIR mounted noexec, warn about this. 18 years ago
Ryan Martell a7c6aa73fe switch to common base64 routines in lavf 18 years ago
Ryan Martell d0deedcb07 fix more dynamic protocol stuff, needed by the forthcoming h264 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
Joakim Plate 0a4250bc92 add support for all framerates specified by the standard 18 years ago
Oded Shimon b5c5a86bb7 I hope noone minds, adding myself to eval.c copyright... 18 years ago
Joakim Plate 2f394e1ca8 Fix A/V (de)sync with discontinuous NSV streams, 18 years ago
Thijs 34ecc3975f Make it possible to reuse UDP socket (optional, disabled by default) 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
Ryan Martell d83723305e move up (in the file) AAC audio handling moved from below 18 years ago
Guillaume Poirier a01e68aa5e Add base64 encoding and decoding routines 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
Reynaldo H. Verdejo Pinochet 418f17e006 Fix obvious typo, BGR555 was missing 18 years ago
Oded Shimon d024359a36 possible bug of 'gte' being read as 'gt', same with 'lte' 18 years ago
Michael Niedermayer 577eab6b62 minor simplification 18 years ago
Michael Niedermayer a98f4515cf factorize AVEvalExpr alloc and init 18 years ago