summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* libvpx: add support for yuv440p and yuv440p10/12 encodingJames Almer2015-05-20
* avcodec/vmnc: Add back adapted comment about 24bitVittorio Giovara2015-05-20
* avcodec/vmnc: Simplify "24bit" supportMichael Niedermayer2015-05-20
* Merge commit 'eafbc6716cede6d4a652f8bedf82f2901c68d06d'Michael Niedermayer2015-05-20
|\
| * vmnc: Delay pixel size checkVittorio Giovara2015-05-19
* | avcodec/hevc: Remove unused variableMichael Niedermayer2015-05-20
* | avcodec: add mathops testMichael Niedermayer2015-05-20
* | lavc/vmnc: Fix 32bit colour-space, there is no transparency.Carl Eugen Hoyos2015-05-20
* | Fix movtext crashes caused due to lack of proper bounds checkingNiklesh2015-05-19
* | avcodec/flacenc: Support Multi dimensional quantizationMichael Niedermayer2015-05-20
* | avcodec/flacenc: Mark pointers/array arguments const which are not changedMichael Niedermayer2015-05-19
* | avcodec/flacenc: Simplify md5 calculation code by using AV_WL24()Michael Niedermayer2015-05-19
* | avcodec/flacenc: Move udata and sums to FlacSubframeMichael Niedermayer2015-05-19
* | avcodec/flacenc: Support calculating rice parameters exactlyMichael Niedermayer2015-05-19
* | avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params()Michael Niedermayer2015-05-19
* | avcodec/golomb: Remove disabled and broken codeMichael Niedermayer2015-05-19
* | avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initializationMichael Niedermayer2015-05-19
* | libavcodec/x265: detect csps in libx265_encode_init_csp()Steve Borho2015-05-18
* | avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatia...Michael Niedermayer2015-05-18
* | avcodec/hevc_cabac: Rename ff_hevc_transform_skip_flag_decode() to hevc_trans...Michael Niedermayer2015-05-18
* | Merge remote-tracking branch 'rbultje/vp9-bugfixes'Michael Niedermayer2015-05-18
|\ \
| * | vp9: match another find_ref_mvs() bug in libvpx.Ronald S. Bultje2015-05-16
| * | vp9: fix scaled motion vector clipping for sub8x8 blocks.Ronald S. Bultje2015-05-16
| * | vp9: improve signbias check.Ronald S. Bultje2015-05-15
| * | vp9: don't allow compound references if error_resilience is enabled.Ronald S. Bultje2015-05-15
| * | vp9: clamp segmented lflvl before applying ref/mode deltas.Ronald S. Bultje2015-05-15
| * | vp9: reset loopfilter mode/ref deltas on keyframe.Ronald S. Bultje2015-05-15
| * | vp9: fix crash when playing back 440/440 content with width%64<56.Ronald S. Bultje2015-05-15
| * | vp9: extend loopfilter workaround for vp9 h/v mix-up to work for 422.Ronald S. Bultje2015-05-15
| * | vp9: clip motion vectors in the same way as libvpx does.Ronald S. Bultje2015-05-14
| * | vp9: set skip flag if the block had no coded coefficients.Ronald S. Bultje2015-05-14
| * | vp9: apply mv scaling workaround only when subsampling is enabled.Ronald S. Bultje2015-05-14
| * | vp9: read all 4x4 blocks in sub8x8 blocks individually with scalability.Ronald S. Bultje2015-05-14
| * | vp9: fix segmentation map referencing upon framesize change.Ronald S. Bultje2015-05-14
| * | vp9: disable more pmulhrsw optimizations in idct16/32.Ronald S. Bultje2015-05-14
| * | vp9: disable all pmulhrsw in 8/16 iadst x86 optimizations.Ronald S. Bultje2015-05-14
* | | avcodec/golomb: fix reading huge signed rice golomb valuesMichael Niedermayer2015-05-17
* | | avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k valuesMichael Niedermayer2015-05-17
* | | avcodec/flacdec: Attempt to auto-detect old buggy flacMichael Niedermayer2015-05-17
* | | lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled.Carl Eugen Hoyos2015-05-17
* | | lavc: Print a warning if gray decoding was requested but not enabled.Carl Eugen Hoyos2015-05-17
* | | lavc/h263: Set color_range for gray decoding.Carl Eugen Hoyos2015-05-17
* | | lavc/vc1: Set color_range for gray decoding.Carl Eugen Hoyos2015-05-17
* | | lavc/qdrw: Fix overwrite when reading invalid Quickdraw images.Carl Eugen Hoyos2015-05-17
* | | lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos2015-05-17
* | | lavc/flacdec: Sanitize FLACSTREAMINFO usage.Carl Eugen Hoyos2015-05-17
* | | avcodec/aacenc: use < 0 instead of != 0 for error checksMichael Niedermayer2015-05-16
* | | avcodec/j2kenc: Use ret < 0 instead of ret != 0 for error checksMichael Niedermayer2015-05-16
* | | avcodec/hevc: Fix typo in num_entry_point_offsets checkMichael Niedermayer2015-05-15
* | | avcodec/libtheoraenc: Check for av_malloc failureMichael Niedermayer2015-05-15