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-20vf_settb: simplify start_frame().Anton Khirnov
2012-07-20vf_fieldorder: don't give up its own reference to the output buffer.Anton Khirnov
2012-07-20vf_pad: don't give up its own reference to the output buffer.Anton Khirnov
2012-07-20vf_overlay: don't access a buffer reference that's been given away.Anton Khirnov
2012-07-20vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov
2012-07-20vf_gradfun: don't store two pointers to one AVFilterBufferRef.Anton Khirnov
2012-07-20vf_delogo: don't store two pointers to one AVFilterBufferRef.Anton Khirnov
2012-07-20vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov
2012-07-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-07-20lavfi: add FF_*LINK_IDX convenience macros.Nicolas George
2012-07-20lavfi: make copy_buffer_ref common.Nicolas George
2012-07-19Fix misspellings of FFmpegMichael Niedermayer
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