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-06-01lavfi/pixdesctest: fix chroma subsampling with odd sizes.Clément Bœsch1-6/+7
2013-05-17Merge commit '16a645adeb758207346a4bbf66766f02734c461e'Michael Niedermayer2-0/+3
2013-05-17vf_pixdesctest: make config_props work properly when called multiple times.Anton Khirnov1-0/+1
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-168/+204
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov23-178/+214
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2012-11-28vf_pixdesctest: switch to filter_frameMichael Niedermayer1-43/+22
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-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-07-22Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer55-710/+732
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov15-20/+100
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov30-72/+128
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov26-99/+209
2012-07-21lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje47-517/+523
2012-06-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-220/+757
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov39-6/+179
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov18-44/+53
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer71-983/+1273
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov45-176/+235
2012-05-25lavfi/pixdesctest: use AVPALETTE_SIZE macroStefano Sabatini1-1/+1
2012-05-25lavfi/pixdesctest: fix SAME -> SAME memcpyStefano Sabatini1-1/+1
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-741/+271
2012-02-08pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov11-21/+31
2011-11-05Mark AVFilterPad[] compound literals as const.Reimar Döffinger54-123/+123
2011-10-18vf_pixdesctest: Fix incompatible pointer type warning.Michael Niedermayer1-1/+1
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini23-33/+34
2010-09-24Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini7-8/+8
2010-08-07Rename fields:S.N. Hemanth Meenakshisundaram9-47/+47
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram11-49/+49
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram16-65/+65
2010-07-08Reindent after r24101.Stefano Sabatini3-12/+12
2010-07-07Rename read/write_line() to av_read/write_image_line().Stefano Sabatini3-6/+6
2010-07-07Add pixdesctest filter and corresponding test.Stefano Sabatini7-1/+164