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-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-21h264_cabac: remove now unnecessary H264Context function parametersAnton Khirnov
2015-03-21h264_cabac: constify all uses of H264ContextAnton Khirnov
2015-03-21h264: move mb_mbaff into the per-slice contextAnton Khirnov
2015-03-21h264: move mb_field_decoding_flag into the per-slice contextAnton Khirnov
2015-03-21h264: move mb_{x,y} into the per-slice contextAnton Khirnov
2015-03-21h264: move mb_xy into the per-slice contextAnton Khirnov
2015-03-21h264: move cabac_init_idc into the per-slice contextAnton Khirnov
2015-03-21h264: move direct_cache into the per-slice contextAnton Khirnov
2015-03-21h264: move mvd_cache into the per-slice contextAnton Khirnov
2015-03-21h264: move last_qscale_diff into the per-slice contextAnton Khirnov
2015-03-21h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov
2015-03-21h264: move cabac[_state] into the per-slice contextAnton Khirnov
2015-03-21h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov
2015-03-21h264: move intra_pcm_ptr into the per-slice contextAnton Khirnov
2015-03-21h264: move the ref lists variables into the per-slice contextAnton Khirnov
2015-03-21h264: move sub_mb_type into the per-slice contextAnton Khirnov
2015-03-21h264: move the slice type variables into the per-slice contextAnton Khirnov
2015-03-21h264: move neighbor_transform_size into the per-slice contextAnton Khirnov
2015-03-21h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov
2015-03-21h264: move non_zero_count_cache into the per-slice contextAnton Khirnov
2015-03-21h264: move *_samples_available into the per-slice contextAnton Khirnov
2015-03-21h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov
2015-03-21h264: move some neighbour information into the per-slice contextAnton Khirnov
2015-03-21h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov
2015-03-21h264: move {prev,next}_mb_skipped into the per-slice contextAnton Khirnov
2015-03-21h264: move the quantizers into the per-slice contextAnton Khirnov
2015-01-15h264_cabac: Break infinite loopsMichael Niedermayer
2014-11-24lavu: move internal define to the only places where it is usedVittorio Giovara
2014-11-11h264_cabac: fix one fill_rectangle() indentation levelMichael Niedermayer
2014-09-05Drop unnecessary av_unused attributes.Diego Biurrun
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2013-08-24h264_cabac: Mark functions calling decode_cabac_residual_internal as noinlineDiego Biurrun
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-03-21h264: add a parameter to the CHROMA444 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CHROMA422 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CABAC macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_FIELD macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_MBAFF macro.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-20h264: Don't store intra pcm samples in h->mbRonald S. Bultje
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-05h264: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun