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-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
2016-06-25lavfi/subtitles: fix memleak after 6bcb1e1aClément Bœsch
2016-06-25lavfi/subtitles: switch to codecparClément Bœsch
2016-06-24avfilter/showcqt: set some frame propertiesMuhammad Faiz
2016-06-22Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch
2016-06-21Merge commit 'def03d14687b9d089950ba8e45083e666de4eb68'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch
2016-06-19avfilter/vf_bwdif: Change default to deinterlace all framesThomas Mundt
2016-06-19Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg"Michael Niedermayer
2016-06-15avfilter/af_hdcd: Use int32_t instead of int for gaintable in hdcd filter.Benjamin Steffes
2016-06-15vf_codecview: added new optionsdsmudhar
2016-06-14avfilter/vf_telecine: Make frame writable before writing into itMichael Niedermayer
2016-06-13avfilter/graphparser: remove '\n' from parse_filterMuhammad Faiz
2016-06-13Timeline function for the eq filterIlya87
2016-06-11avfilter/vf_histogram: indent histogram optionsDave Rice
2016-06-11avfilter/vf_histogram: shortcuts for histogram optionsDave Rice
2016-06-09avfilter/af_loudnorm: add dual_mono optionKyle Swanson
2016-06-09avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-06-09x86/showcqt: use three operand format for some instructionsJames Almer
2016-06-09x86/showcqt: add missing preprocessor checksJames Almer
2016-06-08avfilter/src_movie: call open_stream after guess_channel_layoutMuhammad Faiz
2016-06-08avfilter/avf_showcqt: set range on fps/rate/r optionMuhammad Faiz
2016-06-08avutil/x86util: move haddps sse emulation from showcqtJames Almer
2016-06-08avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz
2016-06-07avfilter/af_firequalizer: add zero_phase optionMuhammad Faiz
2016-06-06avfilter/af_amix: dont fail if there are no samples in output_frame()Michael Niedermayer
2016-06-05avfilter/vf_colormatrix: add bt.2020 colorspaceThomas Mundt
2016-06-05avfilter/vf_colormatrix: increase precisionThomas Mundt
2016-06-04avfilter/avf_showcqt: render default font at 960x16Muhammad Faiz
2016-06-02avfilter/avf_showcqt: full chroma blending on draw_axis_yuvMuhammad Faiz
2016-05-29avfilter/f_loop: Fix leak on errorMichael Niedermayer
2016-05-29avfilter/vf_fieldhint: Reorder operation to prevent hypothetical integer over...Michael Niedermayer
2016-05-29avfilter/vf_fieldhint: Assert that mode is validMichael Niedermayer
2016-05-27avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter()Michael Niedermayer
2016-05-25avfilter/src_movie: add various commandsMuhammad Faiz
2016-05-24libavfilter/vf_hwdownload: show error when ff_formats_ref failsdsmudhar
2016-05-24avfilter/af_hdcd: Replace complexer expression by litteral constantMichael Niedermayer
2016-05-23avfilter/vf_blend: fix incorrect Y variable when threading is usedPaul B Mahol
2016-05-23libavfilter/af_hdcd: fixed negative signed value shiftdsmudhar
2016-05-21avfilter/af_loudnorm: fix crash when ebur128 initialization was not successfu...Paul B Mahol
2016-05-21avfilter/avf_ahistogram: raise minimum acmax to 1Michael Niedermayer
2016-05-18avfilter: add loudnormKyle Swanson
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-11Split drawutils test out into separate fileDerek Buitenhuis
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-05-11lavfi/drawutils: support NV12 and NV21Rodger Combs