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-09-05avfilter/vf_yadif: Treat mode as a field of flagsMichael Niedermayer1-1/+1
2013-09-05avfilter/vf_yadif: fix "incompatible pointer type" warningMichael Niedermayer1-1/+1
2013-09-05avfilter/vf_yadif: add gbr(a)p supportMichael Niedermayer1-0/+2
2013-09-03avfilter/vf_yadif: reallocate frames if strides differMichael Niedermayer1-0/+37
2013-07-19avfilter/vf_yadif:remove unneeded include assert.hMichael Niedermayer1-3/+0
2013-05-24yadif: fix slice sizesMichael Niedermayer1-3/+2
2013-05-24avfilter/vf_yadif: fix race conditionMichael Niedermayer1-9/+12
2013-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-52/+116
2013-05-24vf_yadif: support slice threadingAnton Khirnov1-30/+57
2013-05-21lavfi/yadif: add timeline support.Clément Bœsch2-2/+3
2013-05-16lavfi/yadif: fix chroma subsampling with odd sizes.Clément Bœsch1-2/+2
2013-05-14yadif: correct strides in filter_edges_16bitJames Darnley1-0/+2
2013-05-14yadif: restore speed of the C filtering codeJames Darnley3-49/+37
2013-04-10Merge commit '7536c671040f1f3ebc9f0d3b7831dac71436b775'Michael Niedermayer3-51/+34
2013-04-09vf_yadif: switch to an AVOptions-based system.Anton Khirnov3-26/+35
2013-03-20lavfi/vf_yadif: use standard options parsing.Nicolas George1-9/+3
2013-03-16yadif: cosmetic indentation from previous commitsJames Darnley2-8/+8
2013-03-16yadif: x86 assembly for 16-bit samplesJames Darnley4-2/+379
2013-03-15yadif: correct strides in filter_edges_16bitJames Darnley1-0/+2
2013-03-13yadif: restore speed of the C filtering codeJames Darnley3-49/+37
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch14-21/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-02-16yadif: remove unused variableMichael Niedermayer1-1/+0
2013-02-16Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82'Michael Niedermayer5-133/+198
2013-02-16Merge commit 'ccd70d9c1689990e5aef2de383199bbc7cf60d13'Michael Niedermayer1-14/+12
2013-02-15lavfi/yadif: support 9, 12, and 14 bits per pixelJames Darnley1-0/+9
2013-02-15lavfi/yadif: remove unnecessary castJames Darnley1-1/+1
2013-02-15vf_yadif: fix out-of line readsAnton Khirnov5-112/+200
2013-02-15vf_yadif: factorize initializing the filtering callbacksAnton Khirnov1-11/+12
2013-02-06Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer9-38/+43
2013-02-06vf_yadif: silence a warning.Anton Khirnov3-12/+20
2013-01-10lavfi/yadif: fix shorthand/option mismatchAndré Pankratz1-1/+1
2013-01-04lavfi/yadif: add support to named constantsStefano Sabatini4-38/+53
2013-01-04lavfi/yadif: add support to named options and options introspectionStefano Sabatini4-19/+47
2013-01-04lavfi/yadif: remove redundant NULL checks in uninitStefano Sabatini1-3/+3
2013-01-04lavfi/yadif: fail during the configuration stage in case of invalid video sizeStefano Sabatini1-6/+7
2013-01-04lavfi/yadif: remove unused poll_frame callbackStefano Sabatini1-29/+0
2012-11-28vf_yadif: switch to filter_frame, this filter did not support slicesAnton Khirnov1-40/+7
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
[next]