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-20lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
2012-07-20vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov
2012-07-20vf_slicify: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov
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-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-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-04lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
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-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-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-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-23lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse
2012-06-22lavfi: add join audio filter.Anton Khirnov
2012-06-22lavfi: allow audio filters to request a given number of samples.Anton Khirnov
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
2012-06-22lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov
2012-06-21lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov