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
2015-05-21avfilter/lavfutils: disable frame threads when decoding a single imageMichael Niedermayer
2015-05-17lavfi/fade: Do not overread input buffer.Carl Eugen Hoyos
2015-02-12avfilter/dctdnoiz: fix slice_h computationn2.5.4Clément Bœsch
2015-02-12avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer
2015-01-09lavfi: check av_strdup() return valuePaul B Mahol
2015-01-09avfilter/vf_sab: fix filtering tiny imagesMichael Niedermayer
2014-12-22Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-02Revert "avfilter/vf_interlace: more accurate pts calculation"Michael Niedermayer
2014-12-02avfilter/vf_tinterlace: Favor using standard timebases for the outputMichael Niedermayer
2014-11-29avfilter/vf_yadif: fix extra leading dup frame when deint=1Neil Birkbeck
2014-11-29avfilter/vf_idet: Fixing idet for single-frame inputs.Neil Birkbeck
2014-11-26avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diffClément Bœsch
2014-11-26avfilter/signalstats: localize a few variablesClément Bœsch
2014-11-26avfilter/signalstats: add threading in compute_sat_hue_metricsClément Bœsch
2014-11-26avfilter/signalstats: isolate sat hue computation metrics in a functionClément Bœsch
2014-11-26avfilter/signalstats: add slice threading for subfiltersClément Bœsch
2014-11-26avfilter/signalstats: fix repitition/repetition typoClément Bœsch
2014-11-26avfilter/signalstats: reindent after previous commitClément Bœsch
2014-11-26avfilter/signalstats: integrate height loop into subfiltersClément Bœsch
2014-11-26avfilter/signalstats: remove pointless sub filter init systemClément Bœsch
2014-11-26avfilter/signalstats: fix different buffers for out frame if burn is enabledClément Bœsch
2014-11-25avfilter/x86/vf_interlace: remove redundant instructionsMichael Niedermayer
2014-11-25Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b'Michael Niedermayer
2014-11-25vf_interlace: x86: improve asm performanceMichael Niedermayer
2014-11-22avfilter/graphparser: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-22avfilter/avf_concat: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-22avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS()Michael Niedermayer
2014-11-22avfilter/formats: free the correct pointer in ADD_FORMAT()Michael Niedermayer
2014-11-22Merge commit '863ee8a855b8ce27ffef41479eb66da58763faed'Michael Niedermayer
2014-11-21lavfi: clean memory on error in ADD_FORMAT()Vittorio Giovara
2014-11-18avfilter/af_volume: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-18avfilter/af_amix: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-17mpcodecs: Use _INLINE guards for inline asm.Matthew Oliver
2014-11-16avfilter/vf_tinterlace: remove unused variableMichael Niedermayer
2014-11-16avfilter/xbr: fix style in FILT4() callsClément Bœsch
2014-11-16avfilter/xbr: clarify default "interpolated" pixels assignmentsClément Bœsch
2014-11-16avfilter/xbr: refactor xbr[234]x into a single functionClément Bœsch
2014-11-16avfilter/xbr: add slice threadingClément Bœsch
2014-11-15avfilter/xbr: add video and filtering flags to optionsClément Bœsch
2014-11-15avfilter/xbr: use function pointers for xbr[234]xClément Bœsch
2014-11-15avfilter/xbr: remove FATE test entry from @todoClément Bœsch
2014-11-15avfilter/xbr: consistent copyright headerClément Bœsch
2014-11-15avfilter/xbr: make xbr[234]x a bit more consistentClément Bœsch
2014-11-15avfilter/xbr: misc style fixesClément Bœsch
2014-11-15avfilter/xbr: simplify left/up conditionsClément Bœsch
2014-11-15avfilter/xbr: misc cleanup in FILT[234] macrosClément Bœsch
2014-11-15avfilter/xbr: refactor src/dst pointers definitions into a macroClément Bœsch
2014-11-15avfilter/xbr: refactor the 21 pixels definition into a macroClément Bœsch
2014-11-15avfilter/xbr: mark source pointers as constClément Bœsch
2014-11-15avfilter/xbr: simplify width overread checksClément Bœsch