101 Commits (ed4e1e58332d3162881fea063615b6700b38bbb9)

Author SHA1 Message Date
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini 0b99215c0e Move eval.c and eval.h from libavcodec to libavutil, and make the eval 15 years ago
Stefano Sabatini 9ace13b416 Make ff_parse_expr() and ff_parse_and_eval_expr() return an int 15 years ago
Michael Niedermayer 2b65bb45b5 Change eval API to take parent log context and log level offset. 15 years ago
Stefano Sabatini edd259f92f Change the order of parameters for ff_eval_expr() and 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 1235429c27 Rename ff_parse() to ff_parse_expr(). 15 years ago
Stefano Sabatini 4565caf120 Rename ff_parse_eval() to ff_eval_expr(). 15 years ago
Stefano Sabatini f8fea468b2 Rename ff_eval_free() to ff_free_expr(). 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Michael Niedermayer 25ef00720b Remove 2 useless assignments from ff_rate_control_init() found by CSA. 16 years ago
Michael Niedermayer 956177fb1d Remove unused variable in modify_qscale() found by CSA. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Baptiste Coudurier 3bff4d8b7a Implement the fields rc_max_available_vbv_use and 16 years ago
Reimar Döffinger 9b5ede5b64 Add (additional) const to many global tables. 16 years ago
Michael Niedermayer 3cffbe090a Fix rc_eq mem leak. 16 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Diego Biurrun 842eabc5f9 cosmetics: XviD is now called Xvid. 17 years ago
Diego Biurrun 170c0b455c Fix typo in variable name: blured --> blurred. 17 years ago
Diego Biurrun 04932b0d97 cosmetics: typo fixes 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Reimar Döffinger e3cb2c4a08 Missing const 17 years ago
Michael Niedermayer 90901860c2 stupid code (casting of void*) found by checktree.sh 17 years ago
Michael Niedermayer f612801465 fix timestamps used for ratecontrol 17 years ago
Michael Niedermayer 2711cb28f4 prevent assert failure with negative quant_offset 18 years ago
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
Diego Biurrun 82634feeb5 CONFIG_XVID --> CONFIG_LIBXVID 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Michael Niedermayer 0fa9a5ddc7 check qblur > 1 (prevent assert failure / segfault) 18 years ago
Diego Biurrun e42dba481f typos/grammar 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
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