Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-13h264_parser: Fix whitespace after previous change.Philip Langdale
2011-06-13h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-01h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò
2010-07-23In h264 parser, return immediately if buf_size is 0, avoid printingBaptiste Coudurier
2010-05-29Cleanup prev commit, flag variable should start with 0Howard Chu
2010-05-28Parse avctx->extradata if available.Howard Chu
2010-05-26Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-01-28Export H264 profile and level in AVCodecContext.Rafaël Carré
2010-01-28Initialize thread_context[0] with h264 parser context.Rafaël Carré
2009-04-13Init state to -1 in h264 parser.Baptiste Coudurier
2009-04-10Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger
2009-03-17Fix SEIs when splitting H264 input.John Cox
2009-02-26Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos
2009-02-26Initialize H264 parser context correctly if the optional SEI messagesIvan Schreter
2009-02-25Export timestamp parameter from H.264.Ivan Schreter
2009-02-24Correct time_base of H.264 and repeat_pict.Ivan Schreter
2009-02-21Use context variable repeat_pict for frame duration computation andIvan Schreter
2009-02-21Set context variable picture_structure in H264 parser.Ivan Schreter
2009-02-21Set context variable key_frame in H264 parser.Ivan Schreter
2009-02-21Parse NAL units in H264 parser.Ivan Schreter
2009-02-09Fix a const related warningIvan Schreter
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-17Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2008-12-29Explain the lack of +3/7Michael Niedermayer
2008-12-23Make h264 parser 50% faster.Michael Niedermayer
2008-10-04100l forgot return type.Michael Niedermayer
2008-10-04ff_parse_close() is not the correct function for H264Context.Michael Niedermayer
2008-10-02fix warning reported by Intel C compiler:Diego Pettenò
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-11split h264.c to move parser in its own fileAurelien Jacobs