summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/on2avc: fix regression on icc since 5495c7fGanesh Ajjanagadde2015-12-26
* avformat/img2dec: Reuse main IO context instead of reopening a single fileMichael Niedermayer2015-12-26
* avformat/img2dec: Skip checking the input files existence if it has already b...Michael Niedermayer2015-12-26
* ffplay: replace rint by lrintGanesh Ajjanagadde2015-12-25
* lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x)Ganesh Ajjanagadde2015-12-25
* lavc/wmaprodec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/wmaenc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/wmadec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/opus: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/on2avc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/imc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/dcaenc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/cngdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/aacpsy: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavfi/af_compand: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavfi/af_volume: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavu/eval: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/libopusdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavu/internal: add ff_exp10Ganesh Ajjanagadde2015-12-25
* lavu/libm,configure: remove exp10, exp10f detectionGanesh Ajjanagadde2015-12-25
* lavu/libm: misc, minor changesGanesh Ajjanagadde2015-12-25
* tools/bookmarklets: HTML code fixesReto Kromer2015-12-25
* avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol2015-12-25
* avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol2015-12-25
* avfilter: add high-order parametric multiband equalizer filterPaul B Mahol2015-12-25
* doc/muxers/mpegts: update doc after adding flag to embed an AC-3/E-AC-3 ES th...Stefan Pöschel2015-12-25
* avcodec: add OpenJPEG 2.x compatibilityMichael Bradshaw2015-12-25
* ffplay: Fix auto insertion point of rotation filterwanzhang2015-12-25
* swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer2015-12-24
* avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not definiteMichael Niedermayer2015-12-24
* avcodec/ac3dec: Print the value of out of range exponentsMichael Niedermayer2015-12-24
* swr/resample: use av_clip_int16 instead of av_clipGanesh Ajjanagadde2015-12-24
* avfilter/af_sofalizer: make virtual speaker positioning supports all channel ...Paul B Mahol2015-12-24
* x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer2015-12-24
* x86/vf_blend: make all functions work on x86_32James Almer2015-12-24
* x86/vf_blend: simplify using macrosJames Almer2015-12-24
* x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32James Almer2015-12-24
* avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB wayStefan Pöschel2015-12-24
* avfilter/x86/vf_maskedmerge: Clear upper part of widthMichael Niedermayer2015-12-23
* avfilter/af_biquads: display clipping warnings once per filtered framePaul B Mahol2015-12-23
* lavu/libm: add exp10 supportGanesh Ajjanagadde2015-12-23
* lavfi/af_aemphasis: remove unnecessary complex number usageGanesh Ajjanagadde2015-12-23
* avformat/subtitles: treat negative duration like unknown durationwm42015-12-23
* avcodec/s302menc: comment out allowed channel layoutsPaul B Mahol2015-12-23
* avcodec/libschroedingerenc: add missing AVClass to private contextHendrik Leppkes2015-12-23
* diracdec: add missing check for pixel_range_indexAndreas Cadhalpun2015-12-22
* mlvdec: validate bits_per_coded_sampleAndreas Cadhalpun2015-12-22
* avformat/movenc-test: Make format staticMichael Niedermayer2015-12-22