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-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol31-39/+0
2013-08-03avfilter: fix plane validity checksMichael Niedermayer11-14/+14
2013-07-13lavfi/delogo: Fix sign extension issueJean Delvare1-3/+4
2013-07-05lavfi/delogo: band width must be at least 1Jean Delvare2-6/+3
2013-07-05lavfi/delogo: option show shouldn't affect bandJean Delvare3-6/+4
2013-07-05lavfi/delogo: remember left and right samples when interpolatingJean Delvare1-6/+10
2013-07-05lavfi/delogo: don't recompute the same difference again and againJean Delvare1-12/+12
2013-07-03lavfi/delogo: avoid propagation of rounding errors in chroma planesJean Delvare2-111/+113
2013-07-03lavfi/delogo: take SAR into accountJean Delvare1-7/+13
2013-07-01lavfi/delogo: use weighted interpolationJean Delvare2-117/+126
2013-06-19delogo: Fix function descriptionJean Delvare1-2/+2
2013-05-16Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer3-61/+65
2013-05-16vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov1-15/+15
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch25-61/+52
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch21-44/+50
2013-04-24lavfi: add timeline support in {de,remove}logo.Clément Bœsch2-0/+2
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-10Merge commit '63e58c55c17d7f8b5eec9c082fe0f8edc305a24e'Michael Niedermayer3-24/+11
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09vf_delogo: switch to an AVOptions-based system.Anton Khirnov2-35/+11
2013-03-20lavfi/vf_delogo: use standard options parsing.Nicolas George1-8/+3
2013-03-16lavfi/delogo: 10l forgotten trailing NULL in shorthand.Clément Bœsch1-1/+1
2013-03-13lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only.Clément Bœsch1-8/+5
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-2/+2
2013-01-29vf_delogo: fix copying the input frame.Anton Khirnov1-3/+3
2013-01-29vf_delogo: fix an uninitialized read.Anton Khirnov1-1/+1
2012-12-21lavfi: declare arrays that never change as static constPaul B Mahol15-20/+20
2012-12-03lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch3-10/+0
2012-11-28lavfi: add priv_class for some forgotten filters.Clément Bœsch5-0/+5
2012-11-28vf_delogo: switch to filter_frame, this filter did not support slicesMichael Niedermayer1-20/+27
2012-11-28vf_delogo: fix order of operations in apply_delogo()Michael Niedermayer1-3/+3
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-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö74-359/+355
2012-08-31Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö3-24/+24
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini30-224/+291
2012-08-17vf_delogo: fix permissions.Nicolas George1-2/+1
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
[next]