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-04-16lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE;Robert Nagy
2012-04-16yadif: fixed missing error handling for poll_frame.Robert Nagy
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-14lavfi/drawbox: fix width displayed in place of x.Clément Bœsch
2012-04-13lavfi/mp: remove 2xsai wrapped filterStefano Sabatini
2012-04-13lavfi: port 2xsai filter from libmpcodecsStefano Sabatini
2012-04-13lavfi: install asrc_abuffer.h headerStefano Sabatini
2012-04-12vf_lut: fix rgba map regressionMichael Niedermayer
2012-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-10vf_drawtext: fontconfig support.Nicolas George
2012-04-10vf_drawtext: fix memory leak of draw expression.Nicolas George
2012-04-10vf_drawtext: fix memory leak of glyph data.Nicolas George
2012-04-09vf_overlay: implement poll_frame()Anton Khirnov
2012-04-09vf_scale: support named constants for sws flags.Anton Khirnov
2012-04-09vf_scale: ensure the palette is set for output.Reimar Döffinger
2012-04-09Mark GRAY8 format as pseudo-paletted.Reimar Döffinger
2012-04-09scale: fix slice rendering with conversion between pal/non-pal.Reimar Döffinger
2012-04-07lavfi/mp: remove remove_logo wrapperStefano Sabatini
2012-04-07lavfi: port libmpcodecs remove-logo filterStefano Sabatini
2012-04-06vsrc_buffer: remove overwrite support.Michael Niedermayer
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-05vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov
2012-04-05vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer
2012-04-05vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer
2012-04-05vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer
2012-04-05vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer
2012-04-05vf_idet: Add last_type variable to make code more readable.Michael Niedermayer
2012-04-05vf_idet: use enum to represent the type.Michael Niedermayer
2012-04-05libavfilter: add colormatrix filtermultiple authors
2012-04-04vf_unsharp: Mark readonly variable as const.Diego Biurrun
2012-04-04vf_idet: print accumulated statistics at endMichael Niedermayer
2012-04-04vf_idet: set interlaced flagsMichael Niedermayer
2012-04-04vf_idet: fix indentionMichael Niedermayer
2012-04-04vf_idet: move statistic variables into the contextMichael Niedermayer
2012-04-04vf_idet: remove unused functionMichael Niedermayer
2012-04-04vf_idet: pass context to av_log()Michael Niedermayer
2012-04-04vf_ass: use drawutils.Nicolas George
2012-04-04vf_drawtext: use drawutils.Nicolas George
2012-04-04drawutils: implement uniform and mask blending.Nicolas George
2012-04-04libavfilter: Add interlace detect filter.Michael Niedermayer
2012-04-03vf_lut: avoid rgb component indexing in the inner loopMichael Niedermayer
2012-04-03vf_lut: optimize rgb codepathMichael Niedermayer
2012-04-03vf_lut: optimize planar caseMichael Niedermayer
2012-04-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer