| Commit message (Expand) | Author | Age | Files | Lines |
* | Move eval.c and eval.h from libavcodec to libavutil, and make the eval | Stefano Sabatini | 2010-06-05 | 1 | -4/+4 |
* | Make ff_parse_expr() and ff_parse_and_eval_expr() return an int | Stefano Sabatini | 2010-06-01 | 1 | -4/+4 |
* | Change eval API to take parent log context and log level offset. | Michael Niedermayer | 2010-05-19 | 1 | -3/+2 |
* | Change the order of parameters for ff_eval_expr() and | Stefano Sabatini | 2010-05-16 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Rename ff_parse() to ff_parse_expr(). | Stefano Sabatini | 2010-04-12 | 1 | -1/+1 |
* | Rename ff_parse_eval() to ff_eval_expr(). | Stefano Sabatini | 2010-04-11 | 1 | -1/+1 |
* | Rename ff_eval_free() to ff_free_expr(). | Stefano Sabatini | 2010-04-11 | 1 | -1/+1 |
* | Move ff_sqrt() to libavutil/intmath.h | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Remove 2 useless assignments from ff_rate_control_init() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -4/+1 |
* | Remove unused variable in modify_qscale() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Implement the fields rc_max_available_vbv_use and | Baptiste Coudurier | 2008-11-29 | 1 | -2/+2 |
* | Add (additional) const to many global tables. | Reimar Döffinger | 2008-10-02 | 1 | -1/+1 |
* | Fix rc_eq mem leak. | Michael Niedermayer | 2008-08-16 | 1 | -1/+1 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -2/+2 |
* | cosmetics: XviD is now called Xvid. | Diego Biurrun | 2008-05-27 | 1 | -1/+1 |
* | Fix typo in variable name: blured --> blurred. | Diego Biurrun | 2008-03-22 | 1 | -6/+6 |
* | cosmetics: typo fixes | Diego Biurrun | 2008-03-22 | 1 | -1/+1 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -33/+33 |
* | Missing const | Reimar Döffinger | 2008-02-19 | 1 | -1/+1 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 1 | -1/+1 |
* | fix timestamps used for ratecontrol | Michael Niedermayer | 2007-09-11 | 1 | -1/+16 |
* | prevent assert failure with negative quant_offset | Michael Niedermayer | 2007-07-29 | 1 | -0/+2 |
* | cosmetics: misc typo fixes | Diego Biurrun | 2007-07-28 | 1 | -1/+1 |
* | CONFIG_XVID --> CONFIG_LIBXVID | Diego Biurrun | 2007-07-03 | 1 | -3/+3 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -3/+3 |
* | check qblur > 1 (prevent assert failure / segfault) | Michael Niedermayer | 2007-05-31 | 1 | -0/+4 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -4/+4 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 1 | -2/+2 |
* | update ratecontrol to new ff_eval API | Oded Shimon | 2006-10-27 | 1 | -54/+61 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -5/+5 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Move the ratecontrol related code from mpegvideo.h to a separate header file. | Panagiotis Issaris | 2006-09-29 | 1 | -0/+1 |
* | Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and | Panagiotis Issaris | 2006-09-29 | 1 | -0/+1 |
* | Make ratecontrol use ff_eval2(). | Panagiotis Issaris | 2006-09-27 | 1 | -2/+3 |
* | Handle possible failure of ff_eval. | Panagiotis Issaris | 2006-09-26 | 1 | -0/+6 |
* | second pass encoding changes: | Corey Hickey | 2006-09-05 | 1 | -6/+39 |
* | seems the output of that code is never used | Michael Niedermayer | 2006-09-04 | 1 | -27/+0 |
* | error message spelling typo | Corey Hickey | 2006-09-04 | 1 | -1/+1 |
* | fabs is better then abs for floats ... | Michael Niedermayer | 2006-05-29 | 1 | -1/+1 |
* | fix frametypes with xvid_rc | Michael Niedermayer | 2006-03-18 | 1 | -2/+3 |
* | make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't | Corey Hickey | 2006-03-17 | 1 | -2/+6 |
* | 10l forgot #ifdef CONFIG_XVID | Michael Niedermayer | 2006-01-25 | 1 | -1/+6 |
* | xvid ratecontrol support | Michael Niedermayer | 2006-01-24 | 1 | -5/+16 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | better f_code guessing in 2nd pass | Michael Niedermayer | 2005-12-22 | 1 | -0/+11 |
* | use correct qp & lambda for ME on the second pass | Michael Niedermayer | 2005-12-19 | 1 | -5/+7 |