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
2013-02-24avfilter/avfiltergraph.h: Move public field out of the private fieldsMichael Niedermayer
2013-02-24Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer
2013-02-24lavfi/formats: reindent after last commit.Nicolas George
2013-02-24lavfi: fix merging of formats and clarify exception.Nicolas George
2013-02-24libavfilter/af_amerge: fix segfault if init fails.Nicolas George
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2013-02-23vf_mp: Set pseudo palMichael Niedermayer
2013-02-23vf_overlay: silence warning: X may be used uninitialized in this functionMichael Niedermayer
2013-02-23avfilter: Silence warning: passing argument 3 of av_image_copy from incompati...Michael Niedermayer
2013-02-22lavfi/boxblur: add support to named optionsStefano Sabatini
2013-02-22blend filterPaul B Mahol
2013-02-21lavfi/buffersrc: set channel layout if it is known.Nicolas George
2013-02-21vf_idet: adapt default scores due to bugfixMichael Niedermayer
2013-02-21vf_idet: Fix macro arguments sideeffectMichael Niedermayer
2013-02-20lavfi/subtitles: fix recently introduced warning about discarded const qualif...Clément Bœsch
2013-02-20lavfi/overlay: add format optionStefano Sabatini
2013-02-20lavfi/overlay: apply minor consistency fixesStefano Sabatini
2013-02-20lavfi/overlay: implement shortest optionStefano Sabatini
2013-02-20lavfi/decimate: use named optionsStefano Sabatini
2013-02-20avfilter: fix segfault with setsar/darMichael Niedermayer
2013-02-20lavfi/hue: reindent after previous commitStefano Sabatini
2013-02-20lavfi/hue: simplify parsing by making use of option shorthandsStefano Sabatini
2013-02-19avfilter/ff_merge_formats: only merge if doing so does not loose chroma or alphaMichael Niedermayer
2013-02-19lavfi/overlay: yuv444p & yuva444p supportPaul B Mahol
2013-02-19lavfi/histogram: overlay display mode for levels histogram modePaul B Mahol
2013-02-18lavf/showspectrum: add divVerent in the (c) for his recent work on the filter.Clément Bœsch
2013-02-18lavfi/noise: switch to AVLFG noise generatorPaul B Mahol
2013-02-17lavf/subtitles: error out in case of bitmap subtitles.Clément Bœsch
2013-02-17lavfi/subtitles: set a different description between ass and subtitles.Clément Bœsch
2013-02-17lavfi: rename vf_ass.c to vf_subtitles.cClément Bœsch
2013-02-17lavfi/subtitles: support charenc option.Clément Bœsch
2013-02-17lavfi/subtitles: split options between ass and subtitles.Clément Bœsch
2013-02-17lavfi/mp: drop mp=kerndeint filterStefano Sabatini
2013-02-17lavfi/mp: drop mp=unsharp filterStefano Sabatini
2013-02-17lavfi/unsharp: add missing NULL checkStefano Sabatini
2013-02-17lavfi/unsharp: merge definition and declaration in init_filter_param()Stefano Sabatini
2013-02-17lavfi/unsharp: directly access in-loop variables in apply_unsharp()Stefano Sabatini
2013-02-17lavfi/unsharp: add check on matrix x/y size values oddityStefano Sabatini
2013-02-16yadif: remove unused variableMichael Niedermayer
2013-02-16lavfi: port MP noise filterPaul B Mahol
2013-02-16Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82'Michael Niedermayer
2013-02-16Merge commit 'ccd70d9c1689990e5aef2de383199bbc7cf60d13'Michael Niedermayer
2013-02-16lavfi/yadif: support 9, 12, and 14 bits per pixelJames Darnley
2013-02-16lavfi/yadif: remove unnecessary castJames Darnley
2013-02-16lavfi/kerndeint: move is_rgb_packed definition to the internal contextStefano Sabatini
2013-02-16lavfi/kerndeint: use aligned linesizes for the temporary buffer.Clément Bœsch
2013-02-16lavfi/unsharp: extend range for amount values, to reflect the behavior of mp=...Stefano Sabatini
2013-02-16lavfi/unsharp: use named options, and add missing checks on matrix size valuesStefano Sabatini
2013-02-15lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing the tableHendrik Leppkes
2013-02-15lavfi/ebur128: advance pointer to samplessedacca@comcast.net