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
2014-05-27buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-01-17buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctlyAnton Khirnov
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-05-05lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09buffersrc: switch to an AVOptions-based system.Anton Khirnov
2013-03-19buffersrc: fix a typo.Anton Khirnov
2013-03-19lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov
2013-03-17lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-17buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-22buffersrc: check ff_get_audio_buffer() for errors.Anton Khirnov
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22buffersrc: avoid creating unnecessary buffer referenceAnton Khirnov
2012-07-22lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-05-14lavfi: add an audio buffer source.Anton Khirnov
2012-05-14buffersrc: add av_buffersrc_write_frame().Anton Khirnov
2012-05-14buffersrc: fix invalid read in uninit if the fifo hasn't been allocatedAnton Khirnov
2012-05-14lavfi: rename vsrc_buffer.c to buffersrc.cAnton Khirnov