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 (Collapse)Author
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-03-20avfilter/vf_pp7: remove unused varMartin Vignali
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by ↵Michael Niedermayer
AVPixelFormats Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-29Fix frame-alignment in PP7Arwa Arif
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-10avfilter/vf_pp7: Add GBRP pixel formatMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-10avfilter/vf_pp7: use av_malloc_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-10avfilter: Factorize the use of norm_qscale in pp7Arwa Arif
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-09lavfi: port mp=pp7 to libavfilterArwa Arif
The only difference with mp=pp7 is that default mode is "medium", as stated in the MPlayer docs, rather than "hard". Signed-off-by: Stefano Sabatini <stefasab@gmail.com>