libavcore/avcore.h File Reference

shared media utilities for the libav* libraries More...

#include "libavutil/avutil.h"

Go to the source code of this file.

Defines

#define LIBAVCORE_VERSION_MAJOR   0
#define LIBAVCORE_VERSION_MINOR   16
#define LIBAVCORE_VERSION_MICRO   1
#define LIBAVCORE_VERSION_INT
#define LIBAVCORE_VERSION
#define LIBAVCORE_BUILD   LIBAVCORE_VERSION_INT
#define LIBAVCORE_IDENT   "Lavcore" AV_STRINGIFY(LIBAVCORE_VERSION)
#define AV_NOPTS_VALUE   INT64_C(0x8000000000000000)
#define AV_TIME_BASE   1000000
#define AV_TIME_BASE_Q   (AVRational){1, AV_TIME_BASE}
#define FF_API_OLD_IMAGE_NAMES   (LIBAVCORE_VERSION_MAJOR < 1)
 Those FF_API_* defines are not part of public API.

Functions

unsigned avcore_version (void)
 Return the LIBAVCORE_VERSION_INT constant.
const char * avcore_configuration (void)
 Return the libavcore build-time configuration.
const char * avcore_license (void)
 Return the libavcore license.


Detailed Description

shared media utilities for the libav* libraries

Definition in file avcore.h.


Define Documentation

#define AV_NOPTS_VALUE   INT64_C(0x8000000000000000)

Definition at line 58 of file avcore.h.

Referenced by add_pes_stream(), applehttp_read_header(), applehttp_read_seek(), asf_read_frame_header(), asf_read_header(), asf_read_pts(), asf_write_packet(), audio_decode_frame(), av_estimate_timings_from_bit_rate(), av_estimate_timings_from_pts(), av_find_stream_info(), av_gen_search(), av_has_duration(), av_init_packet(), av_interleaved_write_frame(), av_new_stream(), av_open_input_stream(), av_parser_parse(), av_read_frame(), av_read_frame_internal(), av_seek_frame_binary(), av_update_stream_timings(), av_write_header(), avcodec_default_get_buffer(), avcodec_get_context_defaults2(), avcodec_get_frame_defaults(), avi_write_packet(), compute_chapters_end(), compute_pkt_fields(), compute_pkt_fields2(), decode_frame(), decode_thread(), decode_vop_header(), dirac_combine_frame(), do_audio_out(), do_subtitle_out(), do_video_out(), dump_format(), dvbsub_parse(), end_frame(), event_loop(), ff_fetch_timestamp(), ff_gen_syncpoint_search(), ff_mov_write_packet(), ff_rate_estimate_qscale(), ff_read_frame_flush(), ff_rm_retrieve_cache(), ff_store_parser_state(), ff_write_chained(), fill_all_stream_timings(), finalize_packet(), flush_packet(), flv_read_packet(), get_pts(), get_vcd_padding_size(), get_video_frame(), guess_correct_pts(), gxf_header(), gxf_material_tags(), gxf_read_timestamp(), gxf_resync_media(), http_prepare_data(), load_input_picture(), matroska_parse_block(), matroska_read_header(), mkv_write_packet_internal(), mov_read_chpl(), mov_read_packet(), mpeg_mux_write_packet(), mpegps_read_dts(), mpegps_read_pes_header(), mpegts_get_pcr(), mpegts_push_data(), mpegts_write_header(), mpegts_write_packet(), mpegts_write_pes(), MPV_encode_init(), mxf_parse_structural_metadata(), mxg_read_header(), new_pes_packet(), nut_read_timestamp(), ogg_calc_pts(), ogg_get_length(), ogg_gptopts(), ogg_read_timestamp(), ogg_reset(), ogm_chapter(), open_input_stream(), open_variant(), opt_input_file(), output_packet(), parse_chunks(), parse_timecode(), pkt_dump_internal(), pva_read_timestamp(), read_chapter(), read_header(), read_part_of_packet(), read_seek(), return_frame(), rm_assemble_video_frame(), rm_read_dts(), rm_read_packet(), rtcp_parse_packet(), rtp_check_and_send_back_rr(), rtp_parse_open(), rtsp_cmd_pause(), rtsp_parse_range_npt(), rtsp_read_play(), search_hi_lo_keyframes(), set_frame_distances(), speex_packet(), start_frame(), subtitle_thread(), sync(), time_value_string(), transcode(), ts_str(), ts_value_string(), update_initial_durations(), update_initial_timestamps(), wav_write_packet(), write_audio_frame(), write_hint_packets(), write_packet(), and write_video_frame().

#define AV_TIME_BASE   1000000

#define AV_TIME_BASE_Q   (AVRational){1, AV_TIME_BASE}

#define FF_API_OLD_IMAGE_NAMES   (LIBAVCORE_VERSION_MAJOR < 1)

Those FF_API_* defines are not part of public API.

They may change, break or disappear at any time.

Definition at line 67 of file avcore.h.

#define LIBAVCORE_BUILD   LIBAVCORE_VERSION_INT

Definition at line 39 of file avcore.h.

#define LIBAVCORE_IDENT   "Lavcore" AV_STRINGIFY(LIBAVCORE_VERSION)

Definition at line 41 of file avcore.h.

#define LIBAVCORE_VERSION

#define LIBAVCORE_VERSION_INT

#define LIBAVCORE_VERSION_MAJOR   0

Definition at line 29 of file avcore.h.

#define LIBAVCORE_VERSION_MICRO   1

Definition at line 31 of file avcore.h.

#define LIBAVCORE_VERSION_MINOR   16

Definition at line 30 of file avcore.h.


Function Documentation

const char* avcore_configuration ( void   ) 

Return the libavcore build-time configuration.

Definition at line 32 of file utils.c.

const char* avcore_license ( void   ) 

Return the libavcore license.

Definition at line 37 of file utils.c.

unsigned avcore_version ( void   ) 

Return the LIBAVCORE_VERSION_INT constant.

Definition at line 27 of file utils.c.


Generated on Wed Jan 19 23:49:49 2011 for FFmpeg by  doxygen 1.5.6