OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / h264_parser.c
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-13 Philip Langdaleh264_parser: Fix whitespace after previous change.
2011-06-13 Philip Langdaleh264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FR...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-01 Janne Grunauh264: Add Intra and Constrained Baseline profiles to...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-25 Diego Elio PettenòMake ff_h264_find_frame_end static to h264.c; delete...
2010-07-23 Baptiste CoudurierIn h264 parser, return immediately if buf_size is 0...
2010-05-28 Howard ChuCleanup prev commit, flag variable should start with 0
2010-05-28 Howard ChuParse avctx->extradata if available.
2010-05-26 Alex ConverseAdd an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
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