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-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
2013-02-15lavfi/ebur128: fix channel weightsDavid A. Sedacca
2013-02-15vf_yadif: fix out-of line readsAnton Khirnov
2013-02-15vf_yadif: factorize initializing the filtering callbacksAnton Khirnov
2013-02-15lavfi/unsharp: use the same macros used in the original MP filterStefano Sabatini
2013-02-15lavfi/showspectrum: simplify intensity_color_table declaration.Clément Bœsch
2013-02-15lavfi/showspectrum: pretty-align constants.Clément Bœsch
2013-02-14lavfi/vf_ass: reindent after last commit.Nicolas George
2013-02-14lavfi/vf_ass: ignore subtitles decoding errors.Nicolas George
2013-02-14lavfi: remove softskip libmpcodecs wrapperPaul B Mahol
2013-02-14lavfi: remove dsize libmpcodecs wrapperPaul B Mahol
2013-02-13lavfi/transpose: support more pix fmtsPaul B Mahol
2013-02-11lavfi/amerge: make description consistent with documentationPaul B Mahol
2013-02-11lavfi/il: filter out hwaccels formats from the list of supported formatsStefano Sabatini
2013-02-10lavfi/il: move query_formats() definition upStefano Sabatini
2013-02-10lavfi/il: simplify/generalize linesize computationStefano Sabatini
2013-02-10lavfi/il: fix typo in CopyrightPaul B Mahol
2013-02-10lavfi: remove mp=il filterPaul B Mahol
2013-02-10lavfi: port MP il filterPaul B Mahol
2013-02-09lavfi/histogram: make waveform mode more usefulPaul B Mahol
2013-02-09lavfi/histogram: make it C90 compliantPaul B Mahol
2013-02-09histogram filterPaul B Mahol
2013-02-08lavfi/select: correctly set prev_t and prev_ptsStefano Sabatini
2013-02-08lavfi/select: avoid double -> int lossy conversion in debug logStefano Sabatini
2013-02-07af_biquad: avoid subtraction in loopMichael Niedermayer
2013-02-07af_biquad: unroll loop, remove variable copiesMichael Niedermayer
2013-02-07lavfi: fix missing space in error message.Nicolas George