summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-28Merge commit '5c439b41d0489412c0a4cf6dfb98915251677b8e'Michael Niedermayer3-0/+9
2013-10-28avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara3-0/+9
2013-10-21avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer1-2/+2
2013-10-09avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUEMichael Niedermayer1-2/+3
2013-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-15/+69
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov8-15/+69
2013-09-21avfilter: remove duplicate includesMichael Niedermayer9-9/+0
2013-09-15avfilter: avoid testing float == 0Michael Niedermayer1-1/+1
2013-09-15avfilter/avfilter: check allocation failure in ff_insert_pad()Paul B Mahol2-8/+22
2013-09-10avfilter/avfilter: fix null pointer dereference with queued ping filtersMichael Niedermayer1-0/+8
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer20-1/+99
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer9-14/+14
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun20-1/+98
2013-08-02Give less generic names to global library option arraysDiego Biurrun9-14/+14
2013-06-28avfilter/avfilter: Make avfilter_register() thread safeMichael Niedermayer1-3/+4
2013-06-03avfilter/process_options: fix memleakMichael Niedermayer1-1/+4
2013-05-24avfilter: remove av_opt_set_defaults() from process_options()Michael Niedermayer1-2/+0
2013-05-24Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer11-14/+447
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov11-1/+445
2013-05-18Merge commit 'cebdedca57d95834a8f8098c7b6a322a1163e26b'Michael Niedermayer2-11/+108
2013-05-18Merge commit 'bf5b5d2b1561535cc013c12ab8033228bb0d0081'Michael Niedermayer1-12/+13
2013-05-18Merge commit 'd79bd6040599ef017dc45d5997fcc959ab1f71f6'Michael Niedermayer1-23/+21
2013-05-17avfilter: check a malloc in avfilter_link().Anton Khirnov1-2/+5
2013-05-17avfilter.c: cosmetics, reformatAnton Khirnov1-11/+13
2013-05-17lavfi: factorize freeing a linkAnton Khirnov1-23/+21
2013-05-16lavfi: silence a discarded const qualifier warning.Clément Bœsch1-2/+2
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-05-15lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov1-1/+1
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch25-61/+52
2013-05-08avfilter: fix 2 warnings about discarding constMichael Niedermayer1-1/+1
2013-05-08avfilter: Make enabled/disabled state available as a field of the AVFilterCon...Michael Niedermayer2-1/+4
2013-04-22lavfi: add 'enable' command injection to filters supporting timeline.Clément Bœsch2-13/+49
2013-04-22lavfi: add timeline support.Clément Bœsch21-4/+125
2013-04-22lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch15-33/+27
2013-04-12lavfi: drop now unused shorthand field from AVFilter.Clément Bœsch2-10/+1
2013-04-12Merge commit 'f160c6a18a574b4c7d063e0a748037cbbd9912ee'Michael Niedermayer1-0/+3
2013-04-12Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer7-34/+52
2013-04-12Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa'Michael Niedermayer3-3/+10
2013-04-12Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'Michael Niedermayer3-14/+46
2013-04-12avfilter: remove opaque passing hacksMichael Niedermayer2-11/+2
2013-04-12avfilter: remove mixed args hack for scale.Michael Niedermayer1-27/+1
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-12avfilter: remove old shorthand systemMichael Niedermayer1-31/+2
2013-04-12af_pan: switch to an AVOptions-based shorthand system.Michael Niedermayer2-5/+18
2013-04-12abuffer: switch to an AVOptions-based shorthand system.Michael Niedermayer2-6/+1
2013-04-12buffersrc: switch to an AVOptions-based shorthand system.Michael Niedermayer2-6/+1
2013-04-12lavfi/atempo: switch to an AVOptions-based system.Pavel Koshevoy2-6/+15
2013-04-12avfilter: Update scale to dictionary based optionsMichael Niedermayer2-20/+8
2013-04-11Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer7-3/+41
[next]