Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-09-28vf_unsharp: store hsub/vsub in the filter contextStefano Sabatini
2011-09-28vf_unsharp: adopt a more natural order of params in apply_unsharp()Stefano Sabatini
2011-09-28vf_unsharp: rename method "unsharpen" to "apply_unsharp"Stefano Sabatini
2011-09-28vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer
2011-09-28vf_pad: fix "vsub" variable value computationStefano Sabatini
2011-09-28vf_scale: add a "sar" variableStefano Sabatini
2011-09-28lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini
2011-09-28vsrc_color: use internal timebaseStefano Sabatini
2011-09-28lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini