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
2014-08-13avfilter/dctdnoiz: add slice threadingClément Bœsch
2014-08-13avfitler/vf_perspective: support slice threadingPaul B Mahol
2014-08-13lavfi: duplicate ff_log2_tabJames Almer
2014-08-12lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter()James Almer
2014-08-12avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff
2014-08-10lavfi: stop exporting internal functionsJames Almer
2014-08-10libavfilter/af_amerge: Do not depend on SWR_CH_MAXMichael Niedermayer
2014-08-10avfilter/af_pan: Do not use SWR_CH_MAXMichael Niedermayer
2014-08-10avfilter/af_pan: check if the number of channels where sucessfully setMichael Niedermayer
2014-08-10Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer
2014-08-10Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'Michael Niedermayer
2014-08-09avfilter/dctdnoiz: remove a few indirections in idctsClément Bœsch
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
2014-08-08avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 (double) for DCTsClément Bœsch
2014-08-08avfilter/dctdnoiz: remove forward declarations after previous commitClément Bœsch
2014-08-08avfilter/dctdnoiz: make color [de]correlation less clumsyClément Bœsch
2014-08-08avfilter/showcqt: add and extend tlength and volume optionsMuhammad Faiz
2014-08-07avfilter/dctdnoiz: add 8x8 dct and make it the defaultClément Bœsch
2014-08-07avfilter/dctdnoiz: rewrite [f/i]dctClément Bœsch
2014-08-05avfilter/select: fix "t" eval variable commentClément Bœsch
2014-08-05avfilter/select: remove optional avcodec dependencyClément Bœsch
2014-08-05avfilter/mp_decimate: remove avcodec dependencyClément Bœsch
2014-08-05avfilter/deshake: remove avcodec dependencyClément Bœsch
2014-08-05avfilter/vf_noise: make constant things constMichael Niedermayer
2014-08-05avfilter/avf_showwaves: New p2p mode for showwaves filtermrskman
2014-08-04Merge commit '1ef9e8376466bb1e2c147e47554b94cab9c8b04a'Michael Niedermayer
2014-08-04Deprecate AFD field and add AFD as side-dataKieran Kunhya
2014-08-04avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya
2014-08-04avfilter/vf_spp: Use dct->get_pixels()Michael Niedermayer
2014-08-03Merge commit '072916d903d3a925bcd0c864f12254157cab63c1'Michael Niedermayer
2014-08-03filtfmts: Replace deprecated uses of AVFilterPadDiego Biurrun
2014-08-03vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrameDiego Biurrun
2014-08-02avfilter/lavfutils: remove redundant variable initMichael Niedermayer
2014-08-02Merge commit 'f0e959481968b6d906931127237ed981b6414f6e'Michael Niedermayer
2014-08-02Merge commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e'Michael Niedermayer
2014-08-02af_channelmap: Set the frame channel layoutLuca Barbato
2014-08-02af_join: Set the output frame formatLuca Barbato
2014-08-01Merge commit '52269f48e835a52023656f8330262ae70e6061c4'Michael Niedermayer
2014-08-01avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on armMichael Niedermayer
2014-08-01Revert "vf_interlace: deprecate lowpass option"Vittorio Giovara
2014-07-31avfilter/trim: remove duplicate assignmentMichael Niedermayer
2014-07-30avfilter/f_select: avoid double->int in debug outputMichael Niedermayer
2014-07-30avfilter/f_select: Set var_values[VAR_KEY] correctlyMichael Niedermayer
2014-07-30avfilter/f_select: avoid using doubles for equals checks and casts to enumsMichael Niedermayer
2014-07-29vf_select: Drop a debug av_log with an unchecked double to enum conversionDiego Biurrun
2014-07-28avfilter/vf_spp: support setting dct avoptions from the filter graph stringMichael Niedermayer
2014-07-28avfilter/vf_scale: fix log message categoryMichael Niedermayer
2014-07-27avfilter/vf_spp: use AVDCTMichael Niedermayer
2014-07-26reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer