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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-02avfilter/af_dynaudnorm: improve pre-filling codeLoRd_MuldeR
2016-08-02af_hdcd: Warn if there is any resampling or format conversion in the link chainBurt P
2016-08-02af_hdcd: Process stereo channels together, fix #5727Burt P
2016-08-01af_hdcd: Move code detect/check into own functionBurt P
2016-08-01af_hdcd: add force_pe filter optionBurt P
2016-08-01af_hdcd: Improve error detection loggingBurt P
2016-07-31af_hdcd: give cdt expired counter a value for never setBurt P
2016-07-31af_hdcd: fix a minor cosmetic annoyanceBurt P
2016-07-30avfilter/af_stereowiden: fix read/write past the end of bufferAlexey Tourbin
2016-07-29avfilter: Add new format for PSNR stats logLucas Cooper
2016-07-28avfilter/f_drawgraph: add another slide modePaul B Mahol
2016-07-28lavfi/hdcd: fix styleClément Bœsch
2016-07-28lavfi/hdcd: mark pe_str as static and constClément Bœsch
2016-07-28af_hdcd: Report PE as being intermittent or permanentBurt P
2016-07-28af_hdcd: Add counter for cdt expirationsBurt P
2016-07-28af_hdcd: more comments in state structBurt P
2016-07-27af_hdcd: Improve HDCD detectionBurt P
2016-07-26lavfi/curves: fix meaningless const int returned valueClément Bœsch
2016-07-24lavfi/selectivecolor: add 16-bit supportClément Bœsch
2016-07-24lavfi/selectivecolor: fix picking black as neutral when alpha is presentClément Bœsch
2016-07-24lavfi: bump minor after recent curves filter additionsClément Bœsch
2016-07-24lavfi/curves: prefix init and uninit function namesClément Bœsch
2016-07-24lavfi/curves: pass log ctx as void* instead of AVFilterContext*Clément Bœsch
2016-07-24lavfi/curves: reindent after previous commitClément Bœsch
2016-07-24lavfi/curves: add 16-bit supportClément Bœsch
2016-07-24lavfi/curves: move alloc and init of LUTs inside config_input()Clément Bœsch
2016-07-24lavfi/curves: dynamically allocate LUTsClément Bœsch
2016-07-24lavfi/curves: add various const where it makes senseClément Bœsch
2016-07-24lavfi/curves: remove pointless logging since the addition of plot optionClément Bœsch
2016-07-24lavfi/curves: add plot optionClément Bœsch
2016-07-24lavfi/curves: do not automatically insert points at x=0 and x=1Clément Bœsch
2016-07-21avfilter/vf_psnr: Fix rounding error in average_maxMichael Niedermayer
2016-07-14af_hdcd: detect and report encoding errors and odditiesBurt P
2016-07-14af_hdcd: only hdcd_update_info() when something changesBurt P
2016-07-14af_hdcd: fewer false positives by ignoring code_counterC in HDCD detectionBurt P
2016-07-13avfilter/vf_uspp: Check for encoding failureMichael Niedermayer
2016-07-12af_hdcd: don't log full HDCD stats if HDCD was not detectedBurt P
2016-07-12af_hdcd: integrate() renamed hdcd_integrate() to be consistent with the other...Burt P
2016-07-10Changed metadata print option to accept general urlsSami Hult
2016-07-06libavfilter/af_hdcd.c: Collect HDCD stats and reportBurt P
2016-07-04avfilter/vf_rotate: add >8 bit depth supportPaul B Mahol
2016-06-29lavfi: Move new field to the end of AVFilterContextTimo Rothenpieler
2016-06-29lavfi: Move new field to the end of AVFilterLinkTimo Rothenpieler
2016-06-27Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-26Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes
2016-06-26avfilter/vf_paletteuse: enable skip_initial_unpairedMichael Niedermayer
2016-06-26avfilter/dualinput: Add support to skip initial unpaired framesMichael Niedermayer
2016-06-26avfilter/src_movie: Add option to remove timestamp discontinuitiesMichael Niedermayer
2016-06-25lavfi/subtitles: remove unecessary checksClément Bœsch