summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/lossless_videodsp: fix incompatible pointer type warningMichael Niedermayer2014-05-05
* avcodec/h263dec: use AV_EF_IGNORE_ERRMichael Niedermayer2014-05-04
* avcodec: add AV_EF_IGNORE_ERRMichael Niedermayer2014-05-04
* Merge commit 'a90d92ce2aeea8eaae5c616958d20e000e20b964'Michael Niedermayer2014-05-03
|\
| * aac: K&R formatting cosmeticsLuca Barbato2014-05-01
* | Merge commit 'c6b42e85493915a3c3891345f57422f9031a0b4f'Michael Niedermayer2014-05-03
|\|
| * flv: K&R formatting cosmeticsLuca Barbato2014-05-01
* | avcodec/jpeglsdec: add cast to silence pointer type warningMichael Niedermayer2014-05-03
* | avcodec/snow_dwt: fix "incompatible pointer type" warningsMichael Niedermayer2014-05-03
* | avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer t...Michael Niedermayer2014-05-03
* | avcodec/xbmdec: fix pointer type warningsMichael Niedermayer2014-05-03
* | avcodec/h263dec: fix "incompatible pointer type" warningMichael Niedermayer2014-05-03
* | avcdoec/snowenc: use av_mallocz_array()Michael Niedermayer2014-05-03
* | avcodec/ffv1dec: use av_malloc_array()Michael Niedermayer2014-05-03
* | x86/cavdsp: prevent named constraints appearing twice.Matt Oliver2014-05-03
* | avcodec/h264: mark recovery_cnt==0 frames as keyframesMichael Niedermayer2014-05-03
* | Fix standalone compilation of dsd planar decoders.Carl Eugen Hoyos2014-05-03
* | Fix oga muxer standalone compilation.Carl Eugen Hoyos2014-05-03
* | avcodec/h263dec: print MB position for each MB when TRACE is enabledMichael Niedermayer2014-05-02
* | avcodec/mpegvideo: fix gray*() parameter typesMichael Niedermayer2014-05-02
* | avcodec/mpegvideo: support disabling motion compensationMichael Niedermayer2014-05-02
* | avcodec/libxvid: improve return codesMichael Niedermayer2014-05-01
* | avcodec/utils/ff_init_buffer_info factor avctx->internal->pkt; outMichael Niedermayer2014-05-01
* | avcodec/utils: merge ff_decode_frame_props() and ff_init_buffer_info()Michael Niedermayer2014-05-01
* | avcodec/utils: ff_decode_frame_props: set pkt_sizeMichael Niedermayer2014-05-01
* | Merge commit 'ba71c74017c287681153ec8f6f1cba650d797275'Michael Niedermayer2014-05-01
|\|
| * lavc: deprecate AVCodecContext.codec_nameAnton Khirnov2014-05-01
| * lavc: do not use AVCodecContext.codec_name in avcodec_string()Anton Khirnov2014-05-01
* | Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d'Michael Niedermayer2014-05-01
|\|
| * 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