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-10-23Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'Michael Niedermayer3-3/+3
2013-10-23avfilter: Fix typo in Loren's email addressDiego Biurrun3-3/+3
2013-09-21avfilter: remove duplicate includesMichael Niedermayer9-9/+0
2013-09-15avfilter/vf_gradfun: use av_calloc()Paul B Mahol1-1/+1
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-08-22lavfi/gradfun: support gbrpPaul B Mahol2-1/+2
2013-08-03avfilter: fix plane validity checksMichael Niedermayer11-14/+14
2013-07-30Merge commit '0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8'Michael Niedermayer2-2/+2
2013-07-29avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun3-3/+3
2013-07-26lavfi/gradfun: remove nv21/nv12 as they are not supportedPaul B Mahol1-2/+1
2013-05-17Merge commit 'd371c3c2e2830d9783465ecfe1ab7d93351083b7'Michael Niedermayer3-0/+7
2013-05-17vf_gradfun: make config_props work properly when called multiple times.Anton Khirnov1-0/+1
2013-05-16Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer4-99/+99
2013-05-16vf_gradfun: use the name 's' for the pointer to the private contextAnton Khirnov1-21/+21
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch25-61/+52
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch17-41/+45
2013-04-22lavfi: add timeline support.Clément Bœsch21-4/+125
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-10Merge commit '7ed833d78ea661d619124fd898547a900f6480bc'Michael Niedermayer4-28/+26
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09vf_gradfun: switch to an AVOptions-based system.Anton Khirnov3-21/+38
2013-03-28lavfi/gradfun: fix rounding in MMX code.Clément Bœsch3-3/+3
2013-03-28lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch1-1/+1
2013-03-24lavfi/gradfun: use standard options parsing.Clément Bœsch1-8/+3
2013-03-13Merge commit '555000c7d5c1e13043a948ebc48d2939b0ba6536'Michael Niedermayer3-4/+7
2013-03-11vf_gradfun: 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-01-13lavfi/gradfun: support YUV440PPaul B Mahol1-0/+1
2012-12-19lavfi/gradfun: small align cosmetics.Clément Bœsch1-4/+3
2012-12-19lavfi/gradfun: support named options.Clément Bœsch4-14/+33
2012-12-19lavfi/gradfun: reduce up limit for threshold.Clément Bœsch3-3/+3
2012-12-19lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch1-1/+1
2012-12-03lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch3-10/+0
2012-12-03lavfi/gradfun: remove check for AV_PERM_PRESERVE.Clément Bœsch1-1/+1
2012-12-02lavfi/gradfun: avoid use of uninitialized variable.Clément Bœsch1-1/+1
2012-11-28vf_gradfun: switch to filter_frame, this filter did not support slicesAnton Khirnov1-20/+27
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov55-1458/+632
2012-10-13Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'Michael Niedermayer5-4/+23
2012-10-12avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun3-4/+5
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-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
[next]