77779 Commits (2039b3e7511ef183dae206575114e15b6d99c134)
 

Author SHA1 Message Date
Diego Biurrun 69a68593ce Remove stray line breaks from avpriv_{report_missing_feature|request_samples} 9 years ago
Diego Biurrun 5049f6b772 rtpdec_jpeg: Coalesce redundant error checks 9 years ago
Ganesh Ajjanagadde f16e4a0857 ffplay: replace rint by lrint 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 421679dbf7 lavfi/af_compand: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 6c360ca8a1 lavfi/af_volume: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde e0024b9e5f lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 86aa2e9f76 lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 0e9fe3e3c9 lavu/eval: 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
Ganesh Ajjanagadde 11388b5a8f lavu/internal: add ff_exp10 9 years ago
Ganesh Ajjanagadde 73616b1f21 lavu/libm,configure: remove exp10, exp10f detection 9 years ago
Ganesh Ajjanagadde 5630ed5be6 lavu/libm: misc, minor changes 9 years ago
Reto Kromer b218ad4628 tools/bookmarklets: HTML code fixes 9 years ago
Paul B Mahol c9b99494be avfilter/af_anequalizer: make cliping filter type actually useful 9 years ago
Paul B Mahol c6e3b6a819 avfilter/af_anequalizer: use pow instead of exp10 9 years ago
Paul B Mahol 56c7d2b4da avfilter: add high-order parametric multiband equalizer filter 9 years ago
Stefan Pöschel 80508178e1 doc/muxers/mpegts: update doc after adding flag to embed an AC-3/E-AC-3 ES the DVB way 9 years ago
Michael Bradshaw 99eabcdd5f avcodec: add OpenJPEG 2.x compatibility 9 years ago
wanzhang 9cc1e644f3 ffplay: Fix auto insertion point of rotation filter 9 years ago
Michael Niedermayer b83d8be6bf swscale/utils: Fix intermediate format for cascaded alpha downscaling 9 years ago
Michael Niedermayer 4bec36f98c avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not definite 9 years ago
Michael Niedermayer 052e692e85 avcodec/ac3dec: Print the value of out of range exponents 9 years ago
Ganesh Ajjanagadde 26937fb416 swr/resample: use av_clip_int16 instead of av_clip 9 years ago
Paul B Mahol 8cbb055760 avfilter/af_sofalizer: make virtual speaker positioning supports all channel layouts 9 years ago
James Almer 8dba3fb8fd x86/vf_blend: add sse2 versions of blend_difference and blend_negation 9 years ago
James Almer 02f428051a x86/vf_blend: make all functions work on x86_32 9 years ago
James Almer 0988c68cf9 x86/vf_blend: simplify using macros 9 years ago
James Almer ce4c85de6a x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32 9 years ago
Alexandra Hájková 2008f76054 dca: remove unused decode_hf function and quant_d tables 9 years ago
Stefan Pöschel 470749703e avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB way 9 years ago
Michael Niedermayer e42e0b11f1 avfilter/x86/vf_maskedmerge: Clear upper part of width 9 years ago
Paul B Mahol 3689b58a5a avfilter/af_biquads: display clipping warnings once per filtered frame 9 years ago
Ganesh Ajjanagadde e29db08cf7 lavu/libm: add exp10 support 9 years ago
Ganesh Ajjanagadde 520a5d33f0 lavfi/af_aemphasis: remove unnecessary complex number usage 9 years ago
wm4 a0ec4aebab avformat/subtitles: treat negative duration like unknown duration 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