summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
| * | 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
* | | avcodec/svq1dec: Remove duplicate buf_size checkMichael Niedermayer2015-05-15
* | | avcodec/dcadec: Check active_bandsMichael Niedermayer2015-05-15
* | | avcodec/dcadec: Check scale table indexMichael Niedermayer2015-05-15
* | | avcodec/sonic: More completely check sample_rate_index and channelsMichael Niedermayer2015-05-15
* | | avcodec/sonic: check memory allocationsMichael Niedermayer2015-05-15
* | | avcodec/smvjpegdec: check avcodec_decode_video2() return codeMichael Niedermayer2015-05-15
* | | avcodec/shorten: More complete pred_order checkMichael Niedermayer2015-05-15
* | | avcodec/shorten: Fix code depending on signed overflow behaviorMichael Niedermayer2015-05-15
* | | avcodec/shorten: Check skip_bytes()Michael Niedermayer2015-05-15
* | | avcodec/put_bits: Remove dead code in put_bits()Michael Niedermayer2015-05-15
* | | avcodec/proresdec2: Reset slice_count on deallocationMichael Niedermayer2015-05-15
* | | avcodec/vp9: Use separate memset for counts.eobMichael Niedermayer2015-05-15
* | | avcodec/acelp_vectors: Assert that x is within the array in ff_set_fixed_vect...Michael Niedermayer2015-05-15
* | | avcodec/vp3: Cleanup order of operations for current_run checkMichael Niedermayer2015-05-15
* | | avcodec/h264_slice: Fix ranges in assertMichael Niedermayer2015-05-15
* | | avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failureMichael Niedermayer2015-05-14
* | | avcodec/diracdec: Make data_unit_size unsignedMichael Niedermayer2015-05-14
* | | avcodec/dcadec: Check subsubframesMichael Niedermayer2015-05-14
* | | avcodec/dcadec: Check nchansMichael Niedermayer2015-05-14
* | | hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-14
* | | avcodec/cavsdec: Use ff_set_dimensions()Michael Niedermayer2015-05-14
* | | avcodec/cavsdec: Check frame_rate_codeMichael Niedermayer2015-05-14
* | | avcodec/cavsdec: Check esc_codeMichael Niedermayer2015-05-14
* | | avcodec/qdrw: Fix the code which asks for version 1 samplesMichael Niedermayer2015-05-14