Libav
|
H.264 / AVC / MPEG4 part10 parser. More...
#include "libavutil/attributes.h"
#include "parser.h"
#include "h264data.h"
#include "golomb.h"
#include "internal.h"
#include "mpegutils.h"
#include <assert.h>
Go to the source code of this file.
Functions | |
static int | h264_find_frame_end (H264Context *h, const uint8_t *buf, int buf_size) |
static int | scan_mmco_reset (AVCodecParserContext *s) |
static int | parse_nal_units (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
Parse NAL units of found picture and decode some basic information. More... | |
static int | h264_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
static int | h264_split (AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
static void | close (AVCodecParserContext *s) |
static av_cold int | init (AVCodecParserContext *s) |
Variables | |
AVCodecParser | ff_h264_parser |
H.264 / AVC / MPEG4 part10 parser.
Definition in file h264_parser.c.
|
static |
Definition at line 38 of file h264_parser.c.
Referenced by h264_parse().
|
static |
Definition at line 93 of file h264_parser.c.
Referenced by parse_nal_units().
|
inlinestatic |
Parse NAL units of found picture and decode some basic information.
s | parser context. |
avctx | codec context. |
buf | buffer with field/frame data. |
buf_size | size of the buffer. |
Definition at line 171 of file h264_parser.c.
Referenced by h264_parse().
|
static |
Definition at line 399 of file h264_parser.c.
|
static |
Definition at line 461 of file h264_parser.c.
|
static |
Definition at line 490 of file h264_parser.c.
Referenced by amr_decode_fix_avctx(), asv_encode_close(), av_file_map(), decode_end(), device_open(), dv1394_close(), dv1394_read_header(), fbdev_read_close(), fbdev_read_header(), ff_get_cpu_flags_ppc(), ff_oss_audio_close(), ff_oss_audio_open(), ff_vp8_decode_init(), ff_xvid_rate_control_init(), file_check(), flashsv_decode_frame(), grab_read_close(), main(), mpeg12_class(), mvc_decode_end(), read_random(), v4l2_read_close(), v4l2_read_header(), vp3_init_thread_copy(), vp8_free(), and xvid_encode_init().
|
static |
Definition at line 499 of file h264_parser.c.
Referenced by amr_decode_fix_avctx(), asv_encode_close(), configure_filtergraph(), cyuv_decode_frame(), decode_end(), ff_vp8_decode_init(), flashsv_decode_frame(), g726_reset(), idct248_ref(), mpeg12_class(), mpeg4_update_thread_context(), mvc_decode_end(), request_frame(), vp3_init_thread_copy(), and vp8_free().
AVCodecParser ff_h264_parser |
Definition at line 508 of file h264_parser.c.