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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-26h264_parser: use av_assertMichael Niedermayer
2012-02-26Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler
2012-02-19H264 parser: enable header parsing/frame type detection for is_avc.Reimar Döffinger
2012-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau
2011-12-19Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau
2011-12-19h264: skip start code search if the size of the nal unit is knownJanne Grunau
2011-12-18h264: disable checking reader, overreads are not possibleMichael Niedermayer
2011-12-03Silence warnings when decoding QNAP Systems H264 codec.Carl Eugen Hoyos
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-10-27h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundar...Michael Niedermayer
2011-10-27h264: use long reading for first_mb_in_sliceMichael Niedermayer
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov
2011-10-04h264_parser: print AU size on error.Michael Niedermayer
2011-10-04h264_parser: AVC support.Michael Niedermayer
2011-09-23h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer
2011-08-20Fix parser not to clobber has_b_frames when extradata is set.Reimar Döffinger
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-05h264_parser: Fix whitespace after previous change.Philip Langdale
2011-04-05h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-02h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-02-01h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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ò
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