summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-28
* svq3: eliminate remaining H264Context usage.Anton Khirnov2016-03-28
* svq3: move block_offset to SVQ3ContextAnton Khirnov2016-03-28
* svq3: stop using H264Context.gbAnton Khirnov2016-03-28
* svq3: move the frame num variables to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: eliminate H264Context.cur_pic usageAnton Khirnov2016-03-28
* svq3: eliminate remaining H264SliceContext usageAnton Khirnov2016-03-28
* svq3: move pict_type to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: move mb strides/sizes to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-28
* svq3: move mb2br_xy to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: move {ref,mv}_cache to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: rip out the svq3-relevant parts of pred_motion() out of h264Anton Khirnov2016-03-28
* svq3: move edge_emu_buffer to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: move the pred mode variables to SVQ3ContextAnton Khirnov2016-03-28
* h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-28
* svq3: move mb_{x,y,xy} to SVQ3ContextAnton Khirnov2016-03-28
* svq3: eliminate write_back_intra_pred_mode() usageAnton Khirnov2016-03-28
* svq3: add all the required dsp contexts into SVQ3ContextAnton Khirnov2016-03-28
* svq3: make the dsp functions staticAnton Khirnov2016-03-28
* svq3: rip out the mb decoding code shared with h264Anton Khirnov2016-03-28
* h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-25
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-25
* svq3: Use a separate buffer for decoding the slicesLuca Barbato2016-03-16
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* h264: use properly allocated AVFramesAnton Khirnov2015-04-29
* svq3: initialize some required H264Context fields.Anton Khirnov2015-04-05
* h264: move [uv]linesize to the per-slice contextAnton Khirnov2015-03-21
* h264: move the scratch buffers into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-21
* h264: move is_complex into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_skip_run into the per-slice contextAnton Khirnov2015-03-21
* h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov2015-03-21
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-21
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-21
* h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-21
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-21
* h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-21
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-21
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-21
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-22
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* svq3: directly set pix_fmt and color_rangeVittorio Giovara2014-03-18