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-27lavfi/overlay: correct small error in intersection detectionBenedict Endemann1-2/+2
2013-09-30avfilter/dualinput: simplifyPaul B Mahol6-49/+18
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George7-116/+66
2013-09-21avfilter: remove duplicate includesMichael Niedermayer9-9/+0
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol31-39/+0
2013-05-27lavfi/overlay: remove do_blend forward declaration.Clément Bœsch1-16/+13
2013-05-27lavfi: add dual input helpers.Clément Bœsch4-135/+227
2013-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-227/+227
2013-05-16vf_overlay: 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-09lavfi/overlay: simpler up-rounded w/h computations.Clément Bœsch1-4/+4
2013-05-07lavfi/overlay: reindent fix.Clément Bœsch1-6/+5
2013-04-22lavfi/overlay: support timeline through the new system.Clément Bœsch2-42/+37
2013-04-22lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch15-33/+27
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-11lavfi/overlay: improve feedback in case of invalid expressionStefano Sabatini1-8/+9
2013-04-11lavfi/overlay: fix crash in case of invalid expressionStefano Sabatini1-4/+9
2013-04-11lavfi/overlay: add repeatlast optionStefano Sabatini3-1/+12
2013-04-11lavfi/overlay: reindent constants in option listStefano Sabatini1-9/+5
2013-04-11lavfi/overlay: cleanup unused shorthand.Clément Bœsch1-3/+0
2013-04-10lavfi/overlay: remove dupe initializerPaul B Mahol1-1/+0
2013-04-10Merge commit '9087eaf193b8ce99c41352064a81916fa66adb49'Michael Niedermayer3-30/+32
2013-04-10lavfi/overlay: add process_command callbackStefano Sabatini3-41/+92
2013-04-10lavfi/overlay: add enable expressionStefano Sabatini3-11/+28
2013-04-10lavfi/overlay: add dynamic expression evaluation supportStefano Sabatini3-51/+150
2013-04-09vf_overlay: switch to an AVOptions-based system.Anton Khirnov2-22/+36
2013-03-31lavfi/overlay: fix debug PTS output in try_filter_frame()Stefano Sabatini1-3/+2
2013-03-24lavfi/overlay: use standard options parsing.Clément Bœsch1-11/+3
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-03-05lavfi/overlay: improve log message warning in case of clipped overlayStefano Sabatini1-1/+2
2013-03-05lavfi/overlay: add support for partial overlayingStefano Sabatini2-37/+63
2013-02-23vf_overlay: silence warning: X may be used uninitialized in this functionMichael Niedermayer1-0/+2
2013-02-20lavfi/overlay: add format optionStefano Sabatini3-15/+62
2013-02-20lavfi/overlay: apply minor consistency fixesStefano Sabatini1-2/+2
2013-02-20lavfi/overlay: implement shortest optionStefano Sabatini3-1/+21
2013-02-19lavfi/overlay: yuv444p & yuva444p supportPaul B Mahol1-3/+11
2013-01-10lavfi/vf_overlay: check that filter_frame does not return EAGAIN.Nicolas George1-0/+1
2012-12-22lavfi/overlay: make use of av_opt_set_from_string()Stefano Sabatini3-37/+15
2012-12-22lavfi/overlay: switch to filter_frame APIStefano Sabatini1-106/+32
2012-12-21lavfi: declare arrays that never change as static constPaul B Mahol15-20/+20
2012-12-15lavfi/overlay: clarify/fix comment, add a few empty lines to ease readabilityStefano Sabatini1-1/+3
2012-12-15lavfi/overlay: remove duplicated definition of ff_null_get_video_buffer()Stefano Sabatini1-6/+1
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov55-1458/+632
2012-11-27lavfi/overlay: enable yuva420p as overlay backgroundMark Himsley2-11/+61
[next]