summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* h264: move mb_skip_run into the per-slice contextAnton Khirnov2015-03-21
* h264: move redundant_pic_count into the per-slice contextAnton Khirnov2015-03-21
* h264: move cabac_init_idc into the per-slice contextAnton Khirnov2015-03-21
* h264: move loopfilter parameters into the per-slice contextAnton Khirnov2015-03-21
* h264: move direct_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move mvd_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move mvd_table into the per-slice contextAnton Khirnov2015-03-21
* h264: move last_qscale_diff into the per-slice contextAnton Khirnov2015-03-21
* h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-21
* h264: move cabac[_state] into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov2015-03-21
* h264: move intra_pcm_ptr into the per-slice contextAnton Khirnov2015-03-21
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-21
* h264: move map_col_to_list0[_field] into the per-slice contextAnton Khirnov2015-03-21
* h264: move dist_scale_factor[_field] into the per-slice contextAnton Khirnov2015-03-21
* h264: move col_{parity,fieldoff} into the per-slice contextAnton Khirnov2015-03-21
* h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov2015-03-21
* h264: move sub_mb_type into the per-slice contextAnton Khirnov2015-03-21
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_[uv]linesize into the per-slice contextAnton Khirnov2015-03-21
* h264: move neighbor_transform_size 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 {prev,next}_mb_skipped into the per-slice contextAnton Khirnov2015-03-21
* h264: move qp_thresh into the per-slice contextAnton Khirnov2015-03-21
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-21
* h264: do not copy qscale when updating per-thread contextsAnton Khirnov2015-03-21
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-21
* h264_ps: properly check cropping parameters against overflowAnton Khirnov2015-03-21
* hevc: zero the correct variables on invalid crop parametersAnton Khirnov2015-03-21
* hevc: make the crop sizes unsignedAnton Khirnov2015-03-21
* webp: ensure that each transform is only used onceAndreas Cadhalpun2015-03-19
* Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö2015-03-17
* aacsbr: Fix type for index variableVittorio Giovara2015-03-17
* hqx: Drop unused offsets tableVittorio Giovara2015-03-17
* libx264: Allow full-range yuv422 and yuv444 pixel formatsCarl Eugen Hoyos2015-03-17
* dca: Read params->pancABIT0[param_index] only if part0 is setNiels Möller2015-03-17
* x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato2015-03-17
* dca: Support for XLL (lossless extension)Niels Möller2015-03-15
* dca: Mark syncword constants unsigned; they do not fit in 32-bit signed intDiego Biurrun2015-03-13
* TDSC decoderVittorio Giovara2015-03-13
* mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-13
* lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-13
* lavc: Improve thread locking error messageVittorio Giovara2015-03-13
* libx264: Return more meaningful error codesHimangi Saraogi2015-03-12
* libtheora: Check frame allocationVittorio Giovara2015-03-12