38117 Commits (2ea6310f4ae7509d7711fdb7cf86e80c189afa8b)

Author SHA1 Message Date
Michael Niedermayer a0e5f7f363 avcodec/cavsdec: Fix undefined behavior from integer overflow 8 years ago
Michael Niedermayer ce7098b8f2 avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot be represented in type 'int' 8 years ago
James Almer 8acd73e348 avcodec/vorbisdec: add missing comma 8 years ago
wm4 c0f17a905f cuvid: support AVCodecContext.hw_device_ctx API 8 years ago
Michael Niedermayer a78ae465fd avcodec/mjpegdec: Fix runtime error: signed integer overflow: -24543 * 2031616 cannot be represented in type 'int' 8 years ago
Michael Niedermayer fc4f88375b avcodec/wavpack: Fix invalid shift and integer overflow 8 years ago
Michael Niedermayer d2657d225c avcodec/flicvideo: Check for chunk overread 8 years ago
Michael Niedermayer c1c3a14073 libavcodec/mpeg4videodec: Convert sprite_offset to 64bit 8 years ago
Michael Niedermayer a0296fc056 avcodec/pngdec: Use ff_set_dimensions() 8 years ago
Michael Niedermayer cabfed6895 avcodec/msvideo1: Check buffer size before re-getting the frame 8 years ago
Michael Niedermayer 48b3117844 avcodec/svq3: Reject dx/dy beyond 16bit 8 years ago
Michael Niedermayer 382b4fc9b5 avcodec/svq3: Increase offsets to prevent integer overflows 8 years ago
Carl Eugen Hoyos a75ef1506a lavc/jpeg2000dec: Fix jp2 inner atom size used for overread checks. 8 years ago
James Almer b3570f0389 avcodec/decode: also check for FF_CODEC_CAP_SETS_PKT_DTS in audio decoders 8 years ago
Muhammad Faiz 9b4648a2cd avcodec/decode: do not treat discarded frames as eof when draining 8 years ago
James Almer 0a6ca7aa0a avcodec/internal: update FF_CODEC_CAP_SETS_PKT_DTS doxy 8 years ago
Carl Eugen Hoyos f4c133c708 lavc/mips/iirfilter_mips: Include config.h. 8 years ago
Carl Eugen Hoyos a88b0b0ba7 lavc/mips/hevc_idct_msa: Add missing const qualifier. 8 years ago
Michael Niedermayer b29feec982 avcodec/indeo2: Check remaining bits in ir2_decode_plane() 8 years ago
Michael Niedermayer 2f00300b77 avcodec/vp3: Check remaining bits in unpack_dct_coeffs() 8 years ago
Michael Niedermayer 63b8d4146d avcodec/bmp: Use ff_set_dimensions() 8 years ago
Martin Vignali 37f4d22075 libavcodec/exr : fix piz uncompress on big endian 8 years ago
James Almer cac8de2da5 avcodec/options: do a more thorough clean up in avcodec_copy_context() 8 years ago
James Almer 54a4c9b4e9 avcodec/options: factorize avcodec_copy_context() cleanup code 8 years ago
Muhammad Faiz d535e0c140 avcodec/pthread_frame, decode: allow errors to happen on draining 8 years ago
James Zern 1bee78a019 libvpxenc: allow aq-mode 4 (equator360) 8 years ago
Rostislav Pehlivanov f7542d7e35 opus_pvq: use function pointers for recursion 8 years ago
James Almer 453f8ea242 avcodec/opus_pvq: fix recursive inlining compilation failures 8 years ago
Michael Niedermayer 6ca82975b7 avcodec/mdec: Fix runtime error: left shift of negative value -127 8 years ago
Michael Niedermayer fa8fd0808f avcodec/x86/vc1dsp_init: Fix build failure with --disable-optimizations and clang 8 years ago
Martin Vignali e46d637452 libavcodec/exr : fix float to uint16 conversion for negative float value 8 years ago
Rostislav Pehlivanov f16180f448 opus_pvq: merge band encoding and decoding into one function 8 years ago
Rostislav Pehlivanov 18a0d9d7ad opus_pvq: remove outdated/incorrect comments and redundant variables 8 years ago
Rostislav Pehlivanov 4d59de3991 opus_pvq: minor cleanups 8 years ago
Ben Chang 8de3458a07 avcodec/nvenc: surface allocation reduction 8 years ago
Clément Bœsch 78a5fc4579 lavc/hevcdec: fix invalid use of ff_get_format() 8 years ago
Philip Langdale dd49eff930 avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsf 8 years ago
Philip Langdale 181aa1be49 avcodec/crystalhd: Explicitly set frame pts at all times 8 years ago
Vittorio Giovara 960b4d4761 decode: Initialize ret before using it 8 years ago
Philip Langdale f95c81ce10 avcodec/movtextenc: Ignore unmatched closing style tags 8 years ago
Philip Langdale 41b0561dc7 avcodec/crystalhd: Switch to the new generic filtering mechanism 8 years ago
James Almer 16c88465a1 avcodec/decode: also update consumed bytes on last_pkt_props->size 8 years ago
Paul B Mahol ac30754a14 avcodec/dnxhd_parser: fix parsing interlaced video, simplify code 8 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Jan Sebechlebsky f92e1af844 avcodec/bsf: Check for packet payload when setting BSF EOF flag. 8 years ago
James Almer 844a115cd3 Revert "avcodec/bsf: Forbid packet without payload in av_bsf_send_packet" 8 years ago
Philip Langdale 3148387086 avcodec/crystalhd: Adapt to new new decode API 8 years ago
Michael Niedermayer fc8cff96ed avcodec/h264_cavlc: Fix undefined behavior on qscale overflow 8 years ago
Paul B Mahol 4925537004 avcodec/utvideodec: fix gradient prediction when stride does not match width 8 years ago
Paul B Mahol 9ef21a897c avcodec/utvideodec: fix decoding odd sizes with interlaced video with some formats 8 years ago