34709 Commits (ee3eac59df10b3a0e1641a407785ce155ed707fc)

Author SHA1 Message Date
Ganesh Ajjanagadde 1fb5ae44c4 lavc/wmadec: replace pow by faster functions 9 years ago
Ganesh Ajjanagadde cea529dd7f lavc/opus_celt: replace pow(2,x) by exp2f(x) 9 years ago
Ganesh Ajjanagadde 9254e6176c lavc/atrac3plusdsp: change pow(2,x) to exp2f(x) 9 years ago
Ganesh Ajjanagadde 89189b1010 lavc/wma: add av_warn_unused_result to ff_wma_init 9 years ago
John Cox 74105fc9a3 cabac_functions: Allow more functions to be overridden 9 years ago
John Cox 5115d8326e cabac_functions: Count zeros with ctz if it is fast 9 years ago
John Cox 48f80831ba cabac: Ensure 2-byte cabac loads are on 2-byte boundry 9 years ago
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