]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h264_parser.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / h264_parser.c
2009-04-13 bcoudurierInit state to -1 in h264 parser.
2009-04-10 reimarAdd a ff_h264_free_context function and call it from...
2009-03-16 cehoyosFix SEIs when splitting H264 input.
2009-02-26 cehoyosCosmetics: Fix indentation after last commit.
2009-02-26 cehoyosInitialize H264 parser context correctly if the optiona...
2009-02-24 cehoyosExport timestamp parameter from H.264.
2009-02-24 cehoyosCorrect time_base of H.264 and repeat_pict.
2009-02-21 cehoyosUse context variable repeat_pict for frame duration...
2009-02-21 cehoyosSet context variable picture_structure in H264 parser.
2009-02-21 cehoyosSet context variable key_frame in H264 parser.
2009-02-21 cehoyosParse NAL units in H264 parser.
2009-02-08 superdumpFix a const related warning
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-17 cehoyosRemove CODEC_ID_H264_VDPAU.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
2008-12-28 michaelExplain the lack of +3/7
2008-12-23 michaelMake h264 parser 50% faster.
2008-10-04 michael100l forgot return type.
2008-10-03 michaelff_parse_close() is not the correct function for H264Co...
2008-10-02 gpoirierfix warning reported by Intel C compiler:
2007-07-05 diegolicense header consistency cosmetics
2007-05-10 aurelsplit h264.c to move parser in its own file