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-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
2012-06-27Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26avfiltergraph: shut up uninitialized variable warning.Anton Khirnov
2012-06-26af_join: initialize a variable to shut up gcc warning.Anton Khirnov
2012-06-26amix: fix format specifier for AVFilterLink.sample_rate.Anton Khirnov
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: reorder AVFilterLink fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilterContext fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilter fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilterBufferRef fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilterBuffer fields.Anton Khirnov
2012-06-26lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov
2012-06-26lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov
2012-06-26sink_buffer: make opaque argument optional.Nicolas George
2012-06-26buffersink: group libav API functions.Nicolas George
2012-06-26lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-26lavfi: drop deprecated and disabled packing APIStefano Sabatini
2012-06-26lavfi: remove old video sink APIStefano Sabatini