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
2013-03-21lavfi/avf_concat: use standard options parsing.Nicolas George
2013-03-21lavfi: add common code to handle options parsing.Nicolas George
2013-03-21lavfi: add sine audio source.Nicolas George
2013-03-20lavfi/concat: fix silence duration computation.Nicolas George
2013-03-20lavfi/buffersink: check av_frame_ref() failure.Nicolas George
2013-03-20lavfi/showwaves: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-03-20Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer
2013-03-19lavfi: remove harddup libmpcodecs wrapperPaul B Mahol
2013-03-19buffersrc: fix a typo.Anton Khirnov
2013-03-19lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov
2013-03-18lavfi/pad: fix horizontal/vertical shift confusion.Clément Bœsch
2013-03-18lavfi/ebur128: add metadata injection.Clément Bœsch
2013-03-18buffersrc: fix w/h errorMichael Niedermayer
2013-03-17Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-03-17lavfi/swapuv: remove deprecated base field useStefano Sabatini
2013-03-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-17lavfi/buffersink: fix header.Nicolas George
2013-03-17lavfi/buffersrc: disable deprecated warnings.Nicolas George
2013-03-17lavfi/buffersrc: check channel count changes.Nicolas George
2013-03-17lavfi/buffersrc: set channel layout if it is known.Nicolas George
2013-03-17lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov
2013-03-17lavfi/alphaextract: fix frame memleak.Clément Bœsch
2013-03-17lavfi/thumbnail: replace frame unref with free.Clément Bœsch
2013-03-17lavfi/settb: add support for named optionsStefano Sabatini
2013-03-17lavfi/blackframe: add support for named optionsStefano Sabatini
2013-03-17lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-03-17lavfi/delogo: 10l forgotten trailing NULL in shorthand.Clément Bœsch
2013-03-17yadif: remove an 'm' from the LOAD macro definitionJames Darnley
2013-03-17yadif: remove repeated check on widthJames Darnley
2013-03-17yadif: cosmetic indentation from previous commitsJames Darnley
2013-03-17yadif: x86 assembly for 9 to 14-bit samplesJames Darnley
2013-03-17yadif: x86 assembly for 16-bit samplesJames Darnley
2013-03-16lavfi/avcodec: deprecate remainders of the avcodec glue codeHendrik Leppkes
2013-03-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-16Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b'Michael Niedermayer
2013-03-16Merge commit '9676b9a2cdc4a90611188fc48d8d388e427997c5'Michael Niedermayer
2013-03-16Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer
2013-03-16lavfi: add perms and aperms filters.Clément Bœsch
2013-03-16af_join: do not leak input frames.Anton Khirnov
2013-03-16asrc_anullsrc: return EOF, not -1Anton Khirnov
2013-03-16asrc_anullsrc: do not set samplerate and channel layout explicitlyAnton Khirnov
2013-03-16vf_showinfo: remove its useless init functionAnton Khirnov
2013-03-16avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
2013-03-16lavfi: use designated initializers in avfilter_classAnton Khirnov
2013-03-15yadif: correct strides in filter_edges_16bitJames Darnley
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer
2013-03-15vf_pp: use new API to access qp tableMichael Niedermayer
2013-03-15lavfi/ebur128: check histogram allocations.Clément Bœsch
2013-03-15lavfi/ebur128: add framelog option.Clément Bœsch