34702 Commits (509c9e74e548139285f30ed8dcc9baf1d64359fa)

Author SHA1 Message Date
Michael Niedermayer 509c9e74e5 avcodec/mjpegdec: Check for end for both bytes in unescaping 9 years ago
Geza Lore d39c229e54 x86inc: Add debug symbols indicating sizes of compiled functions 9 years ago
Rostislav Pehlivanov 5776344a7b diracdec: fix original Dirac Low Delay profile 9 years ago
Rostislav Pehlivanov 053900ca4c dirac: add more parse codes from the specifications 9 years ago
James Almer 033e7dbd31 avcodec/diracdsp: use av_clip_uintp2 9 years ago
Rostislav Pehlivanov 7d8891593c dirac_parser: add exceptions for Dirac inter parse codes 9 years ago
Rostislav Pehlivanov a849ebb54e dirac_parser: Improve parsing and silence pointless warnings 9 years ago
Michael Niedermayer b65efbc0f4 avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer() 9 years ago
Rostislav Pehlivanov 8248b51e0b diracdec: add support for 12 bit videos 9 years ago
Claudio Freire adc7d2a4ce AAC encoder: check for NaNs/inf in TNS gain 9 years ago
Carl Eugen Hoyos 4f9314ed58 lavf/riff: Support reading vlc's rawvideo fourccs. 9 years ago
Carl Eugen Hoyos 7158ce778f lavf/nut: Add forgotten fourccs for YUV4xxP9. 9 years ago
Michael Niedermayer 19e456d48c avcodec/wmaenc: Check ff_wma_init() for failure 9 years ago
Michael Niedermayer a53fbda9dc avcodec/mpeg12enc: Move high resolution thread check to before initializing threads 9 years ago
Clément Bœsch a362015641 lavc,lavfi: use avutil/thread.h instead of redundant conditional includes 9 years ago
Michael Niedermayer 2cb8edea7c avcodec/aacenc: Check all coefficients for finiteness 9 years ago
James Almer 4c4ebeb587 avcodec/wavpackenc: use put_sbits 9 years ago
Rostislav Pehlivanov 6a505e955b aacenc: remove FAAC-like coder 9 years ago
Rostislav Pehlivanov a72b1ea826 aacenc: mark LTP mode as experimental 9 years ago
Arttu Ylä-Outinen 7d1e985528 libkvazaar: Set frame rate as a rational number 9 years ago
Michael Niedermayer 158f0545d8 avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get() 9 years ago
Michael Niedermayer 22f64c2324 avcodec/ccaption_dec: Fix mixed declarations and code 9 years ago
Carl Eugen Hoyos 9cf8c3e62c ape: Show more information for loglevel verbose. 9 years ago
Michael Niedermayer 03d83ba34b avcodec/gif: Fix lzw buffer size 9 years ago
Michael Niedermayer 3ef5de0f19 avcodec/put_bits: Assert buf_ptr in flush_put_bits() 9 years ago
Ronald S. Bultje 0f88b3f82f videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations. 9 years ago
Mats Peterson 5da1477fa0 lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1-bit raw QuickTime video 9 years ago
Michael Niedermayer 89f464e9c2 avcodec/tiff: Check subsample & rps values more completely 9 years ago
James Darnley f59b727e2f avcodec/v210: guard new avx2 functions from old assemblers 9 years ago
Michael Niedermayer 033b49e02d avcodec/libaacplus: Cleanup in case of init failure 9 years ago
Michael Niedermayer 5fbd97fc75 avcodec/diracdec: Fix qfactor/offset tables 9 years ago
Claudio Freire 69697be922 libavcodec/aacenc_tnc.c: remove unused variable w2 9 years ago
Claudio Freire 3d0849cc90 AAC encoder: TNS fixes on short windows 9 years ago
Claudio Freire df3fa48288 AAC encoder: use signed coeffs when measuring IS energy 9 years ago
Claudio Freire 60a76f8be8 AAC encoder: enforce SF delta in PNS and IS SFs 9 years ago
James Darnley 4c430738d9 avcodec/v210: document the requirement for sample_factor 9 years ago
James Darnley 2cba1825f7 avcodec/v210: add avx2 version of the 10-bit line encoder 9 years ago
James Darnley 3836f404a8 avcodec/v210: add avx2 version of the 8-bit line encoder 9 years ago
Eddie Hao a6dc1eb837 remove all uses of the deprecated avpicture_get_size() function 9 years ago
Michael Niedermayer aa6aa2ef09 avcodec/wmaenc: Check input for finiteness 9 years ago
Michael Niedermayer 057549a9cc avcodec/aacenc: Check both channels for finiteness 9 years ago
Michael Niedermayer d7c75a5db0 avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64 9 years ago
Andreas Cadhalpun 564dd3f0f4 mpeg4videodec: silence ubsan warning 9 years ago
Piotr Bandurski 23ac355487 avformat/riff: add YUYV FourCC (Drastic YUYV) 9 years ago
Michael Niedermayer da6f34516b avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse() 9 years ago
Michael Niedermayer 8f4c3e4b92 avcodec/pngenc: Fix mixed up linesizes 9 years ago
Michael Niedermayer 7ec9c5ce8a avcodec/pngenc: Replace memcpy by av_image_copy() 9 years ago
Ganesh Ajjanagadde 2e4fd16f5b lavc/aacenc: use isfinite to simplify isnan/isinf logic 9 years ago
Aman Gupta 3a0e5cfcee lavc/ccaption_dec: clear all unused rows during rollup 9 years ago
Aman Gupta 9027806e3c lavc/ccaption_dec: clean up whitespace 9 years ago