summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264: move mb_[uv]linesize into the per-slice contextAnton Khirnov2015-03-215-64/+64
* h264: move neighbor_transform_size into the per-slice contextAnton Khirnov2015-03-213-8/+8
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-2112-248/+267
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-2110-107/+124
* h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-217-48/+51
* h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-218-64/+71
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-219-144/+156
* h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-216-26/+26
* h264: move {prev,next}_mb_skipped into the per-slice contextAnton Khirnov2015-03-214-10/+10
* h264: move qp_thresh into the per-slice contextAnton Khirnov2015-03-212-6/+5
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-2111-120/+145
* h264: do not copy qscale when updating per-thread contextsAnton Khirnov2015-03-211-2/+0
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-2111-159/+214
* h264_ps: properly check cropping parameters against overflowAnton Khirnov2015-03-211-4/+16
* hevc: zero the correct variables on invalid crop parametersAnton Khirnov2015-03-211-4/+4
* hevc: make the crop sizes unsignedAnton Khirnov2015-03-211-4/+4
* webp: ensure that each transform is only used onceAndreas Cadhalpun2015-03-191-1/+9
* Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö2015-03-171-2/+2
* aacsbr: Fix type for index variableVittorio Giovara2015-03-171-3/+3
* hqx: Drop unused offsets tableVittorio Giovara2015-03-171-4/+0
* libx264: Allow full-range yuv422 and yuv444 pixel formatsCarl Eugen Hoyos2015-03-171-0/+6
* dca: Read params->pancABIT0[param_index] only if part0 is setNiels Möller2015-03-171-1/+1
* x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato2015-03-171-0/+5
* dca: Support for XLL (lossless extension)Niels Möller2015-03-158-32/+1716
* dca: Mark syncword constants unsigned; they do not fit in 32-bit signed intDiego Biurrun2015-03-131-12/+12
* TDSC decoderVittorio Giovara2015-03-136-1/+638
* mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-135-0/+10
* lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-133-1/+21
* lavc: Improve thread locking error messageVittorio Giovara2015-03-131-1/+4
* libx264: Return more meaningful error codesHimangi Saraogi2015-03-121-3/+3
* libtheora: Check frame allocationVittorio Giovara2015-03-121-0/+2
* mpegvideo_enc: Check AVCodecContext allocationVittorio Giovara2015-03-121-0/+2
* dca: Document the permuted order in the lfe_fir_64 and lfe_fir_128 tablesNiels Möller2015-03-121-1/+27
* roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun2015-03-111-0/+2
* qsv: Improve the log message of when initializing MFX_IMPL_HARDWARE{2, 3, 4}Yukinori Yamazoe2015-03-111-3/+10
* mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes2015-03-112-2/+4
* mlpdec: support major sync headers with optional extension blocksHendrik Leppkes2015-03-113-6/+31
* libvpx: Fix mixed use of av_malloc() and av_reallocp()Vittorio Giovara2015-03-091-4/+4
* utvideodec: Handle slice_height being zeroMichael Niedermayer2015-03-091-0/+4
* tiff: Check that there is no aliasing in pixel format selectionAnton Khirnov2015-03-081-0/+8
* vorbis: Check the vlc value in setup_classifsLuca Barbato2015-03-081-16/+14
* vorbis: Use a local codebook variableLuca Barbato2015-03-081-3/+4
* libopenh264enc: Add support for building with OpenH264 1.4Martin Storsjö2015-03-061-0/+8
* h264: remove a now redundant error checkAnton Khirnov2015-03-051-6/+0
* webp: validate the distance prefix codeAndreas Cadhalpun2015-03-051-0/+5
* rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun2015-03-053-4/+13
* pcxenc: Return more meaningful error codesHimangi Saraogi2015-03-041-5/+5
* aac: Relax reserved_bit validationVittorio Giovara2015-03-041-1/+2
* dca: Move syncword definitions to a separate headerDiego Biurrun2015-03-045-21/+52
* wma.h: #include "avcodec.h"Anton Khirnov2015-03-031-0/+1
OpenPOWER on IntegriCloud