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
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-09-09avfilter/kerndeint: use AV_OPT_TYPE_BOOL for the previously missed optionsClément Bœsch
2015-09-08avfilter/kerndeint: use AV_OPT_TYPE_BOOLClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer
2014-12-13avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer
2014-07-18kerndeint: remove dead assignmentsTimothy Gu
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-08-03avfilter: fix plane validity checksMichael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-11lavfi/kerndeint: switch to AVOption-based systemMatthieu Bouron
2013-03-24lavfi/kerndeint: use standard options parsing.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
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-15lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing the tableHendrik Leppkes
2013-01-06lavfi/kerndeint: remove unused pixel_step.Clément Bœsch
2013-01-06lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch
2013-01-06lavfi/kerndeint: get pix format description only once.Clément Bœsch
2013-01-06vf_kerndeint: memset buffer to avoid use of uninitialized memory.Michael Niedermayer
2013-01-05Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos
2013-01-05lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini
2013-01-05lavfi: add kerndeint filterStefano Sabatini