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-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
2011-07-18vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-11build: rework rules for things in the tools dirMans Rullgard
2011-07-10lavf: add avformat_find_stream_info()Anton Khirnov
2011-07-10lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-07-07vf_drawtext: Remove some write-only variables.Diego Biurrun
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-07-04vf_gradfun: relicense x86 asm to LGPLLoren Merritt
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Do not include pixfmt.h in avutil.hMans Rullgard
2011-07-04Do not include rational.h in avutil.hMans Rullgard