]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_parser.c
Remove unnecessary header inclusion directives.
[ffmpeg] / libavcodec / h264_parser.c
2010-01-28 Rafaël CarréExport H264 profile and level in AVCodecContext.
2010-01-28 Rafaël CarréInitialize thread_context[0] with h264 parser context.
2009-04-13 Baptiste CoudurierInit state to -1 in h264 parser.
2009-04-10 Reimar DöffingerAdd a ff_h264_free_context function and call it from...
2009-03-16 John CoxFix SEIs when splitting H264 input.
2009-02-26 Carl Eugen HoyosCosmetics: Fix indentation after last commit.
2009-02-26 Ivan SchreterInitialize H264 parser context correctly if the optiona...
2009-02-24 Ivan SchreterExport timestamp parameter from H.264.
2009-02-24 Ivan SchreterCorrect time_base of H.264 and repeat_pict.
2009-02-21 Ivan SchreterUse context variable repeat_pict for frame duration...
2009-02-21 Ivan SchreterSet context variable picture_structure in H264 parser.
2009-02-21 Ivan SchreterSet context variable key_frame in H264 parser.
2009-02-21 Ivan SchreterParse NAL units in H264 parser.
2009-02-08 Ivan SchreterFix a const related warning
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-17 Carl Eugen HoyosRemove CODEC_ID_H264_VDPAU.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2008-12-28 Michael NiedermayerExplain the lack of +3/7
2008-12-23 Michael NiedermayerMake h264 parser 50% faster.
2008-10-04 Michael Niedermayer100l forgot return type.
2008-10-03 Michael Niedermayerff_parse_close() is not the correct function for H264Co...
2008-10-02 Diego Pettenòfix warning reported by Intel C compiler:
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file