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
2015-03-21h264: drop the now unused per-slice H264ContextsAnton Khirnov
2015-03-21h264: move rbsp_buffer into the per-slice contextAnton Khirnov
2015-03-21h264: use a separate GetBitContext for slice dataAnton Khirnov
2015-03-21h264: move the ref lists variables into the per-slice contextAnton Khirnov
2015-03-21h264: move the slice type variables into the per-slice contextAnton Khirnov
2015-03-21h264: split weighted pred-related vars into per-slice contextAnton Khirnov
2015-02-19h264_parser: export video format and dimensionsAnton Khirnov
2015-01-27h264_parser: restore a comment lost in 0268a54Anton Khirnov
2015-01-27h264: move parser-only variables to their own contextAnton Khirnov
2014-11-11h264_parser: don't stop on SPS_EXT in splitJohn Stebbins
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-05h264: Move start code search functions into separate source files.Ben Avison
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-02-15h264_parser: use enum values in h264_find_frame_end()Vittorio Giovara
2014-02-14h264: print values in case of errorVittorio Giovara
2013-10-22h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura
2013-10-22h264_parser: Fix order of operationsMichael Niedermayer
2013-10-15h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura
2013-10-15h264_parser: Fix POC parsing for the case where MMCO_RESET is absent.Yusuke Nakamura
2013-08-08h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison
2013-08-08h264_parser: Initialize the h264dsp context in the parser as wellBen Avison
2013-08-02avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura
2013-06-07h264_parser: K&R formatting cosmeticsLuca Barbato
2013-05-24h264_parser: Set field_order and picture_structure.Yusuke Nakamura
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-26Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler
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-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-10-20lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov
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é