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-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
2011-12-07drawtext: remove typoLuca Barbato
2011-12-07drawtext: introduce rand(min, max)Luca Barbato
2011-12-07drawtext: introduce explicit draw/hide variableLuca Barbato
2011-12-03drawtext: make x and y parametricLuca Barbato
2011-12-03drawtext: manage memory allocation betterLuca Barbato
2011-12-03drawtext: refactor draw_textLuca Barbato
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-05libavfilter: reindent.Ronald S. Bultje
2011-11-05avfilter: don't abort() on zero-size allocations.Ronald S. Bultje
2011-11-04avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse
2011-11-02vsrc_testsrc: fix mailing list reference URLDiego Biurrun
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-10-19lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini
2011-10-19lavfi: add testsrc sourceStefano Sabatini
2011-10-17lavfi: port libmpcodecs delogo filterStefano Sabatini
2011-10-17lavfi: port boxblur filter from libmpcodecsStefano Sabatini
2011-10-17lavfi: add negate filterStefano Sabatini
2011-10-17lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-29vf_unsharp: set default chroma size value to 5x5Stefano Sabatini
2011-09-29vf_unsharp: fix out-of-buffer readStefano Sabatini