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
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
2011-09-28graphparser: prefer void * over AVClass * for log contextsStefano Sabatini
2011-09-28avfiltergraph: use meaningful error codesStefano Sabatini
2011-09-21vf_yadif: add support to yuva420pStefano Sabatini
2011-09-21vf_yadif: correct documentation on the parity parameterStefano Sabatini
2011-09-21vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate
2011-09-19vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate
2011-09-19vsrc_color: set output pos values to -1Stefano Sabatini
2011-09-19vsrc_color: add @file doxyStefano Sabatini
2011-09-19vsrc_buffer: remove duplicated file descriptionStefano Sabatini
2011-09-17lavfi: add select filterStefano Sabatini
2011-09-12lavfi: add split filter from soc.Bobby Bingham
2011-09-12lavfi: add showinfo filterStefano Sabatini
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov
2011-08-27vf_scale: don't leak SWS context.Michael Niedermayer
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun