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
2016-06-21svq3: stop using H264PictureAnton Khirnov
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-05-25golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-28svq3: drop the build dependency on the h264 decoderAnton Khirnov
2016-03-28svq3: eliminate remaining H264Context usage.Anton Khirnov
2016-03-28svq3: move block_offset to SVQ3ContextAnton Khirnov
2016-03-28svq3: stop using H264Context.gbAnton Khirnov
2016-03-28svq3: move the frame num variables to the SVQ3ContextAnton Khirnov
2016-03-28svq3: eliminate H264Context.cur_pic usageAnton Khirnov
2016-03-28svq3: eliminate remaining H264SliceContext usageAnton Khirnov
2016-03-28svq3: move pict_type to the SVQ3ContextAnton Khirnov
2016-03-28svq3: move mb strides/sizes to the SVQ3ContextAnton Khirnov
2016-03-28svq3: move the dequant buffer to SVQ3ContextAnton Khirnov
2016-03-28svq3: move mb2br_xy to the SVQ3ContextAnton Khirnov
2016-03-28svq3: move {ref,mv}_cache to the SVQ3ContextAnton Khirnov
2016-03-28svq3: rip out the svq3-relevant parts of pred_motion() out of h264Anton Khirnov
2016-03-28svq3: move edge_emu_buffer to the SVQ3ContextAnton Khirnov
2016-03-28svq3: move the pred mode variables to SVQ3ContextAnton Khirnov
2016-03-28h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov
2016-03-28svq3: move mb_{x,y,xy} to SVQ3ContextAnton Khirnov
2016-03-28svq3: eliminate write_back_intra_pred_mode() usageAnton Khirnov
2016-03-28svq3: add all the required dsp contexts into SVQ3ContextAnton Khirnov
2016-03-28svq3: make the dsp functions staticAnton Khirnov
2016-03-28svq3: rip out the mb decoding code shared with h264Anton Khirnov
2016-03-25h264data: Move all data tables from a header to a .c fileDiego Biurrun
2016-03-25lavc: Deduplicate zigzag_scan tableDiego Biurrun
2016-03-16svq3: Use a separate buffer for decoding the slicesLuca Barbato
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-04-29h264: use properly allocated AVFramesAnton Khirnov
2015-04-05svq3: initialize some required H264Context fields.Anton Khirnov
2015-03-21h264: move [uv]linesize to the per-slice contextAnton Khirnov
2015-03-21h264: move the scratch buffers 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 is_complex into the per-slice contextAnton Khirnov
2015-03-21h264: move mb_skip_run into the per-slice contextAnton Khirnov
2015-03-21h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov
2015-03-21h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov
2015-03-21h264: move the slice type variables 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 the quantizers into the per-slice contextAnton Khirnov
2015-03-21h264: split weighted pred-related vars into per-slice contextAnton Khirnov
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun