34809 Commits (54ab90c05b9d664f899b628764dcf74997a37358)

Author SHA1 Message Date
Mark Harris c51c08e0e7 avcodec: Use get_ue_golomb_long() when needed 9 years ago
Janne Grunau f4f27e4cf1 x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly 9 years ago
Hendrik Leppkes 50401f5fb7 avcodec: properly check pkt_timebase for validity 9 years ago
Michael Niedermayer 3215342121 avcodec/on2avc: Fix stability issues with scale_tab generation 9 years ago
Ganesh Ajjanagadde c5b3c4c741 lavc/snowenc: replace rint by lrint 9 years ago
Ganesh Ajjanagadde 5979c740f5 lavc/dds: replace rint by lrint 9 years ago
Ganesh Ajjanagadde e09edc62cd lavc/texturedsp: replace rint by lrint 9 years ago
Ganesh Ajjanagadde 71af38954b avcodec/on2avc: fix regression on icc since 5495c7f 9 years ago
Diego Biurrun 69a68593ce Remove stray line breaks from avpriv_{report_missing_feature|request_samples} 9 years ago
Ganesh Ajjanagadde 0abdcae5a9 lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x) 9 years ago
Ganesh Ajjanagadde 25ae086db2 lavc/wmaprodec: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 3343e4e607 lavc/wmaenc: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 62765c0014 lavc/wmadec: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde a0ea801dc3 lavc/opus: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 5495c7f2a3 lavc/on2avc: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 26ac80d235 lavc/imc: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 717eeb77e1 lavc/dcaenc: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde b0e28da37c lavc/cngdec: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde cb3a994bb1 lavc/aacpsy: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 48cd3d233b lavc/libopusdec: replace pow(10,x) by ff_exp10(x) 9 years ago
Michael Bradshaw 99eabcdd5f avcodec: add OpenJPEG 2.x compatibility 9 years ago
Michael Niedermayer 052e692e85 avcodec/ac3dec: Print the value of out of range exponents 9 years ago
Alexandra Hájková 2008f76054 dca: remove unused decode_hf function and quant_d tables 9 years ago
Paul B Mahol 57787f5ef8 avcodec/s302menc: comment out allowed channel layouts 9 years ago
Alexandra Hájková aebf07075f dca: change the core to work with integer coefficients. 9 years ago
Alexandra Hájková 85990140e7 dca: Add math helpers. 9 years ago
Hendrik Leppkes b942845bee avcodec/libschroedingerenc: add missing AVClass to private context 9 years ago
Andreas Cadhalpun b648b246f0 diracdec: add missing check for pixel_range_index 9 years ago
Michael Niedermayer 05af8608c2 avcodec/ass: check for av_mallocz() failure 9 years ago
Timo Rothenpieler d7c2b75681 vaapi: Add VP9 hwaccell support 9 years ago
Claudio Freire 4720a562c8 AAC encoder: fix possible assertion failure in PNS 9 years ago
Rostislav Pehlivanov c0f67e1123 aacenc_is: rename variable 9 years ago
Ganesh Ajjanagadde b9c2ebeee4 lavc/libvpxenc: replace round by lrint 9 years ago
Janne Grunau cc29d96d5a arm64: fix inverted register order in transpose_4x4H 9 years ago
Clément Bœsch f122ba36cb lavc: add text encoder 9 years ago
Paul B Mahol 484cc66f57 avcodec/indeo2: use init_get_bits8 9 years ago
James Almer d4c47333e1 x86/hevc_sao: add ff_hevc_sao_edge_filter_{8,16}_{10,12} 9 years ago
James Almer 3ff2beff65 x86/hevc_sao: simplify sao_edge_filter 10/12bit 9 years ago
James Almer 34b2bd03cf x86/hevc_sao: simplify sao_band_filter 10/12bit 9 years ago
Paul B Mahol 367ffa0c15 avcodec/flacenc: use designated initializers for AVClass 9 years ago
Paul B Mahol db6e337b41 avcodec/s302menc: check if buf_size can actually be put into 16bit size 9 years ago
Paul B Mahol 577f057355 avcodec/s302menc: set supported channel layouts by codec 9 years ago
Andreas Cadhalpun 699e68371e rawdec: only exempt BIT0 with need_copy from buffer sanity check 9 years ago
Michael Niedermayer 70f13abb4f avcodec/mpeg4videodec: also for empty partitioned slices 9 years ago
James Almer 0f520e489a avcodec/Makefile: add missing dep for g723_1 encoder 9 years ago
Michael Niedermayer b92b4775a0 avcodec/h264_refs: Fix long_idx check 9 years ago
Michael Niedermayer 2d2b41d169 avcodec/ffv1enc: Fix 2 pass mode with the default rc table 9 years ago
Ganesh Ajjanagadde def3c83e1b lavc/aacsbr: sbr_dequant optimization 9 years ago
Andreas Cadhalpun 9d38f06d05 xwddec: prevent overflow of lsize * avctx->height 9 years ago
Janne Grunau 2dba0407fd avcodec/arm64: fix inverted register order in transpose_4x4H 9 years ago