Michael Niedermayer
|
360a3d8991
h264_parser: print AU size on error.
|
13 лет назад |
Michael Niedermayer
|
d5c0e89e7a
h264_parser: AVC support.
|
13 лет назад |
Michael Niedermayer
|
4ba396834d
h264: pass buffer & size to ff_h264_decode_extradata()
|
13 лет назад |
Reimar Döffinger
|
31ac0ac29b
Fix parser not to clobber has_b_frames when extradata is set.
|
13 лет назад |
Michael Niedermayer
|
686959e87e
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Diego Biurrun
|
adbfc605f6
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
|
13 лет назад |
Philip Langdale
|
25f05ddb1a
h264_parser: Fix whitespace after previous change.
|
14 лет назад |
Philip Langdale
|
a26ce1e2df
h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.
|
14 лет назад |
Stefano Sabatini
|
ce5e49b0c2
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
|
14 лет назад |
Stefano Sabatini
|
975a1447f7
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
|
14 лет назад |
Philip Langdale
|
9c09dead87
h264_parser: Fix whitespace after previous change.
|
14 лет назад |
Philip Langdale
|
01f5b9c51e
h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.
|
14 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Janne Grunau
|
94e3e83f13
h264: Add Intra and Constrained Baseline profiles to avctx.profile
|
14 лет назад |
Janne Grunau
|
fe9a3fbe42
h264: Add Intra and Constrained Baseline profiles to avctx.profile
|
14 лет назад |
Diego Elio Pettenò
|
e7e2df27f8
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 лет назад |
Diego Elio Pettenò
|
d36beb3f69
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 лет назад |
Diego Elio Pettenò
|
877937b382
Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h
|
14 лет назад |
Diego Elio Pettenò
|
13eb6b9097
Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h
|
14 лет назад |
Baptiste Coudurier
|
9479415e4e
In h264 parser, return immediately if buf_size is 0, avoid printing
|
14 лет назад |
Howard Chu
|
82f1ffc7ba
Cleanup prev commit, flag variable should start with 0
|
15 лет назад |
Howard Chu
|
23584bec87
Parse avctx->extradata if available.
|
15 лет назад |
Alex Converse
|
74a6df59e3
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once.
|
15 лет назад |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
Rafaël Carré
|
dd0cd3d273
Export H264 profile and level in AVCodecContext.
|
15 лет назад |
Rafaël Carré
|
e9ca315dd1
Initialize thread_context[0] with h264 parser context.
|
15 лет назад |
Baptiste Coudurier
|
8fa0ae060b
Init state to -1 in h264 parser.
|
16 лет назад |
Reimar Döffinger
|
15861962a7
Add a ff_h264_free_context function and call it from the H.264 parser.
|
16 лет назад |
John Cox
|
9e85f9c526
Fix SEIs when splitting H264 input.
|
16 лет назад |
Carl Eugen Hoyos
|
26aedb4ab3
Cosmetics: Fix indentation after last commit.
|
16 лет назад |
Ivan Schreter
|
2c0c5e1249
Initialize H264 parser context correctly if the optional SEI messages
|
16 лет назад |
Ivan Schreter
|
c733922eec
Export timestamp parameter from H.264.
|
16 лет назад |
Ivan Schreter
|
fc9fe42833
Correct time_base of H.264 and repeat_pict.
|
16 лет назад |
Ivan Schreter
|
346db3ef7f
Use context variable repeat_pict for frame duration computation and
|
16 лет назад |
Ivan Schreter
|
96c3da93e6
Set context variable picture_structure in H264 parser.
|
16 лет назад |
Ivan Schreter
|
0ed260c7a3
Set context variable key_frame in H264 parser.
|
16 лет назад |
Ivan Schreter
|
ff6474dd15
Parse NAL units in H264 parser.
|
16 лет назад |
Ivan Schreter
|
4d8eb2e899
Fix a const related warning
|
16 лет назад |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
Carl Eugen Hoyos
|
0d3d172f32
Remove CODEC_ID_H264_VDPAU.
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
NVIDIA Corporation
|
369122dd77
Add VDPAU hardware accelerated decoding for H264 which can be used by
|
16 лет назад |
Michael Niedermayer
|
e4f1ec3a4c
Explain the lack of +3/7
|
16 лет назад |
Michael Niedermayer
|
5cb5023c78
Make h264 parser 50% faster.
|
16 лет назад |
Michael Niedermayer
|
dd990075d6
100l forgot return type.
|
16 лет назад |
Michael Niedermayer
|
3ee4f5e4fa
ff_parse_close() is not the correct function for H264Context.
|
16 лет назад |
Diego Pettenò
|
9aa1cfec1a
fix warning reported by Intel C compiler:
|
16 лет назад |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 лет назад |
Aurelien Jacobs
|
26b4fe821c
split h264.c to move parser in its own file
|
18 лет назад |