120 Commits (16b9156b7ec3eedf8d5a109f1fb1a103a8b5d6f0)

Author SHA1 Message Date
Michael Niedermayer e8c63981e5 ratecontrol: Use ticks_per_frame to calculate fps. 13 years ago
Michael Niedermayer 9e34adfc02 RC: Fix initial buffer occupancy. 13 years ago
Michael Niedermayer 9aeaf62903 Fix all GNU %Ld 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Mans Rullgard 9c48a7cc52 ratecontrol: replace VLAs with malloc/free 13 years ago
Luca Barbato fe896ec2f9 ratecontrol: estimate twice the qscale values 13 years ago
Luca Barbato d554b33efe ratecontrol: update last_qscale_for sooner 13 years ago
Michael Niedermayer 73e0ec2ff4 rc: finetune convergence failure fix 13 years ago
Michael Niedermayer ed14517c23 rc: fix convergence failure 13 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 301183d9be replace deprecated av_get_pict_type_char() with av_get_picture_type_char() 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
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