32041 Commits (5f2b4a2f6a13aaa1139cadd70ae7652545eb9615)

Author SHA1 Message Date
Carl Eugen Hoyos b453e76842 lavc/qdrw: Also support real-world qdraw images. 10 years ago
Michael Niedermayer 0c015aa95c avcodec/tableprint_vlc: Do not define functions to nothing 10 years ago
Andreas Cadhalpun 75fc81c831 diracdec: check that block length is valid 10 years ago
Andreas Cadhalpun 4b13a542a2 dirac: use and forward error codes 10 years ago
Michael Niedermayer 0a6b410edf avcodec/vp8: Suppress empty body warnings 10 years ago
Vittorio Giovara 04070dbca0 libx265: Fix 'braces around scalar initializer' warning 10 years ago
Vittorio Giovara 34efb8a169 quickdraw: Support direct pixel blocks 10 years ago
Vittorio Giovara bb2cb0a66d quickdraw: Switch to greedy parsing 10 years ago
Vittorio Giovara d00f1e0fc1 quickdraw: Convert to bytestream2 10 years ago
Michael Niedermayer a2190de52d avcodec/diracdec: Fix types and wraparounds in dirac_decode_picture_header() 10 years ago
Andreas Cadhalpun d93181ef3e diracdec: check if reference could not be allocated 10 years ago
Andreas Cadhalpun 9e66b39aa8 diracdec: avoid overflow of bytes*8 in decode_lowdelay 10 years ago
Michael Niedermayer 5a455dd011 avcodec/diracdec: Move buf[] read after size check 10 years ago
Andreas Cadhalpun 984f50deb2 diracdec: prevent overflow in data_unit_size check 10 years ago
Ronald S. Bultje ed68fccf76 vp9: error out if chroma subsampling changes between frames. 10 years ago
Andreas Cadhalpun 60f1cc4a1f alsdec: only adapt order for positive max_order 10 years ago
Andreas Cadhalpun 94bb1ce882 alsdec: check sample pointer range in revert_channel_correlation 10 years ago
Andreas Cadhalpun 110f7f35fb aacpsy: correct calculation of minath in psy_3gpp_init 10 years ago
Andreas Cadhalpun e191aaca44 alsdec: limit avctx->bits_per_raw_sample to 32 10 years ago
Andreas Cadhalpun 8fc8024ea5 aasc: return correct buffer size from aasc_decode_frame 10 years ago
Michael Niedermayer 7f45f7fc7f avcodec/mpeg12dec: use the correct dimensions for checking SAR 10 years ago
Michael Niedermayer 6ef3426d90 avcodec/x86/deinterlace: use INIT_MMX like other asm code does too 10 years ago
James Almer 079b7f6eac vp9: add profile names 10 years ago
Carl Eugen Hoyos d90f91c1c8 lavf/mxfenc: Write correct interlaced flag when muxing dnxhd. 10 years ago
Michael Niedermayer d43cd6b08e avcodec/ffv1dec: Check chroma shift parameters 10 years ago
Michael Niedermayer 03baa861ea avcodec/ffv1dec: More completely check micro_version 10 years ago
Michael Niedermayer 3dfbdb328e avcodec/ffv1dec: Check quant table symbols more completely 10 years ago
Anshul Maheshwari a6b630e9b6 avcodec/ccaption_dec: correcting line breaks in cc 10 years ago
Andreas Cadhalpun 372aa0777a pngdec: don't use AV_PIX_FMT_MONOBLACK for apng 10 years ago
Andreas Cadhalpun 8f760be4d3 pngdec: return correct error code from decode_frame_common 10 years ago
Andreas Cadhalpun 287dbb0771 pngdec: check s->last_picture.f->data[0] before using it 10 years ago
Michael Niedermayer 042260cde4 avcodec/wavpack: Check L/R values before use to avoid harmless integer overflow and undefined behavior in fate 10 years ago
Michael Niedermayer 29ef54aa90 avcodec/nvenc: Make pix_fmts_nvenc const 10 years ago
Jérôme Martinez 14605a0b99 ffv1dec: plane_index is 1 in case of version 4 gray+alpha. 10 years ago
Michael Niedermayer 4e8ee7acb8 libavcodec/svq3: clarify unknown_flag by renaming to has_watermark 10 years ago
Michael Niedermayer dfc0708e23 avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_perm 10 years ago
Michael Niedermayer 270e647adc avcodec/x86/dct-test: Make static table const 10 years ago
Michael Niedermayer 6197672720 avcodec/svq3: Print unknown fields at debug level 10 years ago
Carl Eugen Hoyos 3ecb82dd41 dnxhddec: Fix pixel format change 10 years ago
Vittorio Giovara 6503cbf842 ffv1enc: Add const attribute to input frame 10 years ago
Michael Niedermayer c9ac9adb46 avcodec/h264: Remove failure on data partitioning 10 years ago
Ronald S. Bultje 6f63bdbae6 vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction. 10 years ago
Ronald S. Bultje 2a7d7bef62 vp9: fix mask_edges and filter_plane_rows/cols() for 440. 10 years ago
Ronald S. Bultje cf62f2d2d6 vp9: more specifically specify mask destination to mask_edges(). 10 years ago
Ronald S. Bultje e4f77e6239 vp9: don't create special u/v filter masks for 444. 10 years ago
Ronald S. Bultje afa9d00b43 vp9: merge uv loopfilter code into generic filter_plane_rows/cols(). 10 years ago
Ronald S. Bultje ba59a5ec42 vp9: split out loopfilter luma rows/cols functions from loopfilter_sb(). 10 years ago
Ronald S. Bultje 844799b033 vp9: invert order of two conditions. 10 years ago
Ronald S. Bultje d382cc0fad vp9: use correct chroma subsampling for profile 1 inter block recon. 10 years ago
Ronald S. Bultje d2aa6f65db vp9: use correct chroma subsampling for profile 1 intra block recon. 10 years ago