summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
| * lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-01
* | Merge commit '6484149158b6fc6d13d2b2ef84cb26a2d3275400'Michael Niedermayer2014-05-01
|\|
| * lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov2014-05-01
* | Merge commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683'Michael Niedermayer2014-05-01
|\|
| * lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-01
* | Merge commit '5fccedaa67390ccddd6347c8e1c71b7664558bcd'Michael Niedermayer2014-05-01
|\|
| * lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov2014-05-01
* | Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer2014-04-30
* | avcodec/flacenc: Use av_malloc_array()Michael Niedermayer2014-04-30
* | avcodec/ivi_common: Use av_mallocz_array()Michael Niedermayer2014-04-30
* | avcodec/mjpegdec: use av_mallocz_array()Michael Niedermayer2014-04-30
* | avcodec/tiff: Support 410 and 440 YCbCrMichael Niedermayer2014-04-30
* | avcodec/vorbisdec: use av_malloc(z)_array()Michael Niedermayer2014-04-30
* | avcodec/vorbisdec: try to workaround libvorbisenc bugMichael Niedermayer2014-04-30
* | Merge commit '9d76dd952ffd9fffc7f9fb5cc5af6d093ba54521'Michael Niedermayer2014-04-30
|\|
| * h264: drop commented out cruftAnton Khirnov2014-04-29
* | Merge commit 'c1f92d13589d431e576d719dd44427486a5e05cd'Michael Niedermayer2014-04-30
|\|
| * mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov2014-04-29
* | Merge commit '6a13505c069890cb0e2a07e29fd819a0cf2e73c1'Michael Niedermayer2014-04-30
|\|
| * mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov2014-04-29
| * hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer2014-04-28
* | avcodec/hevc: fix no output of prior pics and pic output flags(cherry picked ...gcocherel2014-04-29
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2014-04-29
|\ \
| * | lavc: minor bump and APIchanges for AVCodecDescriptor.mime_types.Nicolas George2014-04-29
| * | lavc: add a mime_types field to codec descriptors.Nicolas George2014-04-29
| * | lavc: add AV_CODEC_ID_BIN_DATA.Nicolas George2014-04-29
| * | lavc: add codec descriptors for TTF and OTF.Nicolas George2014-04-29
| * | lavc: add codec descriptors for deprecated ids.Nicolas George2014-04-29
| * | lavc/codec_desc: add separation comment.Nicolas George2014-04-29
* | | avcodec/tiff: support 4:2:2 and 4:1:1 YCbCrMichael Niedermayer2014-04-29
* | | avcodec/mpegvideo: fix null pointer dereferenceMichael Niedermayer2014-04-29
|/ /
* | avcodec/vc1_parser: fix use of uinitialized memoryMichael Niedermayer2014-04-29
* | Merge commit 'ed4b757177f9b563412cdbc8ee3405d82e10fc05'Michael Niedermayer2014-04-29
|\|
| * dxva2_h264: add a workaround for old Intel GPUsHendrik Leppkes2014-04-28
| * dxva2_h264: set the correct ref frame index in the long slice structHendrik Leppkes2014-04-28
* | avcodec/hevc_cabac: decrease CABAC_MAX_BINMichael Niedermayer2014-04-28
* | avcodec/mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-04-28
* | avcodec/mjpegdec: make type of shift unsigned to avoid undefined behaviorMichael Niedermayer2014-04-28
* | avcodec/h264_cabac: fix indentionMichael Niedermayer2014-04-28
* | avcodec/g729postfilter: avoid potential negative shiftMichael Niedermayer2014-04-27
* | avcodec/tiff: Support yuv 420 and 444Michael Niedermayer2014-04-27
* | avcodec/tiff: parse subsample factorsMichael Niedermayer2014-04-27
* | Fix overriden typosMichael Niedermayer2014-04-27
* | Fix dont and doesnt typosMichael Niedermayer2014-04-27
* | Fix skiping typosMichael Niedermayer2014-04-27
* | avcodec/shorten: check bitshiftMichael Niedermayer2014-04-27
* | avcodec/mjpegdec: Fix undefined shiftMichael Niedermayer2014-04-27
* | avcodec/truemotion2: replace impossible condition by av_assert2Michael Niedermayer2014-04-27
* | avcodec/apedec: tmpk==32 is not supported, prevent undefined behaviorMichael Niedermayer2014-04-26
* | avcodec/vc1dec: print debug message if a b frame without reference is skipedMichael Niedermayer2014-04-26