summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov56-69/+69
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-09-11avfilter: remove redundant use of AV_NE() macroPaul B Mahol3-32/+32
2013-05-27lavfi/hqdn3d: make use of AVFILTER_DEFINE_CLASSPaul B Mahol1-7/+2
2013-05-17Merge commit '16a645adeb758207346a4bbf66766f02734c461e'Michael Niedermayer2-0/+3
2013-05-17vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov1-0/+2
2013-05-16Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer4-99/+99
2013-05-16vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov1-42/+42
2013-05-12lavfi/hqdn3d: restore timeline feature.Clément Bœsch1-3/+10
2013-05-12lavfi/hqdn3d: use macros instead of hardcoded indexes.Clément Bœsch1-1/+2
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch21-44/+50
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer11-17/+27
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun11-17/+27
2013-04-26lavfi/hqdn3d: remove timeline flag.Clément Bœsch1-1/+0
2013-04-22lavfi: add timeline support.Clément Bœsch21-4/+125
2013-04-12avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer4-4/+4
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-10Merge commit '8c747d46f721cffa8ea51990805ad1d3a3a4fd0a'Michael Niedermayer4-49/+41
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov3-49/+40
2013-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-4/+6
2013-03-13Merge commit '555000c7d5c1e13043a948ebc48d2939b0ba6536'Michael Niedermayer3-4/+7
2013-03-13hqdn3d: Fix out of array read in LOWPASSLoren Merritt2-5/+5
2013-03-11vf_hqdn3d: fix uninitialized variable useAnton Khirnov1-0/+1
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-02-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-21/+81
2013-02-01vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun4-21/+81
2012-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-20/+24
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun4-4/+4
2012-12-03lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch3-10/+0
2012-12-02lavfi/hqdn3d: avoid use of uninitialized variable.Clément Bœsch1-1/+1
2012-11-28vf_hqdn3d: fix permissionsMichael Niedermayer1-1/+1
2012-11-28vf_hqdn3d: switch to filter_frameAnton Khirnov1-20/+29
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov55-1458/+632
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer25-61/+76
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov29-61/+76
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer60-564/+1158
2012-10-10lavfi: convert input/ouput list compound literals to named objectsMans Rullgard51-556/+1146
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-22hqdn3d: Fix out of array read in LOWPASSLoren Merritt2-5/+4
2012-08-28vf_hqdn3d: remove duplicate inlineMichael Niedermayer1-1/+1
2012-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-546/+604
2012-08-27vf_hqdn3d: Remove a duplicate inline declarationMartin Storsjö1-1/+1
2012-08-27vf_hqdn3d: Don't declare the loop variable within the for loopMartin Storsjö1-1/+2
2012-08-26vf_hqdn3d: avoid declaring variable in for()Michael Niedermayer1-1/+2
2012-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer16-736/+763
[next]