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-02-26avfilter/af_compand: switch defaults to libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: "use local variable for channels" from libavfilter/af_co...Michael Niedermayer
2014-02-26avfilter/af_compand: error checks from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: pts init code from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: cosmetics and doxy comment from libavfilter/af_compand_f...Michael Niedermayer
2014-02-26avfilter/af_compand: add Andrew Kelley to the copyrightMichael Niedermayer
2014-02-26avfilter/af_compand: merge avframe code from af_compand_forkMichael Niedermayer
2014-02-26avfilter/af_compand: merge uninit() calls on error from af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: also support '|' as seperatorMichael Niedermayer
2014-02-26avfilter/af_compand_fork: avoid strtok_r() so as not to break buildMichael Niedermayer
2014-02-26avfilter/af_compand: whitespace changes from af_compand_forkMichael Niedermayer
2014-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-26lavfi: add compand audio filterAndrew Kelley
2014-02-25avfilter/af_compand: fix invalid readAndrew Kelley
2014-02-25Merge commit '39c2880eeae6930b1036ce1f479afc1e1152c13f'Michael Niedermayer
2014-02-25Merge commit 'dcc7e4bf1d0913123bfafbc58bf47bd41dd5848d'Michael Niedermayer
2014-02-24af_volume: preserve frame propertiesAnton Khirnov
2014-02-24af_resample: preserve frame propertiesAnton Khirnov
2014-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-24Use av_frame_copy() to simplify code where appropriate.Anton Khirnov
2014-02-22Fix FSF address in colormatrix and libzvbi license headers.Carl Eugen Hoyos
2014-02-20Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2014-02-20avfilter/vf_fps: fix rounding error accumulationMichael Niedermayer
2014-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-19vf_interlace: deprecate lowpass optionVittorio Giovara
2014-02-19lavfi/pan: use extended_data instead of data.Nicolas George
2014-02-16lavfi: adding dejudder filter to remove judder produced by partially telecine...Nicholas Robbins
2014-02-15avfilter/af_compand: do not leak frames on errorPaul B Mahol
2014-02-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-15Merge commit 'f758ea6e99af6ebd24bbe222898a921c222e5593'Michael Niedermayer
2014-02-15lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy groupAnton Khirnov
2014-02-15buffersink: document special error codes returned from av_buffersink_get_frameAnton Khirnov
2014-02-13avfilter/curves: support slice threading.Clément Bœsch
2014-02-13avfilter/lut3d: support slice threading.Clément Bœsch
2014-02-12Merge commit '4a7d3837b4dd17fff270b55166597c093204e542'Michael Niedermayer
2014-02-12buffersrc: Have function parameter names match between .c and .h fileDiego Biurrun
2014-02-12avfilter/lut3d: inline whole loop in interpolation function.Clément Bœsch
2014-02-11lavfi/frei0r: load plugins from lib64 folders as well on 64bit buildsMarton Balint
2014-02-07Fix a few heigth/height typo.Clément Bœsch
2014-02-04avfilter/dualinput: fix repeatlast to match docs and eof_action=passMichael Niedermayer
2014-02-04Merge commit 'de203abd71baae7f120313259b45cf935c85203e'Michael Niedermayer
2014-02-04vf_overlay: add eof_action switchKeith Lawson
2014-02-03Fix compilation with msvc/icl due to missing header and define.Matt Oliver
2014-02-02lavfi/ebur128: add true peak metering per frameJean First
2014-02-02lavfi/ebur128: print peak metering in dBFSJean First
2014-02-02lavfi/ebur128: add sample and true peak metering.Clément Bœsch
2014-02-02lavfi/drawtext: fix reinit commandAndrey Utkin
2014-02-02lavfi/movie: fix display of pushed frame informationStefano Sabatini
2014-02-02lavfi/overlay: add yuv422 format modeStefano Sabatini
2014-01-29avfilter/vf_colormatrix: update output AVFrame colorspaceMichael Niedermayer