Fri, 23 Jul 2010 00:34:09 +0000 |
bcoudurier |
In h264 parser, return immediately if buf_size is 0, avoid printing
libavcodec
|
Fri, 28 May 2010 20:14:14 +0000 |
hyc |
Cleanup prev commit, flag variable should start with 0
libavcodec
|
Fri, 28 May 2010 18:50:39 +0000 |
hyc |
Parse avctx->extradata if available.
libavcodec
|
Wed, 26 May 2010 04:20:32 +0000 |
alexc |
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once.
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Thu, 28 Jan 2010 20:57:29 +0000 |
cehoyos |
Export H264 profile and level in AVCodecContext.
libavcodec
|
Thu, 28 Jan 2010 13:04:25 +0000 |
benoit |
Initialize thread_context[0] with h264 parser context.
libavcodec
|
Mon, 13 Apr 2009 03:29:19 +0000 |
bcoudurier |
Init state to -1 in h264 parser.
libavcodec
|
Fri, 10 Apr 2009 07:01:55 +0000 |
reimar |
Add a ff_h264_free_context function and call it from the H.264 parser.
libavcodec
|
Mon, 16 Mar 2009 22:38:27 +0000 |
cehoyos |
Fix SEIs when splitting H264 input.
libavcodec
|
Thu, 26 Feb 2009 20:36:47 +0000 |
cehoyos |
Cosmetics: Fix indentation after last commit.
libavcodec
|
Thu, 26 Feb 2009 20:36:02 +0000 |
cehoyos |
Initialize H264 parser context correctly if the optional SEI messages
libavcodec
|
Tue, 24 Feb 2009 22:24:34 +0000 |
cehoyos |
Export timestamp parameter from H.264.
libavcodec
|
Tue, 24 Feb 2009 20:19:59 +0000 |
cehoyos |
Correct time_base of H.264 and repeat_pict.
libavcodec
|
Sat, 21 Feb 2009 20:11:47 +0000 |
cehoyos |
Use context variable repeat_pict for frame duration computation and
libavcodec
|
Sat, 21 Feb 2009 20:03:05 +0000 |
cehoyos |
Set context variable picture_structure in H264 parser.
libavcodec
|
Sat, 21 Feb 2009 19:59:25 +0000 |
cehoyos |
Set context variable key_frame in H264 parser.
libavcodec
|
Sat, 21 Feb 2009 19:56:50 +0000 |
cehoyos |
Parse NAL units in H264 parser.
libavcodec
|
Sun, 08 Feb 2009 21:22:18 +0000 |
superdump |
Fix a const related warning
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sat, 17 Jan 2009 01:17:04 +0000 |
cehoyos |
Remove CODEC_ID_H264_VDPAU.
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Sun, 04 Jan 2009 23:55:27 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for H264 which can be used by
libavcodec
|
Sun, 28 Dec 2008 23:26:12 +0000 |
michael |
Explain the lack of +3/7
libavcodec
|
Tue, 23 Dec 2008 02:34:58 +0000 |
michael |
Make h264 parser 50% faster.
libavcodec
|
Sat, 04 Oct 2008 01:11:04 +0000 |
michael |
100l forgot return type.
libavcodec
|
Fri, 03 Oct 2008 23:08:52 +0000 |
michael |
ff_parse_close() is not the correct function for H264Context.
libavcodec
|
Thu, 02 Oct 2008 19:24:26 +0000 |
gpoirier |
fix warning reported by Intel C compiler:
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 10 May 2007 22:26:44 +0000 |
aurel |
split h264.c to move parser in its own file
libavcodec
|