summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/libx265: Add gray10 and gray12 encoding support.Carl Eugen Hoyos2017-03-08
* avcodec/vp8: Check for the bitstream end per MB in decode_mb_row_no_filter()Michael Niedermayer2017-03-07
* avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()Michael Niedermayer2017-03-07
* avcodec/vp8: remove redundant checkMichael Niedermayer2017-03-07
* avcodec/allcodecs: make avcodec_register_all thread safeMuhammad Faiz2017-03-07
* avcodec/pixlet: fix architecture-dependent code and valuesVittorio Giovara2017-03-07
* avcodec/h264, videotoolbox: fix crash after VT decoder failsAman Gupta2017-03-07
* lavc/libvpxenc: add -row-mt optionKagami Hiiragi2017-03-06
* avcodec/proresdec2: Do not discard frames with bad slicesMichael Niedermayer2017-03-06
* avcodec/x86/cavsdsp: Put MMX code under mmx checkMichael Niedermayer2017-03-06
* avcodec/movtextdec: Call mov_text_cleanup() on closeMichael Niedermayer2017-03-06
* avcodec: consider an error during decoder draining as EOFwm42017-03-06
* avcodec/videotoolbox: set kCVPixelBufferOpenGLESCompatibilityKey for iOSwang-bin2017-03-06
* avcodec/wavpack: Fix runtime error: left shift of negative value -2Michael Niedermayer2017-03-05
* avcodec/dcadsp: Fix 2 runtime error: signed integer overflow: -1958094138 - 1...Michael Niedermayer2017-03-05
* avcodec/wavpack: Check bitrate_acc for overflowMichael Niedermayer2017-03-05
* avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: 134527392 ...Michael Niedermayer2017-03-05
* avcodec/mpeg12dec: Fix runtime error: left shift of negative value -13Michael Niedermayer2017-03-04
* avcodec/h264_mvpred: Fix multiple runtime error: left shift of negative valueMichael Niedermayer2017-03-04
* avcodec/adxdec: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-03-04
* avcodec/mpeg4videodec: Improve the overflow checks in mpeg4_decode_sprite_tra...Michael Niedermayer2017-03-04
* avcodec/vp56: Require a correctly decoded frame before using vp56_conceal_mb()Michael Niedermayer2017-03-04
* avcodec/vp3: Do not return random positive values but the buf sizeMichael Niedermayer2017-03-03
* omx: Add support for specifying H.264 profile [v5']Takayuki 'January June' Suwa2017-03-03
* avcodec/scpr: fix top left prediction for special case when x is 0 for keyframesPaul B Mahol2017-03-03
* avcodec/interplayvideo: Fix timeout from lack of bitstream end checkMichael Niedermayer2017-03-03
* avcodec/mpegaudiodec_template: Fix runtime error: signed integer overflow: 20...Michael Niedermayer2017-03-03
* avcodec/mjpegdec: Fix runtime error: left shift of negative value -511Michael Niedermayer2017-03-03
* lavc/sheervideo: Fix Y prediction for interlaced frames with transparency.Carl Eugen Hoyos2017-03-02
* avcodec: add ClearVideo decoderKostya Shishkov2017-03-02
* avcodec/videotoolbox: set kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKeywm42017-03-02
* avcodec/videotoolbox: allow not setting the kCVPixelBufferPixelFormatTypeKeywm42017-03-02
* avcodec, avutil, avformat: remove AVOption requirement for some fieldswm42017-03-02
* avcodec/vp56: Clear dimensions in case of failure in the middle of a resoluti...Michael Niedermayer2017-03-02
* avcodec/wavpack: Check value before shift in wp_exp2()Michael Niedermayer2017-03-02
* avcodec/ituh263dec: Use 0xffff as error code in h263p_decode_umotion()Michael Niedermayer2017-03-02
* avcodec/h264idct_template: Fix several runtime error: signed integer overflowMichael Niedermayer2017-03-02
* lavc/videotoolboxenc: fix symbol linkingRick Kern2017-03-01
* avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter()Michael Niedermayer2017-03-01
* avcodec/h264_direct: Fix runtime error: left shift of negative value -14Michael Niedermayer2017-03-01
* avcodec/avpacket: Check metadata key in av_packet_unpack_dictionary()Michael Niedermayer2017-03-01
* avcodec/nvenc: add initial QP value optionsKonda Raju2017-03-01
* avcodec/nvenc: remove qmin and qmax constraints for vbrGanapathy Raman Kasi2017-03-01
* avcodec/vp56: Factorize vp56_render_mb() outMichael Niedermayer2017-02-28
* avcodec/dca: Fix multiple runtime error: signed integer overflowMichael Niedermayer2017-02-28
* avcodec/pictordec: Check plane value before doing value/mask computationsMichael Niedermayer2017-02-28
* avcodec/mpeg4videodec: Fix runtime error: left shift of negative value -2650Michael Niedermayer2017-02-28
* avcodec/h264idct_template: Fix multiple runtime error: signed integer overflowMichael Niedermayer2017-02-28
* avcodec/qdrw: check bytes per scanline for 2bpp imagesPaul B Mahol2017-02-27
* avcodec/scpr: check if total_freq is 0 in decode0Paul B Mahol2017-02-27