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
2012-07-18avfiltergraph: add some debug info about selected pixel formatsMichael Niedermayer
2012-07-18lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() ...Stefano Sabatini
2012-07-18avfiltergraph: document a catch in request_oldest().Nicolas George
2012-07-18avfiltergraph: add a debug message on EOF.Nicolas George
2012-07-18lavfi: rescale link->current_pts.Nicolas George
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-07-10lavfi/movie: reindent after the previous patchSteven Robertson
2012-07-10lavfi/movie: flush decoder frames on EOFSteven Robertson
2012-07-10lavfi/buffersink: restore possibility to pass opaque dataStefano Sabatini
2012-07-10lavfi: add init_opaque callbackStefano Sabatini
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-07-09asplit: don't leak the input buffer.Anton Khirnov
2012-07-09af_resample: fix request_frame() behavior.Anton Khirnov
2012-07-09af_asyncts: fix request_frame() behavior.Anton Khirnov
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles
2012-07-08vf_settb: rename the file as f_settb.Nicolas George
2012-07-08settb: cosmetic: reindent vf_settb structure.Nicolas George
2012-07-08lavfi: implement asettb filter.Nicolas George
2012-07-08vf_tinterlace: use av_assertMichael Niedermayer
2012-07-08lavfi: do not pass opaque field to init functionsStefano Sabatini
2012-07-07vf_pp: dont pass NULL into pp, it would failMichael Niedermayer
2012-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-06af_amix: avoid spurious EAGAIN.Anton Khirnov
2012-07-06af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output.Anton Khirnov
2012-07-06af_amix: only consider negative return codes as errors.Anton Khirnov
2012-07-06lavfi/buffersink: fix doxy, remove "video" referenceStefano Sabatini
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03Suggest aresample filter if it was not compiled but requested.Carl Eugen Hoyos
2012-07-03cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-03x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard
2012-07-03yadif/x86: add prototypes for functions, make code valid C again.Michael Niedermayer
2012-07-03lavfi: remove vsrc_buffer.h APIStefano Sabatini
2012-07-03x86/gradfun: fix compilation failure on open solarisMichael Niedermayer
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-02vf_yadif: move x86 init code to x86/yadif.cMans Rullgard
2012-07-02vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard
2012-06-30sink_buffer: implement fixed frame size.Nicolas George
2012-06-30lavfi: implement samples framing on links.Nicolas George
2012-06-29vf_ass: fix table name to refer to correct lib.Michael Niedermayer
2012-06-29formats.h: fix project reference in commentMichael Niedermayer
2012-06-29lavfi: deprecate av_buffersrc_buffer() functionStefano Sabatini
2012-06-28sink_buffer: warn when there are too many buffers.Nicolas George
2012-06-28buffersrc: warn when there are too many buffers.Nicolas George
2012-06-28lavfi/amerge: silence warningsPaul B Mahol
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer