#include "common.h"
#include "error.h"
#include "mathematics.h"
#include "rational.h"
#include "intfloat_readwrite.h"
#include "log.h"
#include "pixfmt.h"
Go to the source code of this file.
Defines | |
| #define | AV_STRINGIFY(s) AV_TOSTRING(s) |
| #define | AV_TOSTRING(s) #s |
| #define | AV_GLUE(a, b) a ## b |
| #define | AV_JOIN(a, b) AV_GLUE(a, b) |
| #define | AV_PRAGMA(s) _Pragma(#s) |
| #define | AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c) |
| #define | AV_VERSION_DOT(a, b, c) a ##.## b ##.## c |
| #define | AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) |
| #define | LIBAVUTIL_VERSION_MAJOR 50 |
| #define | LIBAVUTIL_VERSION_MINOR 36 |
| #define | LIBAVUTIL_VERSION_MICRO 0 |
| #define | LIBAVUTIL_VERSION_INT |
| #define | LIBAVUTIL_VERSION |
| #define | LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT |
| #define | LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |
| #define | FF_API_OLD_EVAL_NAMES (LIBAVUTIL_VERSION_MAJOR < 51) |
| Those FF_API_* defines are not part of public API. | |
| #define | FF_LAMBDA_SHIFT 7 |
| #define | FF_LAMBDA_SCALE (1<<FF_LAMBDA_SHIFT) |
| #define | FF_QP2LAMBDA 118 |
| factor to convert from H.263 QP to lambda | |
| #define | FF_LAMBDA_MAX (256*128-1) |
| #define | FF_QUALITY_SCALE FF_LAMBDA_SCALE |
Enumerations | |
| enum | AVMediaType { AVMEDIA_TYPE_UNKNOWN = -1, AVMEDIA_TYPE_VIDEO, AVMEDIA_TYPE_AUDIO, AVMEDIA_TYPE_DATA, AVMEDIA_TYPE_SUBTITLE, AVMEDIA_TYPE_ATTACHMENT, AVMEDIA_TYPE_NB } |
Functions | |
| unsigned | avutil_version (void) |
| Return the LIBAVUTIL_VERSION_INT constant. | |
| const char * | avutil_configuration (void) |
| Return the libavutil build-time configuration. | |
| const char * | avutil_license (void) |
| Return the libavutil license. | |
Definition in file avutil.h.
| #define AV_STRINGIFY | ( | s | ) | AV_TOSTRING(s) |
Definition at line 30 of file avutil.h.
Referenced by hcscale_fast_TMPL(), idct_col(), mmx_row(), mmx_row_mid(), mmx_row_tail(), mmxext_row(), mmxext_row_mid(), mmxext_row_tail(), mxf_write_identification(), read_header(), sdp_write_header(), sws_init_context(), and yuv2yuvX_TMPL().
| #define FF_API_OLD_EVAL_NAMES (LIBAVUTIL_VERSION_MAJOR < 51) |
| #define FF_LAMBDA_MAX (256*128-1) |
| #define FF_LAMBDA_SCALE (1<<FF_LAMBDA_SHIFT) |
Definition at line 90 of file avutil.h.
Referenced by encode_frame(), ff_init_qscale_tab(), svq1_encode_plane(), and update_qscale().
| #define FF_LAMBDA_SHIFT 7 |
Definition at line 89 of file avutil.h.
Referenced by dct_quantize_refine(), dct_quantize_trellis_c(), encode_frame(), encode_mb_hq(), encode_q_branch(), estimate_best_b_count(), ff_estimate_p_frame_motion(), ff_init_qscale_tab(), get_b_cbp(), get_p_cbp(), get_penalty_factor(), svq1_encode_plane(), and update_qscale().
| #define FF_QP2LAMBDA 118 |
factor to convert from H.263 QP to lambda
Definition at line 91 of file avutil.h.
Referenced by a64multi_init_encoder(), decode_frame(), dnxhd_encode_picture(), do_video_stats(), encode_frame(), encode_init(), estimate_best_b_count(), Faac_encode_init(), ff_mjpeg_decode_frame(), ff_rate_control_init(), ff_rate_estimate_qscale(), ff_xvid_rate_control_init(), ff_xvid_rate_estimate_qscale(), get_diff_limited_q(), init_pass2(), lame_window_init(), libdirac_encode_init(), libschroedinger_encode_init(), mjpegb_decode_frame(), MP3lame_encode_init(), new_audio_stream(), new_video_stream(), oggvorbis_init_encoder(), parse_ffconfig(), print_report(), qscale2qlog(), vorbis_encode_init(), X264_frame(), and XAVS_frame().
| #define FF_QUALITY_SCALE FF_LAMBDA_SCALE |
| #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT |
| #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |
| #define LIBAVUTIL_VERSION |
Value:
| #define LIBAVUTIL_VERSION_INT |
| enum AVMediaType |
| const char* avutil_configuration | ( | void | ) |
| const char* avutil_license | ( | void | ) |
| unsigned avutil_version | ( | void | ) |
1.5.6