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-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
2012-04-01vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov
2012-04-01vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov
2012-04-01avfiltergraph: try to reduce format conversions in filters.Anton Khirnov
2012-04-01avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov
2012-03-31lavfi/fade: fix black level for non studio-level pixel formatsStefano Sabatini
2012-03-31vsrc_buffer: Store allocated scale filter and free it later.Michael Niedermayer
2012-03-31avfilter: allow freeing NULL.Michael Niedermayer
2012-03-29avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref().Michael Niedermayer
2012-03-28ass: fix aspect ratio computation.Nicolas George
2012-03-27lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().Clément Bœsch
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-03-26vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formatsPaul B Mahol
2012-03-22bbox: remove superfluous initializationsPaul B Mahol
2012-03-21lavfi: add tile video filter.Nicolas George
2012-03-21vsrc_color: port to new drawutils API.Nicolas George
2012-03-21vf_pad: port to new drawutils API.Nicolas George
2012-03-21drawutils: new API.Nicolas George
2012-03-21lavfi/ass: add dar optionStefano Sabatini
2012-03-21lavfi/ass: use a default DAR value of 1.0Stefano Sabatini
2012-03-21lavfi/aspect: check for a negative code from av_parse_ratio()Stefano Sabatini
2012-03-21graphdump: use av_bprintf API.Nicolas George
2012-03-19lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspectStefano Sabatini