Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-25lavc/imc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavc/dcaenc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavc/cngdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavc/aacpsy: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/af_compand: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/af_volume: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavu/eval: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavc/libopusdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavu/internal: add ff_exp10Ganesh Ajjanagadde
2015-12-25lavu/libm,configure: remove exp10, exp10f detectionGanesh Ajjanagadde
2015-12-25lavu/libm: misc, minor changesGanesh Ajjanagadde
2015-12-25tools/bookmarklets: HTML code fixesReto Kromer
2015-12-25avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol
2015-12-25avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol
2015-12-25avfilter: add high-order parametric multiband equalizer filterPaul B Mahol
2015-12-25doc/muxers/mpegts: update doc after adding flag to embed an AC-3/E-AC-3 ES th...Stefan Pöschel
2015-12-25avcodec: add OpenJPEG 2.x compatibilityMichael Bradshaw
2015-12-25ffplay: Fix auto insertion point of rotation filterwanzhang
2015-12-24swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer
2015-12-24avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not definiteMichael Niedermayer
2015-12-24avcodec/ac3dec: Print the value of out of range exponentsMichael Niedermayer
2015-12-24swr/resample: use av_clip_int16 instead of av_clipGanesh Ajjanagadde
2015-12-24avfilter/af_sofalizer: make virtual speaker positioning supports all channel ...Paul B Mahol
2015-12-24x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer
2015-12-24x86/vf_blend: make all functions work on x86_32James Almer
2015-12-24x86/vf_blend: simplify using macrosJames Almer
2015-12-24x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32James Almer
2015-12-24avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB wayStefan Pöschel
2015-12-24avfilter/x86/vf_maskedmerge: Clear upper part of widthMichael Niedermayer
2015-12-23avfilter/af_biquads: display clipping warnings once per filtered framePaul B Mahol
2015-12-23lavu/libm: add exp10 supportGanesh Ajjanagadde
2015-12-23lavfi/af_aemphasis: remove unnecessary complex number usageGanesh Ajjanagadde
2015-12-23avformat/subtitles: treat negative duration like unknown durationwm4
2015-12-23avcodec/s302menc: comment out allowed channel layoutsPaul B Mahol
2015-12-23avcodec/libschroedingerenc: add missing AVClass to private contextHendrik Leppkes
2015-12-22diracdec: add missing check for pixel_range_indexAndreas Cadhalpun
2015-12-22mlvdec: validate bits_per_coded_sampleAndreas Cadhalpun
2015-12-22avformat/movenc-test: Make format staticMichael Niedermayer
2015-12-22avformat/mov: Update handbrake_version threshold for full mp3 parsingMichael Niedermayer
2015-12-22lavfi: make request_frame() non-recursive.Nicolas George
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-12-22lavfi: deprecate avfilter_link_set_closed().Nicolas George
2015-12-22lavfi: add link.current_pts field.Nicolas George
2015-12-22lavfi: rename link.current_pts to current_pts_us.Nicolas George
2015-12-22lavfi/vf_mpdecimate: remove request_frame().Nicolas George
2015-12-22avcodec/ass: check for av_mallocz() failureMichael Niedermayer
2015-12-22MAINTAINERS: add Eran Kornblau for aes_ctr and movenccencerankor
2015-12-22vaapi: Add VP9 hwaccell supportTimo Rothenpieler