index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
h264_parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup prev commit, flag variable should start with 0
Howard Chu
2010-05-28
1
-3
/
+2
*
Parse avctx->extradata if available.
Howard Chu
2010-05-28
1
-0
/
+9
*
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...
Alex Converse
2010-05-26
1
-0
/
+3
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Export H264 profile and level in AVCodecContext.
Rafaël Carré
2010-01-28
1
-0
/
+3
*
Initialize thread_context[0] with h264 parser context.
Rafaël Carré
2010-01-28
1
-1
/
+7
*
Init state to -1 in h264 parser.
Baptiste Coudurier
2009-04-13
1
-1
/
+1
*
Add a ff_h264_free_context function and call it from the H.264 parser.
Reimar Döffinger
2009-04-10
1
-0
/
+1
*
Fix SEIs when splitting H264 input.
John Cox
2009-03-16
1
-1
/
+1
*
Cosmetics: Fix indentation after last commit.
Carl Eugen Hoyos
2009-02-26
1
-3
/
+3
*
Initialize H264 parser context correctly if the optional SEI messages
Ivan Schreter
2009-02-26
1
-0
/
+6
*
Export timestamp parameter from H.264.
Ivan Schreter
2009-02-24
1
-0
/
+7
*
Correct time_base of H.264 and repeat_pict.
Ivan Schreter
2009-02-24
1
-7
/
+7
*
Use context variable repeat_pict for frame duration computation and
Ivan Schreter
2009-02-21
1
-0
/
+29
*
Set context variable picture_structure in H264 parser.
Ivan Schreter
2009-02-21
1
-0
/
+28
*
Set context variable key_frame in H264 parser.
Ivan Schreter
2009-02-21
1
-0
/
+8
*
Parse NAL units in H264 parser.
Ivan Schreter
2009-02-21
1
-0
/
+71
*
Fix a const related warning
Ivan Schreter
2009-02-08
1
-2
/
+2
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Remove CODEC_ID_H264_VDPAU.
Carl Eugen Hoyos
2009-01-17
1
-2
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-2
/
+2
*
Add VDPAU hardware accelerated decoding for H264 which can be used by
NVIDIA Corporation
2009-01-04
1
-1
/
+2
*
Explain the lack of +3/7
Michael Niedermayer
2008-12-28
1
-0
/
+3
*
Make h264 parser 50% faster.
Michael Niedermayer
2008-12-23
1
-0
/
+9
*
100l forgot return type.
Michael Niedermayer
2008-10-04
1
-1
/
+1
*
ff_parse_close() is not the correct function for H264Context.
Michael Niedermayer
2008-10-03
1
-1
/
+9
*
fix warning reported by Intel C compiler:
Diego Pettenò
2008-10-02
1
-4
/
+6
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
split h264.c to move parser in its own file
Aurelien Jacobs
2007-05-10
1
-0
/
+149