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-05-06lavfi: remove avfilter_default_config_input_link() declarationStefano Sabatini
2012-05-06lavfi: always enable the scale filter and depend on sws.Anton Khirnov
2012-05-06vf_split: support user-specifiable number of outputs.Anton Khirnov
2012-05-05vsrc_buffer: return EAGAIN if no frame is available.Nicolas George
2012-04-16graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov
2012-04-15graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov
2012-04-14vsrc_buffer: fix check from 7ae7c41.Anton Khirnov
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-14graphparser: allow specifying sws flags in the graph description.Anton Khirnov
2012-04-14graphparser: fix the order of connecting unlabeled links.Anton Khirnov
2012-04-14graphparser: add avfilter_graph_parse2().Anton Khirnov
2012-04-14vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov
2012-04-09vf_overlay: implement poll_frame()Anton Khirnov
2012-04-09vf_scale: support named constants for sws flags.Anton Khirnov
2012-04-05vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov
2012-04-04vf_unsharp: Mark readonly variable as const.Diego Biurrun
2012-04-01vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov
2012-04-01vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov
2012-04-01avfiltergraph: try to reduce format conversions in filters.Anton Khirnov
2012-04-01avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2012-02-10yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-02-06drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin
2012-02-06drawtext: fix text_{w, h} expression varsAndrey Utkin
2012-02-05drawtext: add missing braces around an if() block.Andrey Utkin
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-25build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun
2012-01-25cosmetics: Remove some unnecessary block braces.Diego Biurrun
2012-01-14cosmetics: Move static and inline attributes to more standard places.Diego Biurrun
2012-01-12lavfi: move version macros to a new installed header version.hAnton Khirnov
2012-01-12vsrc_buffer: release the buffer on uninit.Anton Khirnov
2012-01-10vsrc_buffer: error on changing frame parameters.Anton Khirnov
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-08Disable annoying warning without changing behaviorAndrey Utkin
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-25Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov
2011-12-25lavfi: add a new function av_buffersrc_buffer().Anton Khirnov
2011-12-25lavfi: add avfilter_copy_frame_props()Stefano Sabatini
2011-12-25lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-12-23allfilters: fix type of avfilter_vsrc_buffer.Anton Khirnov
2011-12-22lavfi: always build vsrc_buffer.Anton Khirnov
2011-12-13yadif: support 10bit YUVLuca Barbato
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-11lavfi: install libavfilter/vsrc_buffer.hAndrey Utkin