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
2014-09-05add silenceremove filterPaul B Mahol
2014-09-05vfi/x86/vf_idet: fix incorrect use of paddqJames Darnley
2014-09-05avfilter/x86/idet: fix license header (GPL -> LGPL)Pascal Massimino
2014-09-05avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal
2014-09-02vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger
2014-09-02vf_deshake: reduce stack usage.Reimar Döffinger
2014-08-31vf_drawtext: move "static const" before "struct".Reimar Döffinger
2014-08-31lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger
2014-08-30avfilter/vf_mp: remove incorrect usage of AVFrame.typeMichael Niedermayer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-24avfilter: add codecview filterClément Bœsch
2014-08-23avfilter/showcqt: add fontcolor optionMuhammad Faiz
2014-08-23vidstabutils: improve documentationTimothy Gu
2014-08-23vidstab*: Remove accidentally exported av_2_vs_pixel_format()Timothy Gu
2014-08-21Merge commit '593aaee953f8b07c141ff115e67bae85ef0350c7'Michael Niedermayer
2014-08-21lavfi/apad: fix logic when whole_len or pad_len options are specifiedStefano Sabatini
2014-08-21avfilter/vf_lenscorrection: fix memleakMichael Niedermayer
2014-08-21setpts: Add missing inttypes.h #include for PRId64Diego Biurrun
2014-08-21vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6Diego Biurrun
2014-08-21avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer
2014-08-21avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer
2014-08-21avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer
2014-08-21avfilter/showwaves: align const mode values (cosmetics)Clément Bœsch
2014-08-21avfilter/showwaves: add split_channels optionClément Bœsch
2014-08-21avfilter/showwaves: split out draw sample codeClément Bœsch
2014-08-21avfilter/showwaves: add "cline" mode (centered line)Clément Bœsch
2014-08-20avfilter/avf_showspectrum: fix colums typoMichael Niedermayer
2014-08-20lavfi/apad: fix if_( styleStefano Sabatini
2014-08-20Merge commit '67a7695c142561fe60f21adffe89c133385d37c9'Michael Niedermayer
2014-08-19avfilter: Remove unused variable from ff_get_video_buffer()Diego Biurrun
2014-08-19vsrc_movie: Avoid a variable indirection in movie_get_frame()Diego Biurrun
2014-08-19avfilter/atempo: Flush all buffered input samplesPavel Koshevoy
2014-08-17vidstabutils: fix indentationTimothy Gu
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-08-16avfilter/lavfutils/ff_load_image: Return error if no frame could be decodedMichael Niedermayer
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-14Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2014-08-14avfilter/select: larger pixel sad computationClément Bœsch
2014-08-14avfilter/select: re-align a few commentsClément Bœsch
2014-08-14lavfi/avf_showspectrum: check RDFT context init.Nicolas George
2014-08-14lavfi/avf_showspectrum: add full frame sliding mode.Nicolas George
2014-08-14lavfi/avf_showspectrum: use automatic framing.Nicolas George
2014-08-14lavfi/avf_showspectrum: do not push the frame at EOF.Nicolas George
2014-08-14lavfi/avf_showspectrum: fix output pts computation.Nicolas George
2014-08-14lavfi/avf_showspectrum: set output frame rate.Nicolas George
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