aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer2014-01-071-1/+1
* avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer2013-10-211-2/+2
* avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUEMichael Niedermayer2013-10-091-2/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-281-1/+1
|\
| * lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-281-1/+1
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-211-1/+0
* | avfilter: avoid testing float == 0Michael Niedermayer2013-09-151-1/+1
* | avfilter/avfilter: check allocation failure in ff_insert_pad()Paul B Mahol2013-09-151-3/+14
* | avfilter/avfilter: fix null pointer dereference with queued ping filtersMichael Niedermayer2013-09-101-0/+8
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-031-0/+3
|\|
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-031-2/+2
|\|
| * Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* | avfilter/avfilter: Make avfilter_register() thread safeMichael Niedermayer2013-06-281-3/+4
* | avfilter/process_options: fix memleakMichael Niedermayer2013-06-031-1/+4
* | avfilter: remove av_opt_set_defaults() from process_options()Michael Niedermayer2013-05-241-2/+0
* | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer2013-05-241-3/+42
|\|
| * lavfi: add a slice threading infrastructureAnton Khirnov2013-05-241-0/+46
* | Merge commit 'cebdedca57d95834a8f8098c7b6a322a1163e26b'Michael Niedermayer2013-05-181-2/+5
|\|
| * avfilter: check a malloc in avfilter_link().Anton Khirnov2013-05-171-2/+5
* | Merge commit 'bf5b5d2b1561535cc013c12ab8033228bb0d0081'Michael Niedermayer2013-05-181-12/+13
|\|
| * avfilter.c: cosmetics, reformatAnton Khirnov2013-05-171-11/+13
* | Merge commit 'd79bd6040599ef017dc45d5997fcc959ab1f71f6'Michael Niedermayer2013-05-181-23/+21
|\|
| * lavfi: factorize freeing a linkAnton Khirnov2013-05-171-23/+21
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
| * lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-151-1/+1
* | lavfi: silence a discarded const qualifier warning.Clément Bœsch2013-05-161-2/+2
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-3/+6
* | avfilter: fix 2 warnings about discarding constMichael Niedermayer2013-05-081-1/+1
* | avfilter: Make enabled/disabled state available as a field of the AVFilterCon...Michael Niedermayer2013-05-081-1/+3
* | lavfi: add 'enable' command injection to filters supporting timeline.Clément Bœsch2013-04-231-13/+46
* | lavfi: add timeline support.Clément Bœsch2013-04-231-0/+50
* | lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-0/+1
* | lavfi: drop now unused shorthand field from AVFilter.Clément Bœsch2013-04-131-1/+1
* | Merge commit 'f160c6a18a574b4c7d063e0a748037cbbd9912ee'Michael Niedermayer2013-04-121-0/+3
|\|
| * lavfi: do not segfault on NULL passed to avfilter_get_by_name()Anton Khirnov2013-04-111-0/+3
* | Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer2013-04-121-28/+27
|\|
| * lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-111-22/+24
* | Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa'Michael Niedermayer2013-04-121-3/+3
|\|
| * lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-111-3/+3
* | Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'Michael Niedermayer2013-04-121-14/+23
|\|
| * lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-111-12/+21
* | avfilter: remove opaque passing hacksMichael Niedermayer2013-04-121-10/+1
* | avfilter: remove mixed args hack for scale.Michael Niedermayer2013-04-121-27/+1
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-2/+2
* | avfilter: remove old shorthand systemMichael Niedermayer2013-04-121-31/+2
* | af_pan: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-121-1/+1
* | abuffer: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-121-1/+0
* | buffersrc: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-121-1/+0
* | lavfi/atempo: switch to an AVOptions-based system.Pavel Koshevoy2013-04-121-1/+0