68 Commits (f58f4ce19d37cd754ffc577906b619a083b03191)

Author SHA1 Message Date
Oded Shimon bb0f1ea72f update ratecontrol to new ff_eval API 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Panagiotis Issaris 0de9926f62 Move the ratecontrol related code from mpegvideo.h to a separate header file. 18 years ago
Panagiotis Issaris 4d7b4613a1 Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and 18 years ago
Panagiotis Issaris d80f243ae9 Make ratecontrol use ff_eval2(). 18 years ago
Panagiotis Issaris 4156a436e3 Handle possible failure of ff_eval. 18 years ago
Corey Hickey 577cd173e3 second pass encoding changes: 18 years ago
Michael Niedermayer 353e433b96 seems the output of that code is never used 18 years ago
Corey Hickey 29b372b9e9 error message spelling typo 18 years ago
Michael Niedermayer 2fefd23b96 fabs is better then abs for floats ... 19 years ago
Michael Niedermayer 5fe4cf7b9f fix frametypes with xvid_rc 19 years ago
Corey Hickey 022fad4833 make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't 19 years ago
Michael Niedermayer 1953105102 10l forgot #ifdef CONFIG_XVID 19 years ago
Michael Niedermayer 64b7c5b6f6 xvid ratecontrol support 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer 82b019cefd better f_code guessing in 2nd pass 19 years ago
Michael Niedermayer 8ed9f9ab32 use correct qp & lambda for ME on the second pass 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer 6e0d8c06c7 mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits 20 years ago
Christophe Massiot 957c743a23 Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr) 20 years ago
Michael Niedermayer 2fc8ea249f dissallow sprintf 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Michael Niedermayer e9a4834a7d normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) 21 years ago
Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 21 years ago
Michael Niedermayer bb198e198a interlaced motion estimation 21 years ago
Michael Niedermayer 1031fabd14 picture number fixes 21 years ago
Michael Niedermayer d60a8f85d7 vbv_delay 21 years ago
Michael Niedermayer d55f7b6521 cleanup 21 years ago
Michael Niedermayer 11dffbe1da stuffing to stay above min_bitrate 21 years ago
Michael Niedermayer fb0666392c CBR improvements 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 158c7f059c use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken 21 years ago
Fabrice Bellard b160941221 removed warnings 21 years ago
Michael Niedermayer fa12b5469d fix qmin==qmax==1 && msmpeg4 && intra bug 22 years ago
Michael Niedermayer d8085ea727 cleanup 22 years ago
Michael Niedermayer 2f5feea48b 10l (adaptve quant fix) 22 years ago
Michael Niedermayer c5a9ab69c2 qmin/qmax cleanup 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
Fabrice Bellard f08ce7fe3b suppressed redundant math.h - suppressed M_PI redefinition 22 years ago
bubu ccfddafbd9 warnings patch by (bubu <bubu at bubu dot net>) 22 years ago
Michael Niedermayer 17a70fdeef mb qp limits 22 years ago
Michael Niedermayer 59b571c1e4 more debug output 22 years ago
Michael Niedermayer 0d1e924668 fixing 2pass assert failure 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago